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:
parent
6798500398
commit
83ad648832
@ -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.
|
||||
|
||||
|
2
install/alpine_requirements.sh
Normal file
2
install/alpine_requirements.sh
Normal file
@ -0,0 +1,2 @@
|
||||
sh ./install/alpine_requirements_run.sh
|
||||
sh ./install/alpine_requirements_build.sh
|
Loading…
Reference in New Issue
Block a user