X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=README.md;h=36d75421373138565237f5d630f0264fe5c6da3c;hb=2988acb907a5b0ad44e58dedb1e963f16d027436;hp=51122bfb5fe0a87364182e27cb178c12538286f6;hpb=f2306921e0ffacee5d85bb8722febd217d613aaf;p=trackerpp.git diff --git a/README.md b/README.md index 51122bf..36d7542 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,15 @@ Tracker++ cpp version on Linux (arm) ### Run `./main` + + +## Build with `scons` +install scons tool `apt-get install scons` + +- Run `scons` to build the `src/` and `main`. It will generate a library +`libtracker.a` and an executable file `main` under current folder. + +- Run `scons --all` to build source and `test` file. A executable file `TestMain`, +which is used to run the unit test, will be generated under `test` + +- Run `scons --all -c` to clean.