Skip to content
Snippets Groups Projects
Commit 3659a977 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update ReadMe.md

parent 1a416f96
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ Under MacOS most of the packages are available via [fink](http://www.finkproject
```
$ wget https://github.com/opencv/opencv/archive/3.3.0.zip -O temp.zip && unzip temp.zip && rm temp.zip
$ cd opencv-3.3.0
$ git clone https://github.com/opencv/opencv_contrib.git
$ git clone https://github.com/opencv/opencv_contrib.git && cd opencv_contrib && git checkout 3.3.0 && cd ..
$ mkdir build && cd build
$ cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local -D CMAKE_CXX_FLAGS="-fPIC -std=c++11" -D OPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ..
$ make -j4
......
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