Automatic World/WorldCoasts download and symbol generation

Signed-off-by: David Gekeler <git@davidgekeler.eu>
This commit is contained in:
David Gekeler
2025-05-23 16:01:23 +02:00
committed by gekeleda
parent 094221cb1c
commit 1199ca3113

View File

@@ -14,4 +14,6 @@ pushd 3party/boost/
./bootstrap.sh ./bootstrap.sh
./b2 headers ./b2 headers
popd popd
curl -C - -L --parallel --parallel-immediate --parallel-max 2 https://cdn.comaps.app/maps/latest/World.mwm -o data/World.mwm https://cdn.comaps.app/maps/latest/WorldCoasts.mwm -o data/WorldCoasts.mwm
bash ./tools/unix/generate_symbols.sh
echo "The repository is configured for development." echo "The repository is configured for development."