Build fixes, promot Arch Linux build to alpha status.

This commit is contained in:
Robin E.R. Davies
2026-06-17 12:24:06 -04:00
parent d6ee400394
commit e5fd55d505
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ Ubuntu:
libgoogle-perftools-dev \ libgoogle-perftools-dev \
libpipewire-0.3-dev libbz2-dev libssl-dev librsvg2-dev libpipewire-0.3-dev libbz2-dev libssl-dev librsvg2-dev
Arch (pre-release, work in progress): Arch Linux (alpha status):
sudo pacman -S --needed lilv boost systemd catch2 alsa-lib \ sudo pacman -S --needed lilv boost systemd catch2 alsa-lib \
util-linux avahi networkmanager icu libzip gperftools \ util-linux avahi networkmanager icu libzip gperftools \
@@ -38,7 +38,7 @@ Arch (pre-release, work in progress):
There is one AUR package: There is one AUR package:
sudo paru -S authbind sudo paru -S authbind
Note: in Arch, copyright notices generation won't work, so it needs to be disabled with a cmake argument. Add this to your .vscode/settings.json file: Note: in the Arch Linux build, copyright notices generation won't work, so it needs to be disabled with a cmake argument. Add this to your .vscode/settings.json file:
```json ```json
{ {
+1 -1
View File
@@ -412,7 +412,7 @@ target_link_libraries(libpipedald
PUBLIC PUBLIC
PiPedalCommon PiPedalCommon
PRIVATE PRIVATE
SQLiteCpp_static SQLiteCpp
OpenSSL::Crypto OpenSSL::Crypto
${PipeWire_LIBRARIES} ${PipeWire_LIBRARIES}
) )