More make tweaks, try to always use correct paths
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0fc4a61870
commit
7fcb46832c
5 changed files with 33 additions and 16 deletions
|
@ -51,7 +51,7 @@ Dependencies for using system libraries:
|
|||
|
||||
```
|
||||
# common
|
||||
sudo pkg install -A dbus libglvnd liblo libsndfile libX11 libXcursor libXext libXrandr
|
||||
sudo pkg install -A dbus libglvnd liblo libsndfile libX11 libXcursor libXext libXrandr python3
|
||||
# system libraries
|
||||
sudo pkg install -A libarchive libsamplerate jansson speexdsp
|
||||
```
|
||||
|
@ -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
|
||||
sudo pacman -S dbus 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
|
||||
sudo pacman -S dbus 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
|
||||
sudo apt install libdbus-1-dev libgl1-mesa-dev liblo-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
|
||||
sudo apt install libdbus-1-dev libgl1-mesa-dev liblo-dev libsndfile1-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev python3
|
||||
# nedeed by vendored libraries
|
||||
sudo apt install cmake wget
|
||||
```
|
||||
|
@ -104,7 +104,8 @@ sudo apt install cmake wget
|
|||
## macOS
|
||||
|
||||
Installing Xcode and the "Command-Line utilities" add-on is required.
|
||||
Additionally you can install libsndfile from Homebrew or MacPorts in order to make Cardinal's audio file module work. (Otherwise it will support only mp3 files)
|
||||
Additionally you will need `python3` and `wget` from either Homebrew or MacPorts, whatever you prefer.
|
||||
You can also install libsndfile in order to make Cardinal's audio file module work. (Otherwise it will support only mp3 files)
|
||||
|
||||
If you want to have universal builds similar to the ones officially published by Cardinal, simply setup the environment like this:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue