From 0905f4dbd68176b43aad9a19e3b3e0aaaa1784ba Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 24 Mar 2018 16:04:54 +0100 Subject: [PATCH] Update dependencies. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f438ccc..3171343 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ below. - `png++` - `cmake` - `freeglut` + - `gtkmm3` 3. Do the build as normal ### Ubuntu @@ -36,7 +37,8 @@ process. The commands required are as follows: # Install dependencies 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 + libgoogle-glog-dev libblas-dev libprotobuf-dev \ + libgtkmm-3.0-dev # Do the build normally