From 58db98fcb0a608f27a931d16b3a78fee80645d59 Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Sun, 17 Oct 2010 21:37:01 +0000 Subject: [PATCH] fix deps --- INSTALL | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index d327105b..578e5e03 100644 --- a/INSTALL +++ b/INSTALL @@ -8,13 +8,9 @@ Requirements Telemeta is designed to run on Linux and other UNIX based architectures. The following third party applications or libraries are required: -:dependencies: 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, python-timeside (>= 0.2), python-numpy, python-scipy - python-ctypes (>= 1.0.1), python-setuptools (>= 0.6b3), - python-support (>= 0.3), python-docutils (>= 0.5) - -:optional: ecasound, festival, par2 +:dependencies: python python-xml python-mutagen python-django \ + python-imaging python-mysqldb mysql-server python-numpy python-scipy \ + python-ctypes python-setuptools python-support python-docutils Here, package names are taken from the Debian OS and could be different on other platforms. @@ -31,6 +27,12 @@ Install * On Debian (Testing recommended) or Ubuntu Hoary + Install all dependencies like this:: + + sudo aptitude install python python-xml python-mutagen python-django \ + python-imaging python-mysqldb mysql-server python-numpy python-scipy \ + python-ctypes python-setuptools python-support python-docutils + Just add these lines to your /etc/apt/sources-list:: deb http://debian.parisson.org/ binary/ -- 2.39.5