You only need to do this step once.
You need:
- Run cmd.exe as admin
build.bat 2.18 install-req
PyCharm can be started with the right environment using .\scripts\editors\pycharm-pyqgis.bat
.
The path to PyCharm is hard coded in this batch file so might have to copy and adjust for your setup.
build.bat
is the main build script.
Following commands are supported:
- install-req
- build
- clean
- design
- exe
- release
- installer
- test
- test-only
If you change any of the .ui files you need to run the following command to regenerate the generated ui files.
build.bat 2.18 build
build.bat
is a make file with commands to build and package Roam
Only supported on Windows. Uses Py2Exe to build the final exe and bundle all files together.
Creates the Roam.exe
file in the \dist
folder.
build.bat 2.18 exe
A release package can be made using the release
command. Will create a installer exe and zip file for release.
build.bat 2.18 release