-
Notifications
You must be signed in to change notification settings - Fork 96
Running from git
Whyme.Lyu edited this page May 18, 2013
·
8 revisions
If you want to run the bleeding edge version of sup or hack on sup, this page is for you.
Sup's source code is managed by git. You need to install it first.
$ git clone git://github.com/sup-heliotrope/sup.git
$ cd sup # run later commands in this directory
See Installation: General Process or Home#Platform-specific-instructions for how to install dependent C libraries, C/C++ compiler and Ruby.
You can use bundler to make this dead easy:
$ gem i bundler
$ bundle install
Note: if you're using rvm, you probably want to create a dedicated gemset.
Finally:
$ bin/sup
If you wish to test the development branch (latest changes) you can do that by doing:
# After `bundle install`
$ git checkout -b develop origin/develop
$ bin/sup