Update description for Linux.

This commit is contained in:
Holger Vogt 2026-04-30 15:24:04 +02:00
parent 531c4550bc
commit 6a99f7978e
1 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,6 @@ compile_macos_clang_M2.sh has been enhanced by adding
to CFLAGS and
-L/opt/homebrew/opt/libsndfile/lib -L/opt/homebrew/opt/libsamplerate/lib
to LDFLAGS
Linux Ubuntu 24.04 has the libraries libsndfile0 and libsamplerate0 available automatically.
You may need to install (with apt) the development header files libsndfile0-dev and libsamplerate0-dev.