- Get the latest Geodot build for your platform and copy the
addons/geodot
folder into this project - Copy Setup/configuration.ini to configuration.ini in the
user://
path (AppData
on Windows,.local/share
on Linux) and adapt the GeoPackage path- On Linux, you can also use
Setup/setup_linux.sh
for this
- On Linux, you can also use
- Open the Godot project
- Run the main scene
We currently don't provide an executable runtime package.
- Install the PythonScript addon from the Godot Assetlib (the tab next to 2D, 3D and Script)
- Run ensurepip in the installed Python environment (on Linux:
addons/pythonscript/x11-64/bin/python3.8 -m ensurepip
) - Install the requirements:
addons/pythonscript/x11-64/bin/python3.8 -m pip install -r Python/requirements.txt
A build of our Geodot plugin is included, along with the required GDAL library. All credits for GDAL go to OSGeo/gdal (license).