diff options
author | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2006-08-05 00:32:59 +0300 |
---|---|---|
committer | Lauri Leukkunen <lleukkun@leka.rahina.org> | 2006-08-05 00:32:59 +0300 |
commit | 6d3bd6ab21b53af8b9b43f36f63b63cceb053927 (patch) | |
tree | 9bc7366a22e667fbb64c3e001b311907d21fc644 /README | |
parent | e1833bc9916b8a11816d1bd49a174d6068ff7679 (diff) |
update readme to reflect changing from darcs to git and from scons to
make
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,17 +5,17 @@ no guarentees. some instructions. -You need scons and darcs to work with sbox2, get them. +You need git to work with sbox2, get it from http://git.or.cz/. Build using: -$ scons +$ ./autogen.sh && ./configure && make Clean using -$ scons -c +$ make clean To setup the environment for both variants: |