mirror of
https://github.com/krateng/maloja.git
synced 2026-04-28 03:30:00 +00:00
Add bash script for installing deps on archlinux.
This commit is contained in:
parent
2a0775265f
commit
3ec511e9b9
1 changed files with 15 additions and 0 deletions
15
install/install_dependencies_arch.sh
Executable file
15
install/install_dependencies_arch.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env sh
|
||||
pacman -Syu
|
||||
pacman -S --needed \
|
||||
gcc \
|
||||
python3 \
|
||||
libxml2 \
|
||||
libxslt \
|
||||
libffi \
|
||||
glibc \
|
||||
python-pip \
|
||||
linux-headers \
|
||||
python \
|
||||
python-lxml \
|
||||
tzdata \
|
||||
libvips
|
||||
Loading…
Add table
Add a link
Reference in a new issue