]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
README: Add command to install prerequisities
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 18 Jul 2018 09:26:35 +0000 (11:26 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 18 Jul 2018 09:26:50 +0000 (11:26 +0200)
README.md

index ef2e726d3b457c425e8b4115e96a287b7745db9b..3c2d3d2ce65c31afbbc97edc21d4a9bb7b389ff5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ of the algorithm including execution on the GPU. The aim is also to
 modify the code according to the PRedictable Execution Model (PREM).
 
 Stable version of the tracker is available from [CTU server][2],
-development happens at [Github][3].
+development happens at [GitHub][3].
 
 [1]: http://hercules2020.eu/
 [2]: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git
@@ -16,9 +16,14 @@ development happens at [Github][3].
 ## Prerequisites
 
 The code depends on OpenCV 2.4 (3.0+ for CUDA-based version) library
-and [CMake][13] is used for building. Depending on the version to be
-compiled you need to have development packages for [FFTW][4],
-[CUDA][5] or [OpenMP][6] installed.
+and [CMake][13] (optionally with [Ninja][8]) is used for building.
+Depending on the version to be compiled you need to have development
+packages for [FFTW][4], [CUDA][5] or [OpenMP][6] installed.
+
+On TX2, the following command should install what's needed:
+``` shellsession
+$ apt install cmake ninja-build libopencv-dev libfftw3-dev
+```
 
 [4]: http://www.fftw.org/
 [5]: https://developer.nvidia.com/cuda-downloads