The script needs to handle installation of the necessary packages for different operating systems and package managers.
- python3
- osmtogeojson
- tippecanoe
- curl
Ubuntu/Debian/Arch based support. For Ubuntu/Debian I though we could use apt and yay(?) if that's a thing in Ubuntu/Debian. For arch I added some preliminary support for paru, yay which need AUR helpers... Fallback should be to compile from source. Any other helper addition is welcome.
|
# --- This is to handle different OSes and package managers. Fall back to compile from source --- |
The script needs to handle installation of the necessary packages for different operating systems and package managers.
Ubuntu/Debian/Arch based support. For Ubuntu/Debian I though we could use apt and yay(?) if that's a thing in Ubuntu/Debian. For arch I added some preliminary support for paru, yay which need AUR helpers... Fallback should be to compile from source. Any other helper addition is welcome.
Maps/scripts/render-tiles.sh
Line 116 in bba5953