More packaging stuff
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
7d02a17892
commit
335db79d14
5 changed files with 1078 additions and 14 deletions
|
@ -67,7 +67,7 @@ Dependencies for using system libraries, that is, with `SYSDEPS=true`:
|
|||
|
||||
```
|
||||
# common
|
||||
sudo pacman -S dbus libgl liblo libsndfile libx11 libxcursor libxext libxrandr python3
|
||||
sudo pacman -S dbus file libgl liblo libsndfile libx11 libxcursor libxext libxrandr python3
|
||||
# system libraries
|
||||
sudo pacman -S libarchive libsamplerate jansson speexdsp
|
||||
```
|
||||
|
@ -76,7 +76,7 @@ Dependencies for vendored libraries:
|
|||
|
||||
```
|
||||
# common
|
||||
sudo pacman -S dbus libgl liblo libsndfile libx11 libxcursor libxext libxrandr python3
|
||||
sudo pacman -S dbus file libgl liblo libsndfile libx11 libxcursor libxext libxrandr python3
|
||||
# nedeed by vendored libraries
|
||||
sudo pacman -S cmake wget
|
||||
```
|
||||
|
@ -87,7 +87,7 @@ Dependencies for using system libraries, that is, with `SYSDEPS=true`:
|
|||
|
||||
```
|
||||
# common
|
||||
sudo apt install libdbus-1-dev libgl1-mesa-dev liblo-dev libsndfile1-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev python3
|
||||
sudo apt install libdbus-1-dev libgl1-mesa-dev liblo-dev libmagic-dev libsndfile1-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev python3
|
||||
# system libraries
|
||||
sudo apt install libarchive-dev libjansson-dev libsamplerate0-dev libspeexdsp-dev
|
||||
```
|
||||
|
@ -96,7 +96,7 @@ Dependencies for vendored libraries:
|
|||
|
||||
```
|
||||
# common
|
||||
sudo apt install libdbus-1-dev libgl1-mesa-dev liblo-dev libsndfile1-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev python3
|
||||
sudo apt install libdbus-1-dev libgl1-mesa-dev liblo-dev libmagic-dev libsndfile1-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev python3
|
||||
# nedeed by vendored libraries
|
||||
sudo apt install cmake wget
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue