]> git.parisson.com Git - telemeta.git/commitdiff
* modify dependencies and few infos
authoryomguy <>
Thu, 17 Sep 2009 15:38:52 +0000 (15:38 +0000)
committeryomguy <>
Thu, 17 Sep 2009 15:38:52 +0000 (15:38 +0000)
INSTALL
README

diff --git a/INSTALL b/INSTALL
index 6a9c350dc7f8bfe8dde4ff68bf7d9015b70a0e11..51399be4db3652df05ef74d06cd2ede54c9912c8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -12,11 +12,13 @@ python (>= 2.3.5-7), python-xml, python-mutagen, python-django (>= 1.0-1),
 python-imaging (>= 1.1.6), sox (>= 14.2), vorbis-tools, flac, normalize-audio,
 python-mysqldb, mysql-server, octave2.9, python-tk, libgd2-xpm,
 libsndfile1 (>= 1.0.17), python-numpy, python-ctypes (>= 1.0.1),
-python-scikits-audiolab (>= 0.7), python-setuptools (>= 0.6b3),
-python-support (>= 0.3),
+python-scikits-audiolab (>= 0.10), python-setuptools (>= 0.6b3),
+python-support (>= 0.3), python-scipy, lame (>= 3.98.2)
 
 optional:
-lame, ecasound, festival, par2
+ecasound, festival, par2
+
+Here, package names are taken from the Debian OS and could be different on other platforms
 
 
 # 2. Install
@@ -67,9 +69,9 @@ lame, ecasound, festival, par2
     This is ONLY needed if you did NOT install telemeta with Debian's apt-get.
 
     In order to get the wavforms of the audio files,
-    python-audiolab have to be installed in telemeta :
+    python-audiolab have to be installed with the help of git :
 
-    $ svn export http://svn.scipy.org/svn/scikits/trunk/audiolab
+    $ git clone git://github.com/cournape/audiolab.git
     $ cd audiolab/
     $ sudo python setup.py install
 
diff --git a/README b/README
index 0ac7409fb7d60c9a3285a37653bc00ea66905853..45df512646a723d56d691d763bc0cd8c3d726b15 100644 (file)
--- a/README
+++ b/README
@@ -33,20 +33,6 @@ existing model has been designed to fit the one of the French Centre of Etnomusi
 but could be easily adapted/overrided to sue other data structures.
 
 
-# Requirements
-# ============
-
-python (>= 2.3.5-7), python-xml, python-mutagen, python-django (>= 1.0-1),
-python-imaging (>= 1.1.6), sox (>= 14.2), vorbis-tools, flac, normalize-audio,
-python-mysqldb, mysql-server, octave2.9, python-tk, libgd2-xpm,
-libsndfile1 (>= 1.0.17), python-numpy, python-ctypes (>= 1.0.1),
-python-scikits-audiolab (>= 0.7), python-setuptools (>= 0.6b3),
-python-support (>= 0.3),
-
-optional:
-lame, ecasound, festival, par2
-
-
 # Installation and usage
 # ======================