Skip to content
Snippets Groups Projects
Commit 7ff77daf authored by Edward Brash's avatar Edward Brash
Browse files

Update SCons compilation instructions in README.md, and improve 'scons -c' procedure.

parent 0bf0ca80
No related branches found
No related tags found
No related merge requests found
......@@ -35,11 +35,15 @@ depending on whether your shell is bash or csh.
make
### Compiling with scons
python ./podd/scons/scons.py
scons
### Additional SCons features
To do the equivalent of "make clean", do
`python ./podd/scons/scons.py -c`
`scons -c`
To compile with debug capabilities, do
`scons debug=1`
To compile the standalone codes the are part of podd, do
`python ./podd/scons/scons.py standalone=1`
`scons standalone=1`
Running
-------
......
......@@ -46,6 +46,9 @@ try:
except:
print " Continuing ... "
Clean(srclib,cleantarget)
Clean(srclib,localmajorcleantarget)
#baseenv.Install('../',srclib)
#baseenv.Alias('install',['../'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment