small addition2 to README.md

This commit is contained in:
Shautvast 2026-03-12 12:03:24 +01:00
parent 0cba478564
commit 96b25844fe

View file

@ -21,12 +21,17 @@ I collected this info as well as possible, but I might have missed something...
Building the Overpass API works best on linux. Therefore I created an Ubunto VM on my mac using UTM.
This works pretty smoothly given you have the right dependencies.
-> I did not niceify the paths. Adjust them to your own setup
#### UTM or other hypervisor
- using virtualisation, so build from source on ARM64
- ubuntu 24.04 (minimal)
- add extra virtual disk 64Gb (fits netherlands OSM database)
- port forwards 22->2222 80->80 5173->5173
5173 is optional for turbopass-api (see below)
22/ssh in your favorite terminal works better than the UTM system console
```
sudo apt-get update
sudo apt install g++ make expat libexpat1-dev zlib1g-dev wget bzip2 libtool autoconf osmium-tool git apache2
@ -60,6 +65,7 @@ Restart=on-failure
WantedBy=multi-user.target
```
_You may need to add `u+x` for the cgi-bin/dispatcher executables_
#### optional: Overpass-turbo UI
Overpass-turbo frontend is not used by the agent.