Skip to content

Commit

Permalink
added more tidbits for install
Browse files Browse the repository at this point in the history
  • Loading branch information
aleifer committed May 30, 2014
1 parent 1d56314 commit 82daa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Step by step install for Windows 7 64 Bit
* Install msys via the "mingw get install" setup program http://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download with the following packages:
* mingw-developer-toolkit
* msys-base
* Install openCV2 (here we use 2.4.8) https://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.8/opencv-2.4.8.exe/download
* Install openCV2 (here we use 2.4.8) https://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.8/opencv-2.4.8.exe/download it should extract a folder called `opencv` move this folder to `C:\opencv\`
* Download `cmake`, http://www.cmake.org/files/v2.8/cmake-2.8.12.1-win32-x86.exe
* Prepare to Compile openCV by running `cmake`
* Point cmake to opencv's source directory: `C:/opencv/sources`
Expand Down

0 comments on commit 82daa2a

Please sign in to comment.