X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=README.md;fp=README.md;h=36d75421373138565237f5d630f0264fe5c6da3c;hb=79009fa0674d90e03b7a7bd958f7ee1e20d9b194;hp=51122bfb5fe0a87364182e27cb178c12538286f6;hpb=f4ff258d21cf7a785fe5f271f01942fde6d4d1b8;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.