[gnomeweb-wml] [nautilus-sound-converter] Add some build instructions
- From: Brian Pepple <bpepple src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] [nautilus-sound-converter] Add some build instructions
- Date: Sun, 24 Oct 2010 00:44:00 +0000 (UTC)
commit a2e1f7c6a434a7d36dce358be2afce8db506c070
Author: Brian Pepple <bpepple fedoraproject org>
Date: Sat Oct 23 20:43:13 2010 -0400
[nautilus-sound-converter] Add some build instructions
.../nautilus-sound-converter/index.html | 28 ++++++++++++++++++++
.../nautilus-sound-converter/nsc.css | 17 ++++++++++++
2 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/projects.gnome.org/nautilus-sound-converter/index.html b/projects.gnome.org/nautilus-sound-converter/index.html
index d6f9860..f49926d 100644
--- a/projects.gnome.org/nautilus-sound-converter/index.html
+++ b/projects.gnome.org/nautilus-sound-converter/index.html
@@ -28,6 +28,34 @@
<p>Nautilus extension to convert audio files to a different format using the GStreamer framework.</p>
<br />
+<h2>Compile it</h2>
+<p>The current released version of nautilus-sound-converter is <a href="http://nautilus-sound-converter.googlecode.com/files/nautilus-sound-converter-1.0.5.tar.bz2">1.0.5</a>, released July 6, 2010.</p>
+<p>Download and extract the tarball, enter the program directory, then type:
+<br /><br />
+<code>$ ./configure
+$ make
+$ sudo make install (or run as root)</code>
+<p>You can also fetch and compile the code from our <a href="http://git.gnome.org/browse/nautilus-sound-converter">git repository</a>. To do so, type:
+<p>
+<code>$ git clone git://git.gnome.org/nautilus-sound-converter</code>
+</p>
+<p>If compiling from a cloned git repository, simply replace the <inlinecode>./configure</inlinecode> line with <inlinecode>sh autogen.sh</inlinecode>.</p>
+<a name="dependencies"></a>
+
+<h2>Dependencies</h2>
+<p>Nautilus-Sound-Converter depends on the following programs and libraries:</p>
+<ul>
+ <li>glib</li>
+ <li>GConf2</li>
+ <li>gstreamer</li>
+ <li>nautilus and libnautilus-extension</li>
+ <li>gnome-media</li>
+ <li>gstreamer-plugins-good</li>
+ <li>gstreamer-plugins-base</li>
+ <li>gstreamer-plugins-bad (optional)</li>
+ <li>gstreamer-plugins-ugly (optional)</li>
+</ul>
+<p>Make sure you have installed the development packages for these libraries before compiling nautilus-sound-converter. You will also need the standard GNU and GNOME build tools installed.</p>
<h3>We want you to be part of the fun</h3>
<p>Are you a coder or translator? <a href="developers.html">Join the fun!</a></p>
diff --git a/projects.gnome.org/nautilus-sound-converter/nsc.css b/projects.gnome.org/nautilus-sound-converter/nsc.css
index 69ec07a..e7a52fc 100644
--- a/projects.gnome.org/nautilus-sound-converter/nsc.css
+++ b/projects.gnome.org/nautilus-sound-converter/nsc.css
@@ -11,3 +11,20 @@
display: block;
margin: 1em;
}
+
+/* Generic Classes */
+
+code {
+ display: block;
+ white-space: pre;
+ font-family: monospace;
+ background-color: #eeeeee;
+ margin-left: 2em;
+ width: 500px;
+}
+
+inlinecode {
+ white-space: pre;
+ font-family: monospace;
+ background-color: #eeeeee;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]