-
Notifications
You must be signed in to change notification settings - Fork 62
Software
lanejianzhang edited this page Jan 7, 2013
·
16 revisions
下文参考自https://rvm.io/rvm/install/
$ sudo apt-get install 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 ncurses-dev automake libtool bison subversion pkg-config
$ \curl -L https://get.rvm.io | bash -s stable --ruby
创建gemset并将此gemset设为默认:
$ rvm gemset create [email protected]
$ rvm use [email protected] --default
ImageMagick
用于处理图片,可以生成缩略图等。
$ sudo apt-get install imagemagick