From 52a5493c6ed6948bd186d65af1ef5ddf2261f6ec Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Fri, 6 Apr 2018 13:19:11 +0200 Subject: [PATCH] Update README with correct dependencies. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7ef3b87..e818751 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ The following programs/libraries need to be installed on your system: - Google log (glog) - OpenCV (at least 2.6, 3.x works fine.) - Boost System -- PNG++ Note that most of these are dependencies of Caffe, and thus will probably already be on your system. For OS-specific instructions, see @@ -22,7 +21,6 @@ below. 1. Install either `caffe` or `caffe-cpu` from the AUR. 2. Install other dependencies: - - `png++` - `cmake` - `freeglut` - `gtkmm3` @@ -35,10 +33,9 @@ Caffe is available from the Ubuntu repositories from version 17.10 process. The commands required are as follows: # Install dependencies - sudo apt install libcaffe-cpu-dev freeglut3-dev libpng++-dev \ + sudo apt install libcaffe-cpu-dev freeglut3-dev libgtkmm-3.0-dev \ build-essential cmake libopencv-dev libboost-system-dev \ - libgoogle-glog-dev libblas-dev libprotobuf-dev \ - libgtkmm-3.0-dev + libgoogle-glog-dev libblas-dev libprotobuf-dev # Do the build normally