]> git.parisson.com Git - timeside.git/commitdiff
slides: fix various dependencies fir Debian Stable 7.0
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 28 May 2013 19:23:59 +0000 (21:23 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 28 May 2013 19:23:59 +0000 (21:23 +0200)
doc/timeside_slides.html

index 1629f7589c8a371e6ee834bf473d65c9a16afa5d..29b3c104b0597cfd11921b7f5cc13e348a7ace00 100644 (file)
@@ -139,14 +139,15 @@ print 'Level:', analyzer.results()
 
                                <section>
                                        <h2>Install for production</h2>
-                                       <p>on Linux (Debian)</p>
+                                       <p>version 0.3.2 on Linux (Debian Stable 7.0)</p>
                                        <pre><code data-trim class="bash">
 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
                                        </code></pre>
@@ -154,16 +155,16 @@ sudo pip install timeside
 
                                <section>
                                        <h2>Install for development 1/2</h2>
-                                       <p>on Linux (Debian)</p>
+                                       <p>version >= 0.4 on Linux (Debian Stable 7.0)</p>
                                        <pre><code data-trim class="bash">
 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 \
                     </code></pre>
 
                     <p>install <a href="http://aubio.org" target="_blank">aubio</a> with "develop" branch</p>