gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/doc/C sources.xml


From: Martin Guy
Subject: [Gnash-commit] gnash/doc/C sources.xml
Date: Sun, 25 Mar 2007 12:41:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/03/25 12:41:08

Modified files:
        doc/C          : sources.xml 

Log message:
        Copy web stuff on getting the sources into manual and mention CVS 
tarball repo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/sources.xml?cvsroot=gnash&r1=1.31&r2=1.32

Patches:
Index: sources.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/sources.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- sources.xml 24 Mar 2007 19:20:35 -0000      1.31
+++ sources.xml 25 Mar 2007 12:41:08 -0000      1.32
@@ -5,6 +5,7 @@
     <title>Overview</title>
     <para>
       The typical process of building from source will involve 
+      <link linkend="gettingsource">getting the source</link>,
       <link linkend="codedepend">resolving dependencies</link>,
       <link linkend="configure">configuration</link>, 
       <link linkend="compile">compilation</link>,
@@ -23,6 +24,50 @@
     </para>  
   </sect2>
   
+  <sect2 id="gettingsource">
+    <title>Getting The Source</title>
+
+    <sect3 id="sourcereleases">
+      <title>Releases</title>
+      <para>
+       Tarballs of official releases can be found in the download area
+       of the project's GNU Savannah page at
+       <ulink type="http"
+              url="http://savannah.gnu.org/projects/gnash";>
+                   http://savannah.gnu.org/projects/gnash
+       </ulink> 
+       or under
+       <ulink type="http"
+              url="http://ftp.gnu.org/gnu/gnash";>
+                   http://ftp.gnu.org/gnu/gnash
+       </ulink> 
+      </para>
+
+    <sect3 id="sourcecvs">
+      <title>CVS Access</title>
+      <para>
+       The latest Gnash development sources are available via anonymous CVS.
+       Use the following commands to check them out
+       (just hit return when you are prompted for the password):
+       <programlisting>
+         export CVS_RSH=ssh
+         cvs -z3 -d:pserver:address@hidden:/sources/gnash co gnash
+       </programlisting>
+       you will then be able to update your copy from the repository using
+       <programlisting>
+         cd gnash
+         cvs update -d
+       </programlisting>
+      </para>
+      <para>
+       If you only have access to the internet via a web proxy,
+       you will find daily snapshots of the latest CVS tree in
+       <ulink type="http"
+              url="http://gnash.lulu.com/dev_snapshots/";>
+                   http://gnash.lulu.com/dev_snapshots
+       </ulink> 
+      </para>
+
   <sect2 id="codedepend">
     <title>Code Dependencies</title>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]