Update README with correct dependencies.

This commit is contained in:
2018-04-06 13:19:11 +02:00
parent 3269e40c11
commit 52a5493c6e

View File

@@ -12,7 +12,6 @@ The following programs/libraries need to be installed on your system:
- Google log (glog) - Google log (glog)
- OpenCV (at least 2.6, 3.x works fine.) - OpenCV (at least 2.6, 3.x works fine.)
- Boost System - Boost System
- PNG++
Note that most of these are dependencies of Caffe, and thus will Note that most of these are dependencies of Caffe, and thus will
probably already be on your system. For OS-specific instructions, see 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. 1. Install either `caffe` or `caffe-cpu` from the AUR.
2. Install other dependencies: 2. Install other dependencies:
- `png++`
- `cmake` - `cmake`
- `freeglut` - `freeglut`
- `gtkmm3` - `gtkmm3`
@@ -35,10 +33,9 @@ Caffe is available from the Ubuntu repositories from version 17.10
process. The commands required are as follows: process. The commands required are as follows:
# Install dependencies # 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 \ build-essential cmake libopencv-dev libboost-system-dev \
libgoogle-glog-dev libblas-dev libprotobuf-dev \ libgoogle-glog-dev libblas-dev libprotobuf-dev
libgtkmm-3.0-dev
# Do the build normally # Do the build normally