-
git Use the latest version of "Full installer for official Git for Windows". If not done automatically, add git binaries to your PATH:
C:\Program Files\Git\cmd
-
python If not done automatically, add python path to your PATH environment variable:
C:\Python27
Add all python external scripts directory to your PATH environment variable (needed for scons, for example): -
Visual C++ Express Visual 2013 SDK Add compilator binaries into your PATH:
C:\Program Files\Microsoft Visual Studio 13.0\VC\bin
To build the project use the visualc++ shell OR execute this script before:C:\Program Files\Microsoft Visual Studio 10.0\bin\vcvars32.bat
- boost Using non-official build If you want to build from source code:
cd boost_1_47_0
.\bootstrap
.\b2 --toolset=msvc-10.0 --build-type=complete
-
PThread
Note: Use pthreads-w32-LATEST-release.exe
Note: You may need to edit "C:\Program Files\gnuwin32\include\zconf.h" and change the #if on line 287 to 0 instead of 1 unless you have unistd.h.
cd openjpeg
copyopj_config.h.in.user libopenjpeg/opj_config.h
Open "DllOpenJPEG.vcproj". Set Release mode and Build.
-
OpenEXR (not tested)
-
CTL (not tested)
-
OpenImageIO (not tested)
-
Raw (not tested)
-
libcaca (not tested)