ruby shoes 安装

http://deathking.is-programmer.com/posts/30387.html

查看版本:

lsb_release -a

ubuntu12.04

//安装ruby

apt-get install ruby1.9.1

//安装shose


Building on Debian

git clone git://github.com/shoes/shoes.git ${SHOES_DIR} 
cd ${SHOES_DIR} 
gem install bundler
apt-get install rake

apt-get --no-install-recommendsinstall build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev

  sudo apt-get install libcairo2-dev libpixman-1-dev libpango1.0-dev libungif4-dev libjpeg62-dev libgtk2.0-dev libsqlite3-dev libcurl4-openssl-dev portaudio19-dev ruby1.9.1-full rake 
bundle install
rake
完成




cd $(SHOES_DIR)
dist /shoes samples /expert-minesweeper .rb

//安装R

http://cran.rstudio.com/

The latest release (2013-05-16, Masked Marvel): R-3.0.1.tar.gz, read what's new in the latest version.



在Ubuntu上编译安装R

R is a free software environment for statistical computing and graphic.

在Ubuntu上编译安装时有几个小问题,记录在此备查:

sudo apt-get install gfortran

当然,编译还需要gcc等工具

sudo apt-get install build-essential

           ./configure && make && make install,收工

bin/R

R version 2.15.2 (2012-10-26) — “Trick or Treat”
Copyright (C) 2012 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-unknown-linux-gnu (64-bit)

 

 

用’demo()’来看一些示范程序,用’help()’来阅读在线帮助文件,或
用’help.start()’通过HTML浏览器来看帮助文件。
用’q()’退出R.

偷懒的话,也可以直接安装编译好的包了,版本可能不是最新而已:

sudo apt-get install r-base

参考:http://rwiki.sciviews.org/doku.php?id=getting-started:installation:debian





apt-get --no-install-recommendsinstall build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev










$  install gfortran


1、解压文件:tar –zvxf R-2.13.2.tar.gz
2、进入R源文件目录:cd R-2.13.2
3、执行./configure命令,提示错误信息为“configure: error: No F77 compiler found”,执行命令yum install gcc-gfortran解决。再次执行./configure,报错:configure: error: --with-readline=yes (default) and headers/libs are not available”,执行命令./configure --with-readline=no,继续报错:“configure: error: –with-x=yes (default) and X11 headers/libs are not available”。尝试执行命令./configure --with-readline=no --with-x=no通过,只是会提示警告信息:

configure: WARNING: you cannot build DVI versions of the R manuals
configure: WARNING: you cannot build DVI versions of all the help pages
configure: WARNING: you cannot build info or HTML versions of the R manuals
configure: WARNING: you cannot build PDF versions of the R manuals
configure: WARNING: you cannot build PDF versions of all the help pages
4、make
5、make install
安装成功。进入R命令行界面,可以操作。但是tab自动补全以及上下左右等方向键都无法使用。想着应该是 ./configure --with-readline=no --with-x=no惹的祸。因此重新安装了一下,这次在执行./configure命令前先执行了命令
yum install readline-devel 解决错误 --with-readline=yes (default) and headers/libs are not available
yum install libXt-devel解决错误“–with-x=yes (default) and X11 headers/libs are not available”
最终安装成功,并且tab自动补全等都有效。







 



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值