From: Paul Brossier Date: Wed, 20 Apr 2016 10:54:56 +0000 (+0200) Subject: python/README: remove note about libaubio install X-Git-Tag: 0.4.4~300^2~302 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=5bec75da4266f12800bb6ff822ae7a91fad571f7;p=aubio.git python/README: remove note about libaubio install --- diff --git a/python/README b/python/README index d0fb3f5a..ffc730ed 100644 --- a/python/README +++ b/python/README @@ -45,15 +45,6 @@ setting PYTHONPATH: $ export PYTHONPATH=$PYTHONPATH:$PWD/`ls -rtd build/lib.* | head -1`:$PWD/tests -Similarly, you can use the aubio module without installing libaubio by pointing -LD_LIBRARY_PATH to the path libaubio can be found at: - - $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/../build/src - -Or on Mac OS X systems, setting DYLD_LIBRARY_PATH: - - $ export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$PWD/../build/src - Testing the Python module -------------------------