Prerequisites
- Qt Source Code
- Visual Studio 2013 Express
- ICU
- Download prebuilt binary
- Or build ICU manually
- JOM
- Python2
- Ruby
- ActivePerl
Steps
- Extract Qt Source to c:\build\qt-everywhere-opensource-src-5.2.0
- Extract ICU to c:\build\icu
- Setup Visual C++ Environment
- Add Python, Ruby, Perl to PATH
Add GnuWin32 to PATH
set PATH=%PATH%;c:\build\qt-everywhere-opensource-src-5.2.0\gnuwin32\bin
Add ICU to INLCUDE, LIB, PATH
set INCLUDE=%INCLUDE%;c:\build\icu\inlcude
set LIB=%LIB%;c:\build\icu\lib
set PATH=%PATH%;c:\build\icu\lib
Configure
configure -platform win32-msvc2013 -release -shared -c++11 -opensource -confirm-license -nomake tests -nomake examples -make-tool jom
Build
jom
No comments:
Post a Comment