From 2b5d2ea3f0dfc39e453418744078b60bb3b605db Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Thu, 30 Jan 2020 10:08:13 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a821a87..c9e63117 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The JACK client client will forcefully connect to the system output, and open an Note that you can disable all targets but the LV2 plugin using ```sh -cmake -DCMAKE_BUILD_TYPE=Release -DSFIZZ_JACK=OFF -DSFIZZ_SHARED=OFF -DSFIZZ_LV2=ON .. +cmake -DCMAKE_BUILD_TYPE=Release -DSFIZZ_JACK=OFF -DSFIZZ_SHARED=OFF .. ``` and process as before. In this case, the LV2 plugin will load `libsndfile` dynamically from your system.