gnash-commit
[Top][All Lists]
Advanced

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

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


From: Rob Savoye
Subject: [Gnash-commit] gnash ./README ./ChangeLog doc/C/sources.xml
Date: Fri, 28 Apr 2006 01:25:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/04/28 01:25:38

Modified files:
        .              : README ChangeLog 
        doc/C          : sources.xml 

Log message:
        * README: Add comments about runing autogen.sh and configure for
        bug #16451.
        * doc/C/sources.xml: Add comments about runing autogen.sh and
        configure for bug #16451.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/README.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.250&tr2=1.251&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/doc/C/sources.xml.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.250 gnash/ChangeLog:1.251
--- gnash/ChangeLog:1.250       Thu Apr 27 17:14:05 2006
+++ gnash/ChangeLog     Fri Apr 28 01:25:38 2006
@@ -1,7 +1,14 @@
+2006-04-28 Rob Savoye <address@hidden>
+
+       * README: Add comments about runing autogen.sh and configure for
+       bug #16451.
+       * doc/C/sources.xml: Add comments about runing autogen.sh and
+       configure for bug #16451.
+
 2006-04-27 Rob Savoye <address@hidden>
 
        * configure.ac: Comment out warnings about FLTK and Xft, these are
-       only used by code under develop,ent for now.
+       only used by code under development for now.
        * macros/jpeg.m4: Make sure the head exists, not the lib before
        runing lib tests.
        * utilities/Makefile.am: Add PTHREAD_LIBS.
Index: gnash/README
diff -u gnash/README:1.11 gnash/README:1.12
--- gnash/README:1.11   Thu Apr 27 17:15:24 2006
+++ gnash/README        Fri Apr 28 01:25:38 2006
@@ -91,10 +91,16 @@
 Building Gnash:
 ---------------
 
-See the generic installation instructions in the file called "INSTALL".
-
-You will need the following development packages installed to build
-the player with GTK support: glib, atk, pango, cairo, gtk2, gtkglext.
+See the generic installation instructions in the file called
+"INSTALL". As the configure script is not included in CVS, you need to
+run ./autogen.sh to produce this file. This depends on having
+autoconf, automake, and libtool installed on your system. After
+producing the configure script, executing it as "./configure" should
+be all that is necessary to buuild Gnash.
+
+You will also need the following development packages installed to
+build the player with GTK support: glib, atk, pango, cairo, gtk2,
+gtkglext.
 
 You can build the player without GTK support, and these are the
 dependent packages: OpenGL(libMesa), SDL.
Index: gnash/doc/C/sources.xml
diff -u gnash/doc/C/sources.xml:1.9 gnash/doc/C/sources.xml:1.10
--- gnash/doc/C/sources.xml:1.9 Wed Apr 26 21:06:33 2006
+++ gnash/doc/C/sources.xml     Fri Apr 28 01:25:38 2006
@@ -394,6 +394,17 @@
     </para>
 
     <para>
+      The <code>configure</code> script is not included in the CVS
+      sources. It must be produced by running the
+      <code>./autogen.sh</code> script in the top level source
+      drirectory. This script requirs you have <code>autoconf</code>,
+      <code>automake</code>, and <code>libtool</code> installed. After
+      building this script, you can configure Gnash by running it from
+      the source directory like this <code>./configure</code>, from
+      another directory by specifying the full path to configure.
+    </para>
+
+    <para>
       By default, `make install' will install all the files in
       `/usr/local/bin', `/usr/local/lib' etc.  You can specify
       an installation prefix other than `/usr/local' using `--prefix',




reply via email to

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