ref: 5bec75da4266f12800bb6ff822ae7a91fad571f7
parent: c35e701b78a91df88ae654e5f2de9c556da2cf25
author: Paul Brossier <piem@piem.org>
date: Wed Apr 20 08:54:56 EDT 2016
python/README: remove note about libaubio install
--- a/python/README
+++ b/python/README
@@ -45,15 +45,6 @@
$ 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
-------------------------