From 3c4854ae84033884e59f99f14437627e4b177df7 Mon Sep 17 00:00:00 2001 From: Jesper Zedlitz <jesper@zedlitz.de> Date: Wed, 20 Apr 2022 13:37:25 +0200 Subject: [PATCH] =?UTF-8?q?Hinweise=20f=C3=BCr=20Alpine=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 734f88d..52ab629 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,22 @@ The following versions exist: ## Building -You need a few prerequisites to build the _Open-Data-Leitfaden Schleswig-Holstein_. On a Ubuntu 20.04 LTS system the following packages have to be installed: +You need a few prerequisites to build the _Open-Data-Leitfaden Schleswig-Holstein_. + +On a *Ubuntu 20.04 LTS* system the following packages have to be installed: ```bash sudo apt install make librsvg2-bin poppler-utils pandoc pdflatex hugo ``` +On a *Alpine Linux edge* system the build environment can be prepared this way: + +```bash +apk add ruby texlive make librsvg hugo texmf-dist-fontsextra poppler-utils +wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-linux-amd64.tar.gz +cp pandoc-2.18/bin/pandoc /usr/local/bin/ +``` + You can create the PDF document: ```bash -- GitLab