From bc77ee95044bd0c34a308abdedb527ea83f5ce14 Mon Sep 17 00:00:00 2001 From: leshemc Date: Tue, 17 Jul 2018 15:49:26 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac94595..5d1b6f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ ### Installing +First open the 3rdparty project in your favorite IDE and build it. +Then do this : 1. Open linux terminal 2. cd to 3rdparty folder -3. run sudo make opencv -4. run sudo make boost +3. cd to cmake-build-debug +4. sudo apt-get install libgtk2.0-dev +5. sudo apt-get install pkg-config +6. run sudo make opencv +7. run sudo make boost