[Tile-serving] [openstreetmap/mod_tile] Added compilation instructions for several distros (#252)
David Hummel
notifications at github.com
Tue Aug 3 15:02:17 UTC 2021
@hummeltech commented on this pull request.
> @@ -0,0 +1,62 @@
+# Building on Ubuntu 20.04
+
+This documents step by step on how to compile and put into use the software `mod_tile` and `renderd`.
+Please see our [Continous Integration script](../.github/workflows/build-and-test-ubuntu-20-04.yml) for more detail.
+
+```shell
+#!/usr/bin/env bash
+
+# Update installed packages
+sudo apt update && apt upgrade --yes
Yeah, it's not really required, especially if it takes that long. You could even try removing the `yum update` step from the `provision` action to speed things up as well.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/252#discussion_r681846288
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210803/24ee91b3/attachment.htm>
More information about the Tile-serving
mailing list