You only need to do this once.
You need:
- Visual Studio C++ 2008 (This is for the Python compiler for py2exe)
- [QGIS 2.16] http://download.osgeo.org/qgis/windows/QGIS-OSGeo4W-2.16.3-1-Setup-x86.exe
Note: 2.18 is also supported however the current release is built with 2.16
INSTALL NOTE: If you get a ValueError when running python setup.py install sometimes it can't run the visual studio batch
file. Simply run C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat
in the shell
before running setupdev.bat
- Download and install Visual Studio C++ Express
- Run cmd.exe as admin
scripts\setupdev.bat 2.16
- cmd.exe
build.bat 2.16 build
build.bat
is a make file with commands to build and package Roam
Following commands are supported:
- build
- exe
- release
- installer
- test
- test-only
- cmd.exe
build.bat 2.16 exe
- cmd.exe
build.bat 2.16 release