Skip to content

Installation: Archlinux

ZJvandeWeg edited this page Jan 14, 2015 · 10 revisions

This page describes how to install sup 0.20.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

When using ruby (at time of writing version 2.2.0-1) from the repo's with sup 0.20; apply this patch. Or run earlyer versions of ruby 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