installation for Ubuntu 24.04 with packages

Also remove Ubuntu 20.04 instructions.
This commit is contained in:
Sarah Hoffmann
2024-06-24 20:07:02 +02:00
parent 1e88321371
commit e2416f90af
8 changed files with 100 additions and 79 deletions

View File

@@ -5,13 +5,13 @@ all:
build: build-core build-db build-api
build-core:
cd packaging/nominatim-core; python3 -m build . --outdir ../dist/
python3 -m build packaging/nominatim-core --outdir dist/
build-db:
cd packaging/nominatim-db; python3 -m build . --outdir ../dist/
python3 -m build packaging/nominatim-db --outdir dist/
build-api:
cd packaging/nominatim-api; python3 -m build . --outdir ../dist/
python3 -m build packaging/nominatim-api --outdir dist/
# Tests