Changeset 80c0417 for python/README
- Timestamp:
- May 30, 2005, 6:44:52 AM (20 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- d09cad2
- Parents:
- 588a09f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/README
r588a09f r80c0417 2 2 routines. The python interface for libaubio is generated using Swig. 3 3 4 To have it working before installation, set LD_LIBRARY_PATH as: 5 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib:../src/.libs 4 To have it working before installation, you will need to set LD_LIBRARY_PATH 5 # export LD_LIBRARY_PATH=../src/.libs:../ext/.libs 6 for instance, to run the python script from within aubio/python/.
Note: See TracChangeset
for help on using the changeset viewer.