Skip to content

Installation: Archlinux

ZJvandeWeg edited this page Jan 14, 2015 · 10 revisions

This page describes how to install sup 0.13.x on an up-to-date Archlinux system.

Install System packages

Install the base-devel group and ruby by running:

pacman -S base-devel ruby

Install Ruby, Rubygems and Rake

Ruby 2.0 support is getting ready, if something doesn't work try ruby 1.9, e.g. through rvm or rbenv.

Install sup via rubygems

This should be easy:

gem i sup

Next step

See New User Guide.

Clone this wiki locally