X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=README.md;h=202ad062301d0827fc73c64e613e2112f3db39df;hb=3ff9a5ad691b8dca9d91f8e9786a8d08d31b70fa;hp=36d75421373138565237f5d630f0264fe5c6da3c;hpb=79009fa0674d90e03b7a7bd958f7ee1e20d9b194;p=trackerpp.git diff --git a/README.md b/README.md index 36d7542..202ad06 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,21 @@ Tracker++ cpp version on Linux (arm) ## install dependencies -`apt-get install liblog4cpp5-dev libopencv-dev` + +- log4cpp : logger utils +- opencv +- eigen : matrix library of C++ +- boost-python + - `apt-get install libpython-dev python-dev` + - build boost with python + - `pip install scipy numpy sklearn` + + +As boost has already + +`sudo ./b2 install link=static cxxflags=-fPIC --with-filesystem --with-test --with-log --with-program_options --with-python` + +`apt-get install liblog4cpp5-dev libopencv-dev libeigen3-dev` ## Build