From 87da22390b9b90d054390f4d0882cd259d585e9c Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 9 Oct 2017 14:42:19 +0200 Subject: [PATCH] Add dependencies/build instructions. --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 5cca458..4e7fedc 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,26 @@ An attempt to create real-time in depth visualisation for neural networks. + +## Requirements + +The following programs/libraries need to be installed on your system: + +- CMake (at least 3.1) +- Caffe +- Google log (glog) +- OpenCV +- Boost System + +## Building + +The build process is based on CMake. This means you can easily create a +build as follows. Starting from the project root: + +``` +mkdir build && cd build +cmake .. +make +``` + +Compilation is a little slow due to the inclusion of Boost.