Change the sourceforge logo link to point to the gssmp page.
[gssmp.git] / www / install-prerequisites.html
blob1cbd43e7d93d95933a642c1d488e52606cf69dc0
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5 <link rel="stylesheet" href="style.css" type="text/css" />
6 <title>Prerequisites for installing GSSMP</title>
7 </head>
8 <body>
10 <address><a href="index.html">Home</a> | <a href="install.html">Install</a> |
11 <a href="use.html">Use</a> |
12 <a href="screenshots.html">Screenshots</a> |
13 <a href="developers.html">Developers</a> |
14 <a href="contact.html">Contact</a></address>
16 <h1>Prerequisites for installing GSSMP</h1>
18 <p>On an Ubuntu system everything you need should be installed. If not, try
19 this:</p>
21 <p><tt>sudo apt-get install libgstreamer0.10-0 libgnomeui-0</tt></p>
23 <p>Similarly, on Fedora everything should already be installed, but if not,
24 try this:</p>
26 <p><tt>su -c yum install libgnomeui gstreamer</tt></p>
28 <p>The GSSMP developers recommend storing your music in
29 <a href="http://www.vorbis.com/">Ogg Vorbis</a> format. You almost certainly
30 already have everything you need installed for this (once you've got
31 gstreamer) but if not, on Ubuntu try:</p>
33 <p><tt>sudo apt-get install gstreamer0.10-plugins-base</tt></p>
35 <p>On Fedora, try this:</p>
37 <p><tt>su -c yum install gstreamer-plugins-base</tt></p>
39 <p>Please do send in instructions on installing these prerequisites for other
40 distributions - we'd love to add them here.</p>
42 <div style="float:right"><a href="http://sourceforge.net/projects/gssmp/"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=187144&amp;type=2" width="125" height="37" alt="SourceForge.net Logo" /></a></div>
44 <address><a href="index.html">Home</a> | <a href="install.html">Install</a> |
45 <a href="use.html">Use</a> |
46 <a href="screenshots.html">Screenshots</a> |
47 <a href="developers.html">Developers</a> |
48 <a href="contact.html">Contact</a></address>
50 </body>
51 </html>