=============================================================================
Chinese |
Download from https://sourceforge.net/projects/rabbitim-third-library/files/release/
File format: RabbitIm_$(Platform)$(Version)$(Architecture)$(QT_VERSION).zip
Platform | Compiler | Versioin | Architecture | Qt Version |
---|---|---|---|---|
windows_msvc | VS2015 | 14 | x86 | qt5.10.0 |
windows_msvc | VS2015 | 14 | x86 | qt5.9.1 |
windows_msvc | VS2015 | 14 | x86 | qt5.8.0 |
windows_msvc | VS2015 | 14 | x86 | qt5.7.1 |
windows_msvc | VS2015 | 14 | x86 | qt5.6.2 |
windows_msvc | VS2015 | 14 | x86_64 | qt5.10.0 |
windows_msvc | VS2015 | 14 | x86_64 | qt5.9.1 |
windows_msvc | VS2015 | 14 | x86_64 | qt5.8.0 |
windows_msvc | VS2015 | 14 | x86_64 | qt5.7.1 |
windows_msvc | VS2013 | 12 | x86 | qt5.9.1 |
windows_msvc | VS2013 | 12 | x86 | qt5.8.0 |
windows_msvc | VS2013 | 12 | x86 | qt5.7.1 |
windows_msvc | VS2013 | 12 | x86 | qt5.6.2 |
windows_msvc | VS2013 | 12 | x86_64 | qt5.9.1 |
windows_msvc | VS2013 | 12 | x86_64 | qt5.8.0 |
windows_msvc | VS2013 | 12 | x86_64 | qt5.7.1 |
windows_mingw | gcc 5.3.0 | 530 | x86 | qt5.10.0 |
windows_mingw | gcc 5.3.0 | 530 | x86 | qt5.9 |
windows_mingw | gcc 5.3.0 | 530 | x86 | qt5.8.0 |
windows_mingw | gcc 5.3.0 | 530 | x86 | qt5.7.1 |
windows_mingw | gcc 4.9.2 | 530 | x86 | qt5.6.2 |
windows_mingw | gcc 5.3.0 | 530 | x86_64 | qt5.8.0 |
windows_mingw | gcc 5.3.0 | 530 | x86_64 | qt5.7.1 |
unix | gcc 5.3.0 | 530 | x86 | qt5.8.0 |
unix | gcc 5.3.0 | 530 | x86 | qt5.7.1 |
unix | gcc 5.3.0 | 530 | x86_64 | qt5.8.0 |
unix | gcc 5.3.0 | 530 | x86_64 | qt5.7.1 |
android | gcc 4.8 | 4.8 | arm | qt5.8.0 |
android | gcc 4.8 | 4.8 | arm | qt5.7.1 |
android | gcc 4.8 | 4.8 | x86 | qt5.8.0 |
android | gcc 4.8 | 4.8 | x86 | qt5.7.1 |
Open “project->build and run->build->build environment”
PKG_CONFIG= #[option]Set pkg_config programe, Note: If the windows in the use of ming32 pkg-config, can not use msys2 pkg-config
GIT= #git programe
Add git path to PATH environment. if no git, set BUILD_VERSION in qmake paramter.
THIRD_LIBRARY_PATH= #Set third library path, The default is ${SOURCE_ROOT}/ThirdLibrary/${PLATFORM}
If no git, set BUILD_VERSION in qmake paramter.
Open “project->build and run->run->run environment”
OSGEARTH_DEFAULT_FONT=simsun.ttc #Set font, The example is to set the Chinese font to simsun.
qmake
make
https://github.com/KangLin/RabbitGIS/releases
Copy Install/Install.nsi to output directory
cp Install/Install.nsi build_${BUILD_TARGERT}
Execute
“/C/Program Files (x86)/NSIS/makensis.exe” “build_${BUILD_TARGERT}/Install.nsi”