Skip to content

Creating a new build

Jonathan Speiser edited this page Feb 5, 2020 · 5 revisions

Before building make sure to install:

    dpkg
    fakeroot
    jq

These are available via apt (Linux) or brew (Mac)

Run the create_deb_pkg.sh that is in the project root. This will then output a geoservice-api_0.0.X_all.deb file.

Clone this wiki locally