You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,13 +74,13 @@ wigwam in
74
74
75
75
To build the tools on Windows:
76
76
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:
0 commit comments