Skip to content

Commit

Permalink
Update build instruction for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zhreshold authored Oct 17, 2016
1 parent bc739f3 commit d5e3b99
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,23 @@ bash ./install.sh
```

#### Windows
Installation guide to be added.
* Install prerequisite:
- `cmake` and `git`(git is optional, highly recommended), they both provide installer online.
- Install Visual Studio 2015(verified version).
* Clone this repo:
```
git clone https://github.com/zhreshold/mxnet-ssd.cpp
git checkout win
# or you can download from github as zip file if git was not installed
# be sure to switch to branch win before download
```
* Generate VS solution:
```
cd /path/to/repo/build
./create_sln_vs2015.bat
# the solution will be created in build/vc14/
# open this solution and build, the executable and dlls will be copied to /repo/build if success
```

#### OSX
Installation guide to be added.
Expand Down

0 comments on commit d5e3b99

Please sign in to comment.