forked from sup-heliotrope/sup
-
Notifications
You must be signed in to change notification settings - Fork 0
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 directorySee 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 installNote: if you're using rvm, you probably want to create a dedicated gemset.
Finally:
$ bin/supIf 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