forked from sup-heliotrope/sup
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation: Fedora
Whyme Lyu edited this page May 12, 2013
·
2 revisions
This page describes how to install sup 0.13.x on Fedora 18. It might work on other versions of Fedora, too.
You might want to prepend commands with sudo where root access is needed.
yum install gcc gcc-c++ ncurses-devel libuuid-devel libuuid zlib-devel
- Install system Ruby: run
yum install ruby-devel rubygem-rake
Or:
- Install Ruby via rvm or rbenv. Note that sup 0.13.x doesn't run on Ruby 2.0 yet. 1.9.3 is recommended.
gem install sup
See New User Guide.