[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 2.57 KB

INSTALL-ext-windows.md

File metadata and controls

76 lines (51 loc) · 2.57 KB

Install tools

  • cmake

  • 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

Install libraries

cd boost_1_47_0
.\bootstrap
.\b2 --toolset=msvc-10.0 --build-type=complete

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.

Other libraries must be compiled manually: