From ef332b5cd065ecb2d754a06697e34a79a789aa5a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 28 May 2013 21:23:59 +0200 Subject: [PATCH] slides: fix various dependencies fir Debian Stable 7.0 --- doc/timeside_slides.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/timeside_slides.html b/doc/timeside_slides.html index 1629f75..29b3c10 100644 --- a/doc/timeside_slides.html +++ b/doc/timeside_slides.html @@ -139,14 +139,15 @@ print 'Level:', analyzer.results()

Install for production

-

on Linux (Debian)

+

version 0.3.2 on Linux (Debian Stable 7.0)


 sudo apt-get update
 
 sudo apt-get install python python-pip python-setuptools python-gobject \
                         python-gst0.10 gstreamer0.10-plugins-base gir1.2-gstreamer-0.10 \
                         gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \
-                        gstreamer0.10-plugins-ugly gobject-introspection python-mutagen
+                        gstreamer0.10-plugins-ugly gobject-introspection \
+                        python-numpy python-mutagen
 
 sudo pip install timeside
  					
@@ -154,16 +155,16 @@ sudo pip install timeside

Install for development 1/2

-

on Linux (Debian)

+

version >= 0.4 on Linux (Debian Stable 7.0)


 sudo apt-get update
 
-sudo apt-get install python python-pip python-setuptools python-gobject \
+sudo apt-get install python python-dev python-pip python-setuptools python-gobject \
                         python-gst0.10 gstreamer0.10-plugins-base gir1.2-gstreamer-0.10 \
                         gstreamer0.10-plugins-good gstreamer0.10-plugins-bad \
-                        gstreamer0.10-plugins-ugly gobject-introspection \
-                        libsndfile-dev libsamplerate-dev docbook-to-man \
-                        liblash-dev libfftw3-dev gcc git-core ipython python-mutagen
+                        gstreamer0.10-plugins-ugly gobject-introspection python-numpy \
+                        libsndfile-dev libsamplerate-dev docbook-to-man libjack-jackd2-dev \
+                        liblash-compat-dev libfftw3-dev gcc git-core ipython python-mutagen \
                     

install aubio with "develop" branch

-- 2.39.5