[Assorted-commits] SF.net SVN: assorted: [607] simple-build/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-05 07:09:39
|
Revision: 607 http://assorted.svn.sourceforge.net/assorted/?rev=607&view=rev Author: yangzhang Date: 2008-03-04 23:09:45 -0800 (Tue, 04 Mar 2008) Log Message: ----------- added setup instructions Modified Paths: -------------- simple-build/trunk/README Modified: simple-build/trunk/README =================================================================== --- simple-build/trunk/README 2008-03-05 06:12:14 UTC (rev 606) +++ simple-build/trunk/README 2008-03-05 07:09:45 UTC (rev 607) @@ -35,6 +35,24 @@ - [JYaml] 1.3 +Setup +----- + +Install the files using `setup.bash`. + +First, set `$SIMPLEBUILD` to the directory (e.g., +`/opt/simple-build/share/simple-build/`) that will contain the SimpleBuild data +files. + +Make sure that `$SCALA_COMMONS_SRC` is set correctly (pointing to the `src/` +subdir) or that `~/scom` is (or symlinks to) the `scala-commons/` directory. + +Then run `make run`. This will run SimpleBuild on its own `build` file, +yielding a `GNUmakefile` on which you can again run `make`. + +Run `setup.bash` again to install the generated launcher script `simple-build`. +Make sure that `simple-build` works by trying out some of the tests. + Examples -------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |