CVSROOT: /sources/gnash Module name: gnash Changes by: Ann Barcomb <ann> 07/05/26 16:55:34
Modified files: . : ChangeLog doc/C/usermanual/installation: cross_compiling.xml Log message: Made the list of libraries which need to be compiled for the target system more generic. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3363&r2=1.3364 http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/installation/cross_compiling.xml?cvsroot=gnash&r1=1.1&r2=1.2 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3363 retrieving revision 1.3364 diff -u -b -r1.3363 -r1.3364 --- ChangeLog 26 May 2007 16:23:20 -0000 1.3363 +++ ChangeLog 26 May 2007 16:55:33 -0000 1.3364 @@ -1,3 +1,8 @@ +2007-05-26 Ann Barcomb <[EMAIL PROTECTED]> + + * doc/C/usermanual/installation/cross_compiling.xml: Made the + cross compilation information more generic. + 2007-05-26 Jurka <[EMAIL PROTECTED]> * gui/gnash.cpp, libbase/FLVParser.cpp: Clear up printf-related Index: doc/C/usermanual/installation/cross_compiling.xml =================================================================== RCS file: /sources/gnash/gnash/doc/C/usermanual/installation/cross_compiling.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- doc/C/usermanual/installation/cross_compiling.xml 26 May 2007 10:48:19 -0000 1.1 +++ doc/C/usermanual/installation/cross_compiling.xml 26 May 2007 16:55:34 -0000 1.2 @@ -3,11 +3,11 @@ <para> To cross configure and compile &app;, begin by building a target system on your workstation. This includes cross compilers for the target - architecture, and some system headers. You will also need - <emphasis>libxml2</emphasis>, <emphasis>libpng</emphasis>, - <emphasis>libjpeg</emphasis>, <emphasis>sdl</emphasis>, - <emphasis>opengl</emphasis>, and <emphasis>ogg</emphasis> development - packages built for the target system. The page + architecture, and some system headers. + You will also need the following packages to be built for the target + system: <emphasis>libxml2</emphasis>, <emphasis>libpng</emphasis> + (if used), <emphasis>libjpeg</emphasis> (if used), your + GUI library, your renderer, and your video handler (if used). The page <ulink url="http://frank.harvard.edu/~coldwell/toolchain/" type="http">http://frank.harvard.edu/~coldwell/toolchain/</ulink> has instructions on building a target system from scratch and _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit