From: Paul Brossier Date: Wed, 20 Apr 2016 12:44:38 +0000 (+0200) Subject: README.md: improve linking instructions X-Git-Tag: 0.4.4~300^2~301 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=c4d251c12cfccd0fb5c64e57c3d36e79d12b2ec9;p=aubio.git README.md: improve linking instructions --- diff --git a/README.md b/README.md index 02750516..70a995be 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ On Linux, you should be able to set `LD_LIBRARY_PATH` with: On Mac OS X, a copy or a symlink can be made in `~/lib`: $ mkdir -p ~/lib - $ ln -sf $PWD/build/src/libaubio.4.dylib ~/lib/libaubio.4.dylib + $ ln -sf $PWD/build/src/libaubio*.dylib ~/lib/ Note on Mac OS X systems older than El Capitan (10.11), the `DYLD_LIBRARY_PATH` variable can be set as follows: