1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Updated development instructions

This commit is contained in:
krateng 2021-12-23 07:51:08 +01:00
parent 6798500398
commit 83ad648832
2 changed files with 3 additions and 1 deletions

View File

@ -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 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. For other distros, try to find the equivalents of the packages listed or simply check your error output.

View File

@ -0,0 +1,2 @@
sh ./install/alpine_requirements_run.sh
sh ./install/alpine_requirements_build.sh