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: depends/README.depends.txt
+57-10Lines changed: 57 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,63 @@ Dependencies:
4
4
---
5
5
6
6
= Windows
7
-
libusbx-winiso
8
-
libusbx post-1.0.17 + winiso
9
-
winiso = Windows isochronous modifications by Joshua Blake <[email protected]>
10
-
11
-
1. Download pre-built binaries libusbx-winiso.zip from https://www.dropbox.com/s/madoye1ayaoajet/libusbx-winiso.zip
12
-
2. Unzip into the depends folder such that the resulting folder structure ends up looking like:
13
-
./depends/libusbx/
14
-
./depends/libusbx/include/
15
-
./depends/libusbx/MS64/
16
-
3. Done
7
+
8
+
CMake
9
+
=====
10
+
1. Download cmake-3.2.2-win32-x86.exe (or newer) from http://www.cmake.org/download/
11
+
2. Install it to system
12
+
13
+
OpenCV
14
+
======
15
+
1. Download opencv-2.4.11.exe (or newer) from http://sourceforge.net/projects/opencvlibrary/files/opencv-win/
16
+
2. Extract it to `depends/opencv`
17
+
18
+
TurboJPEG
19
+
=========
20
+
1. Download libjpeg-turbo-1.4.0-vc64.exe (or newer) from http://sourceforge.net/projects/libjpeg-turbo/files/
21
+
2. Extract it as `depends/libjpeg_turbo`
22
+
23
+
Intel OpenCL SDK (for Intel HD Graphics)
24
+
========================================
25
+
1. Download intel_sdk_for_ocl_applications_2014_x64_setup.msi from http://www.softpedia.com/get/Programming/SDK-DDK/Intel-SDK-for-OpenCL-Applications.shtml
26
+
2. Install it to system
27
+
3. Verify `INTELOCLSDKROOT` is a environment variable
28
+
29
+
libusbx
30
+
=======
31
+
1. Download libusbx-winiso.zip from https://github.com/JoshBlake/libusbx/archive/winiso.zip
32
+
2. Extract it to `depends/libusb_src`
33
+
3. Open `depends/libusb_src/libusbx_2012.sln` with Visual Studio 2012 or newer
34
+
4. Build "libusb-1.0 (dll)"; you may set the profile to "Release x64"
35
+
5. Copy `depends/libusb_src/x64/Release/dll/*` to `depends/libusb/lib/`
36
+
6. Copy `depends/libusb_src/libusb/libusb.h` to `depends/libusb/include/libusb-1.0/libusb.h`
37
+
38
+
Alternatively
39
+
1. Download pre-built binaries libusbx-winiso.zip from https://www.dropbox.com/s/madoye1ayaoaj
40
+
et/libusbx-winiso.zip
41
+
2. Extract the content to places as above.
42
+
43
+
GLFW
44
+
====
45
+
1. Download glfw-3.0.4.zip from https://github.com/glfw/glfw/archive/3.0.4.zip
0 commit comments