Skip to content

Installation: Archlinux

Gaute Hope edited this page Jan 27, 2014 · 4 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 by running:

pacman -S base-devel

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