mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
installation for Ubuntu 24.04 with packages
Also remove Ubuntu 20.04 instructions.
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user