-
Notifications
You must be signed in to change notification settings - Fork 18
Arch Linux Install Guide
hammackj edited this page Jul 22, 2012
·
1 revision
#Arch Linux Installation
A few system packages need to be installed before we can install the risu gem. These packages include packages that RVM recommends to have installed also. Select Yes to any extra packages it adds. As root execute the following:
# pacman -Sy --noconfirm gcc glibc patch curl zlib readline libxml2 libxslt git autoconf automake diffutils make libtool bison subversion imagemagick openssl sqlite libyaml ncurses libmysqlclient gsfonts
Follow the instructions here to setup a working RVM environment. The following is a quick list of commands to install it, check the site for the latest. As your user run the following:
% curl -L https://get.rvm.io | bash -s stable
% source ~/.rvm/scripts/rvm
% rvm install 1.9.2
% rvm use 1.9.2 --default
Risu is configured to auto install any dependent gems that is depends on, this makes installation much easier.
% gem install risu
To test and see if the install run the following command
% risu -v
You should see output like the following:
% risu -v
risu: 1.5.2
Ruby Version: 1.9.2
Rubygems Version: 1.8.24