diff --git a/docs/BuildPrerequisites.md b/docs/BuildPrerequisites.md index 1ef64a7..35c5418 100644 --- a/docs/BuildPrerequisites.md +++ b/docs/BuildPrerequisites.md @@ -29,7 +29,7 @@ Ubuntu: libgoogle-perftools-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 \ util-linux avahi networkmanager icu libzip gperftools \ @@ -38,7 +38,7 @@ Arch (pre-release, work in progress): There is one AUR package: 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 { diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b4442f3..441677f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -412,7 +412,7 @@ target_link_libraries(libpipedald PUBLIC PiPedalCommon PRIVATE - SQLiteCpp_static + SQLiteCpp OpenSSL::Crypto ${PipeWire_LIBRARIES} )