From 83ad648832e4a85f9d8f34e8cd3f001d372ba1f1 Mon Sep 17 00:00:00 2001 From: krateng Date: Thu, 23 Dec 2021 07:51:08 +0100 Subject: [PATCH] Updated development instructions --- DEVELOPMENT.md | 2 +- install/alpine_requirements.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 install/alpine_requirements.sh diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 0f9bb56..d785349 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -4,7 +4,7 @@ After you've cloned the repository, traverse into the `maloja` folder with `cd m Your system needs several packages installed. On Alpine, this can be done with -`apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers` +`sh ./install/alpine_requirements.sh` For other distros, try to find the equivalents of the packages listed or simply check your error output. diff --git a/install/alpine_requirements.sh b/install/alpine_requirements.sh new file mode 100644 index 0000000..7f26638 --- /dev/null +++ b/install/alpine_requirements.sh @@ -0,0 +1,2 @@ +sh ./install/alpine_requirements_run.sh +sh ./install/alpine_requirements_build.sh