[Tux4kids-commits] r1656 - tuxmath/people/dbruce

David Bruce dbruce-guest at alioth.debian.org
Tue Nov 17 19:12:52 UTC 2009


Author: dbruce-guest
Date: 2009-11-17 19:12:51 +0000 (Tue, 17 Nov 2009)
New Revision: 1656

Modified:
   tuxmath/people/dbruce/Crossbuild_notes
Log:
work on crossbuild notes

Modified: tuxmath/people/dbruce/Crossbuild_notes
===================================================================
--- tuxmath/people/dbruce/Crossbuild_notes	2009-11-15 13:39:37 UTC (rev 1655)
+++ tuxmath/people/dbruce/Crossbuild_notes	2009-11-17 19:12:51 UTC (rev 1656)
@@ -61,3 +61,40 @@
   - ./cross-configure.sh; ./cross-make.sh; ./cross-make.sh install
   - the "make" step generated a warning about zlib not having been built as a shared lib - will have to see if this
     is a problem.
+
+  - libjpeg: ---------------------------------------------------------------------
+
+  - Download jpegsrc.v7.tar.gz from http://www.ijg.org
+  - unpack
+  - copy cross-configure.sh and cross-make.sh into source directory.
+  - ./cross-configure.sh; ./cross-make.sh; ./cross-make.sh install
+  - libjpeg has an autoconf-generated configure script that handles crossbuilding nicely.
+
+  - (Note that the "make" stage generated a number of warnings such as below. Not sure if these will be an issue.  It should be noted that these paths all really do exist).
+
+libtool: link: Could not determine host path corresponding to       
+libtool: link:   '/usr/local/mingw32/i586-pc-mingw32/lib'           
+libtool: link: Continuing, but uninstalled executables may not work.
+
+  - libtiff: ---------------------------------------------------------------------
+
+  - Go to http://www.libtiff.org and download tiff-3.9.2.tar.gz
+  - unpack
+  - copy cross-configure.sh and cross-make.sh into source directory.
+  - ./cross-configure.sh; ./cross-make.sh; ./cross-make.sh install
+  - (similar libtool warnings as for libjpeg - wonder if this is just a side effect of the fact that we are cross-compiling).
+
+  - SDL_image: ---------------------------------------------------------------------
+
+  - Available from  http://www.libsdl.org/projects/SDL_image/, current version as of this writing is SDL_image-1.2.8.tar.gz
+  - unpack
+  - copy cross-configure.sh and cross-make.sh into source directory.
+  - ./cross-configure.sh; ./cross-make.sh; ./cross-make.sh install
+
+  - oops - look like we need libiconv before we can install SDL_image
+
+2. Install libiconv and gettext.  These GNU programs are available from:
+   - libiconv: http://www.gnu.org/software/libiconv/ - current is libiconv-1.13.1.tar.gz
+   - gettext: http://www.gnu.org/software/gettext/gettext.html - current is gettext-0.17.tar.gz
+
+   - these two have the peculiar interdependence that you must install libiconv, then gettext, then reinstall libiconv (I think gettext-libiconv-gettext also works).
\ No newline at end of file




More information about the Tux4kids-commits mailing list