Skip to content

Commit b5bbaea

Browse files
Update README.md
1 parent 89ea078 commit b5bbaea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ wigwam in
7474

7575
To build the tools on Windows:
7676

77-
1. Install 7zip
78-
2. Create directory `dependencies`
79-
3. Extract these FFmpeg builds to the `dependencies` directory using 7zip (for mpegflow and vis): https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-3.0.1-win64-dev.7z and https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-3.0.1-win64-shared.7z
80-
4. Extract this OpenCV build to the `dependencies` directory using 7zip (for vis): https://github.com/opencv/opencv/releases/download/3.1.0/opencv-3.1.0.exe
81-
5. Open VS2015 x64 Native Tools Command Prompt (VS2015 Community Edition will work) and run:
77+
1. Create directory `dependencies`
78+
2. Extract FFmpeg dev and shared [builds](http://ffmpeg.zeranoe.com/builds/) to the `dependencies` directory using 7zip (for mpegflow and vis)
79+
3. Extract an OpenCV 3.x build to the `dependencies` directory (for vis)
80+
4. Open VS2015 x64 Native Tools Command Prompt (VS2015 Community Edition will work) and run:
8281

8382
```shell
83+
# fix the paths and versions before running
8484
nmake mpegflow.exe FFMPEG_DIR=dependencies\ffmpeg-3.0.1-win64-dev\ffmpeg-3.0.1-win64-dev
8585
# nmake vis.exe OPENCV_DIR=dependencies\opencv-3.1.0\opencv\build\x64\vc14
8686
```

0 commit comments

Comments
 (0)