Skip to content
Snippets Groups Projects
Commit d1237693 authored by Sebastian Gomez-Gonzalez's avatar Sebastian Gomez-Gonzalez
Browse files

Readme updated with more installation instructions

parent 5a7e42ba
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,16 @@ decide to install these packages from the source (For instance, if your OS packa
3. [CMake](https://cmake.org/)
4. [ZMQ](http://zeromq.org/)
In a modern version of Ubuntu you might be able to get the right version of these packages using:
```
sudo apt-get install libopencv-dev libboost-dev libboost-log-dev libboost-program-options-dev \
libboost-test-dev cmake
```
However, it is very likely that the software version is not up to date. We use OpenCV 3.2,
Boost libraries 1.58 and CMake 3.5.1.
After the pre-requisites are installed, download the source of this library, compile and install. You need
CMake to be able to compile and install this library.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment