X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=README.md;fp=README.md;h=b40c9ee0106bb16f21e9e19ea554a86f4855be77;hb=209cfd9fe0ea398b794d1d1995629a826125f035;hp=202ad062301d0827fc73c64e613e2112f3db39df;hpb=3aa517d206c44156fe86697aeadc5f75ea212329;p=trackerpp.git diff --git a/README.md b/README.md index 202ad06..b40c9ee 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,15 @@ Tracker++ cpp version on Linux (arm) ## install dependencies +- opencv - 3.4.1 + + Run the script `script/install_opencv.sh`, the prefix is `/usr/local` + - log4cpp : logger utils -- opencv - eigen : matrix library of C++ +- scons + `apt-get install liblog4cpp5-dev libeigen3-dev scons` + - boost-python - `apt-get install libpython-dev python-dev` - build boost with python @@ -12,10 +18,8 @@ Tracker++ cpp version on Linux (arm) 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