From 38b79324195ed294d0cb0eddd347dfe5d38b3c67 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 19 Mar 2018 17:47:57 +0100 Subject: [PATCH] Complete list of dependencies. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d9ed42..9b788bd 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ Caffe is available from the Ubuntu repositories from version 17.10 process. The commands required are as follows: # Install dependencies - sudo apt install caffe-cpu-dev freeglut3-dev libpng++-dev build-essential cmake + sudo apt install libcaffe-cpu-dev freeglut3-dev libpng++-dev \ + build-essential cmake libopencv-dev libboost-system-dev \ + libgoogle-glog-dev libblas-dev libprotobuf-dev # Do the build normally