[liblouis-liblouisxml] [liblouis] r629 committed - Add the section about cross-compiling as a subsection of the windows...

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Wed, 16 May 2012 08:00:59 +0000

Revision: 629
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Wed May 16 01:00:37 2012
Log: Add the section about cross-compiling as a subsection of the windows
build again

http://code.google.com/p/liblouis/source/detail?r=629

Modified:
 /trunk/HACKING

=======================================
--- /trunk/HACKING      Mon May 14 13:01:13 2012
+++ /trunk/HACKING      Wed May 16 01:00:37 2012
@@ -106,6 +106,17 @@

 ** How to build for win32
 See thr README.windows file and the windows subdirectory.
+
+*** How to cross-compile for win32
+Use the mingw win32 cross compiler as follows:
+
+  ./configure --build i686-pc-linux-gnu --host i586-mingw32msvc
+  make
+
+At the moment you need to tweak the source some to get it to work.
+Delete the lines AC_FUNC_MALLOC and AC_FUNC_REALLOC from configure.ac
+
+
 * Release Procedure
 These steps describe what a maintainer does to make a release; they
 are not needed for ordinary patch submission.
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r629 committed - Add the section about cross-compiling as a subsection of the windows... - liblouis