From 6a99f7978e1ba699bf7ce58c382ff365aef99b9a Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Thu, 30 Apr 2026 15:24:04 +0200 Subject: [PATCH] Update description for Linux. --- README.wavsim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.wavsim b/README.wavsim index 097f4e924..8a6e23dcd 100644 --- a/README.wavsim +++ b/README.wavsim @@ -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.