Skip to content

Commit 863fa29

Browse files
author
Andy Townsend
committed
Added a couple of lines to the Debian 12 notes to address
switch2osm#271
1 parent 30fa716 commit 863fa29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

serving-tiles/manually-building-a-tile-server-debian-12.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Here we're assuming that we're storing the stylesheet details in a directory bel
9696
cd ~/src
9797
git clone https://github.com/gravitystorm/openstreetmap-carto
9898
cd openstreetmap-carto
99+
git pull --all
100+
git switch --detach v5.9.0
101+
102+
The "git switch" is needed because that's the latest release that you can see at OpenStreetMap, but OSM Carto is in the process of moving to a different database format. See OSM CArto's [INSTALL.md](https://github.com/gravitystorm/openstreetmap-carto/blob/master/INSTALL.md) for the newer version.
99103

100104
Next, we'll check that we have installed a suitable version of the "carto" compiler.
101105

0 commit comments

Comments
 (0)