Skip to content

Information on how to build QGis dependencies with MinGW

Notifications You must be signed in to change notification settings

t-hey/QGIS-MinGW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QGIS-MinGW

This is information on how to build QGIS with the MinGW toolchain.
This repo contains a shell script to be used with MinGW-MSYS.

Build Environment


Get latest version of MinGW here http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.1/threads-posix/dwarf
  • MSYS
    Install MSYS with the mingw-get-setup.exe from this page http://www.mingw.org/wiki/getting_started and follow the instructions on how to use the MinGW you downloaded.
  • CMake.
    Download the lastest CMake and install, and add it to the path.
  • 7Zip
    Download 7Zip and install, and add it to the path

NOTE: If you have build against the above MinGW you need the Qt version that you have on your machine, also build against the above version of MinGW, otherwise you will have dependencies build with a defferent version that Qt use to build against, and that can be problematic.
If you already have Qt installed with MinGW, just get MSYS to use the MinGW that Qt use.
Qt 5.4.1 for Windows already comes with correct version of MinGW, all you need then is to get MSYS and know where Qt installed the MinGW. In my installation it is in C:\Qt\Qt5.4.1\Tools\mingw491_32
Further more this MinGW version comes with a python build aswell, so you can use that to build SIP, PyQt and then the python bindings for QGis.

Usage

  • Clone the QGis-MinGW repo to your machine.
  • Open MSYS and run build_gis_deps.sh script from the cloned repo.
  • Add the <MSYS install dir>\msys\1.0\local\bin,
    <MSYS install dir>\msys\1.0\local\include and
    <MSYS install dir>\msys\1.0\local\lib folders to you path.
  • Clone/Fork the QGIS git repo https://github.com/qgis/QGIS
  • First confirm that the variables in the build_gis_deps.sh file is correct for your build enviroment
  • Open MSYS, cd to the cloned repo, and execute the build_gis_deps.sh script.
  • When the build_gis_deps.sh have finished, open a cmd prompt and cd to the cloned repo and execute the build_sip_pyqt.bat file.
  • Create a out of source build directory e.g. c:\cpp\build-qgis-2.8-5.4.1-debug
  • cd to <out of source build directory>
  • Issue the commands in the qgis_cmake_command.txt file.

All the dependencies have a build flag in the script that can be set (true or false), so that only one or more dependencies can be build. All of them can also be build at once if so desired and will take some time.

Script Details

The script builds the following dependencies.

  • ZLib
  • Geos
  • FeeXL
  • Proj4
  • GDAL - with default settings
  • SQLite
  • GSL
  • Expat
  • Postgres - Just download the binary files and extract for use later with Qgis
  • Flex - Just download the binary files and extract for use later with Qgis
  • Bison - Just download the binary files and extract for use later with Qgis
  • LibXML2
  • Iconv
  • Spatialite
  • SpatialIndex
  • Qwt
  • QwtPolar

Hope this helps.

About

Information on how to build QGis dependencies with MinGW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published