From 1199ca3113d36924794e64e7008d078352d85eaa Mon Sep 17 00:00:00 2001 From: David Gekeler Date: Fri, 23 May 2025 16:01:23 +0200 Subject: [PATCH] Automatic World/WorldCoasts download and symbol generation Signed-off-by: David Gekeler --- configure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.sh b/configure.sh index f103ae374..79dab03e1 100755 --- a/configure.sh +++ b/configure.sh @@ -14,4 +14,6 @@ pushd 3party/boost/ ./bootstrap.sh ./b2 headers 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."