CVSROOT: /sources/gnash Module name: gnash Changes by: Melissa Goldin <mushi> 07/08/01 05:02:47
Modified files: doc/C/usermanual/installation: configuration.xml Log message: Small changes; changed section to chapter and fixed some tagging errors CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/installation/configuration.xml?cvsroot=gnash&r1=1.4&r2=1.5 Patches: Index: configuration.xml =================================================================== RCS file: /sources/gnash/gnash/doc/C/usermanual/installation/configuration.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- configuration.xml 26 May 2007 10:47:21 -0000 1.4 +++ configuration.xml 1 Aug 2007 05:02:47 -0000 1.5 @@ -1,6 +1,5 @@ -<title>Configuration</title> <para> - &app; uses <ulink type="http" +&app;, like most GNU projects, allows a user to select various options before compiling its source code. These options include selecting from the available features, specifying custom paths for installation, and cross compiling. &app; uses <ulink type="http" url="http://www.gnu.org/software/autoconf/">GNU Autoconf</ulink> for configuration. </para> @@ -42,19 +41,23 @@ which create the smallest working standalone version of &app;. In this example, <emphasis>configure</emphasis> is being run from the source root directory: - <programlisting> - ./configure --disable-debugger --disable-cygnal --disable-docbook --disable-plugin --enable-media=mad --enable-gui=sdl - </programlisting> </para> -<sect4 id="features"> +<screen> +<userinput> +./configure --disable-debugger --disable-cygnal --disable-docbook \ +--disable-plugin --enable-media=mad --enable-gui=sdl +</userinput> +</screen> + +<sect2 id="features"> &featureoptions; -</sect4> +</sect2> -<sect4 id="custompath"> +<sect2 id="custompath"> &custompath; -</sect4> +</sect2> -<sect4 id="crosscompilingconfiguration"> +<sect2 id="crosscompilingconfiguration"> &cross_compiling; -</sect4> +</sect2> _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit