Add hungarian file
[trackerpp.git] / README.md
index 36d7542..13c713b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,12 @@
 Tracker++ cpp version on Linux (arm)
 
 ## install dependencies
-`apt-get install liblog4cpp5-dev libopencv-dev`
+
+- log4cpp : logger utils
+- opencv
+- eigen : matrix library of C++
+
+`apt-get install liblog4cpp5-dev libopencv-dev libeigen3-dev`
 
 ## Build