Add callback from multitracker to engine
[trackerpp.git] / README.md
index b40c9ee..e167559 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,17 +21,7 @@ As boost has already
 `sudo ./b2 install link=static cxxflags=-fPIC --with-filesystem --with-test --with-log --with-program_options --with-python`
 
 
-## Build 
-
-`make all`
-
-### 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.
@@ -40,3 +30,7 @@ install scons tool `apt-get install scons`
 which is used to run the unit test, will be generated under `test`
 
 - Run `scons --all -c` to clean.
+
+### Run 
+
+`./main`