spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit f17c60be3190511851b2013061bc54cbe57b1ce3
parent 37964b9ce3c5873917a06abb93b5d4e07ce13ab4
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun, 30 May 2010 12:54:30 +1000

[Web] Move Linux build instructions to the wiki

Diffstat:
Mweb/index.html | 12+-----------
Awiki/LinuxInstall.wiki | 28++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 11 deletions(-)

diff --git a/web/index.html b/web/index.html @@ -39,17 +39,7 @@ <p><a href="http://spek.googlecode.com/files/spek-0.4.msi">Spek 0.4 for Windows</a> (x86 MSI installer, 17.1 MiB)</p> <p><a href="http://spek.googlecode.com/files/spek-0.4.tar.bz2">Spek 0.4 for GNU/Linux</a> (source code tar.bz2, 192 KiB)</p> <p>To install on Windows just download and double-click the MSI installer. After asking a few questions, Spek will install automatically.</p> - <p>To build and run on GNU/Linux:</p> - <!-- HTML generated using hilite.me --> - <div style="background: #ffffff; overflow:auto;width:auto;color:black;background:white;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%"><span style="color: #906030">$ </span>tar -xjvf spek-0.4.tar.bz2 -<span style="color: #906030">$ </span>cd spek-0.4 -<span style="color: #906030">$ </span>./configure -<span style="color: #906030">$ </span>make -<span style="color: #906030">$ </span>src/spek -</pre></div> - <p>Or `<code>sudo make install</code>` to have it installed.</p> - - <p>Software requirements: GTK+ &ge; 2.14, GStreamer &ge; 0.10.17 (including gst-plugins-base and gst-plugins-good). For MP3 support you also need gst-plugins-ugly.</p> + <p>To install on GNU/Linux, follow <a href="http://code.google.com/p/spek/wiki/LinuxInstall">these instructions</a>. Software requirements: GTK+ &ge; 2.14, GStreamer &ge; 0.10.17 (including gst-plugins-base and gst-plugins-good). For MP3 support you also need gst-plugins-ugly.</p> <h2>News <a href="http://versia.com/category/spek/feed/atom/"><img src="feed-icon-14x14.png" alt="news feed"/></a></h2> <ul> diff --git a/wiki/LinuxInstall.wiki b/wiki/LinuxInstall.wiki @@ -0,0 +1,27 @@ +#summary GNU/Linux installation instructions +#labels Featured + += GNU/Linux installation instructions = + +To build Spek, download the source code tarball then run these commands from terminal: + +{{{ +$ tar -xjvf spek-0.x.tar.bz2 +$ cd spek-0.x +$ ./configure +$ make +}}} + +You will need GStreamer and GTK+ packages installed to build. On Debian/Ubuntu you will also need development packages: libgstreamer0.10-dev and libgtk2.0-dev. + +To start Spek, run: + +{{{ +$ src/spek +}}} + +Or install it with: + +{{{ +$ sudo make install +}}} +\ No newline at end of file