Skip to content

Commit 4cd5041

Browse files
committed
Updated Readme
1 parent adc9126 commit 4cd5041

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,23 @@ make
3636
```
3737
afterwards, while on Windows you will open the project file in Visual Studio and start the build there.
3838

39+
## Note for Windows users
40+
These steps are necessary to get CppMT running on Windows:
41+
* Download this repository.
42+
* Download and install
43+
[Visual Studio](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx).
44+
* Download and install the latest [OpenCV 2.4.x release](http://opencv.org/downloads.html).
45+
* Download and install the latest [CMake release](http://www.cmake.org/download/).
46+
* Run CMake and configure the project [like so](http://www.gnebehay.com/cmt/cmake.png).
47+
The only thing you actually have to specify yourself is the location of your OpenCV installation.
48+
* Add the OpenCV DLLs to the PATH environment variable [like so](http://www.gnebehay.com/cmt/path.png).
49+
The vcXX part depends on the edition of visual studio that you are using.
50+
For example, vc12 is to be used for Visual Studio 2013.
51+
* Open the Visual Studio solution file (CMT.sln), hit F7 to build and F5 to Run/Debug.
52+
3953
# Usage
4054
```
41-
usage: ./cmt [--challenge] [--no-scale] [--no-rotation] [--bbox BBOX] [inputpath]
55+
usage: ./cmt [--challenge] [--no-scale] [--with-rotation] [--bbox BBOX] [inputpath]
4256
```
4357
## Optional arguments
4458
* `inputpath` The input path.

0 commit comments

Comments
 (0)