Fix build issue on arm linux
[trackerpp.git] / README.md
1 Tracker++ cpp version on Linux (arm)
2
3 ## install dependencies
4 `apt-get install liblog4cpp5-dev libopencv-dev`
5
6 ## Build 
7
8 `make all`
9
10 ### Run
11
12 `./main`
13
14
15 ## Build with `scons`
16 install scons tool `apt-get install scons`
17
18 - Run `scons` to build the `src/` and `main`. It will generate a library
19 `libtracker.a` and an executable file `main` under current folder.
20
21 - Run `scons --all` to build source and `test` file. A executable file `TestMain`,
22 which is used to run the unit test, will be generated under `test`
23
24 - Run `scons --all -c` to clean.