ref: 197571a68720b9cceafb22353d2bb6a654ed2a4a
parent: a49b0bcde268e8e4f5dee449ad83fcbc30f254b6
author: Paul Brossier <piem@altern.org>
date: Sun Nov 6 06:23:07 EST 2005
updated README updated README
--- a/python/README
+++ b/python/README
@@ -3,6 +3,27 @@
# To have it working before installation, you will need to set LD_LIBRARY_PATH.
# for instance, to run the python script from within aubio/python/, you can use
-# 'source ./README'
+# '. README'
export LD_LIBRARY_PATH=../src/.libs:../ext/.libs
+
+echo """
+
+the aubio/ directory should be organised as follow:
+
+ aubiowrapper.py,_aubiowrapper.so, aubio_wrap.c, aubio_wrap.o
+ swig generated aubio interface
+ aubioclass.py
+ human usable interface
+ plot/
+ everything required to plot
+ web/
+ tools to use aubioweb.py
+ bench/
+ tools to explore a database of sound file and run benchmarks on it
+ eval/
+ tools to evaluate the performance of aubio extractors
+ aubioweb.py
+ a hack to pipe aubio in mod_python
+
+"""