2011-02-17 22:27:43 +01:00
|
|
|
See <http://code.google.com/p/simple-build-tool/wiki/Setup> for setup instructions for the stable version of sbt.
|
|
|
|
|
|
|
|
|
|
To build from source, get the latest stable version of sbt (above) and get the code:
|
|
|
|
|
|
|
|
|
|
$ git clone git://github.com/harrah/xsbt.git
|
|
|
|
|
$ cd xsbt
|
|
|
|
|
|
2011-03-17 03:30:22 +01:00
|
|
|
The latest tag for 0.9.x is 0.9.2:
|
2011-02-17 22:27:43 +01:00
|
|
|
|
2011-03-17 03:30:22 +01:00
|
|
|
$ git checkout v0.9.2
|
2011-02-17 22:27:43 +01:00
|
|
|
|
|
|
|
|
Or, get the development branch for 0.9.x:
|
|
|
|
|
|
|
|
|
|
$ git checkout 0.9
|
|
|
|
|
|
|
|
|
|
To build:
|
|
|
|
|
|
|
|
|
|
$ sbt update "project Launcher" proguard "project Simple Build Tool" "publish-local"
|
|
|
|
|
|
|
|
|
|
Copy your stable ~/bin/sbt script to ~/bin/xsbt and change it to use the launcher at:
|
|
|
|
|
|
2011-03-17 03:30:22 +01:00
|
|
|
<xsbt>/target/sbt-launch-0.9.2.jar
|
2011-03-06 22:02:41 +01:00
|
|
|
|
|
|
|
|
If using the 0.9 development branch, the launcher is at:
|
|
|
|
|
|
2011-03-17 03:30:22 +01:00
|
|
|
<xsbt>/target/sbt-launch-0.9.3-SNAPSHOT.jar
|