From 58de21f1e7cde4c32bfd03b545ac3ede6b6a8e38 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 26 May 2005 08:15:53 +0000 Subject: '' --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README') diff --git a/README b/README index 091fa89..5649333 100644 --- a/README +++ b/README @@ -411,6 +411,20 @@ make clean GCE-bench (to benchtest using GNU C dll with C++ exception handling make clean GC-static (to test using GC static lib with C (no EH) applications) +Building under Linux using the Mingw32 cross development tools +-------------------------------------------------------------- + +You can build the library without leaving Linux by using the Mingw32 cross +development toolchain. See http://www.libsdl.org/extras/win32/cross/ for +tools and info. The GNUmakefile contains some support for this, for example: + +make CROSS=i386-mingw32msvc- clean GC-inlined + +will build pthreadGCn.dll and libpthreadGCn.a (n=version#), provided your +cross-tools/bin directory is in your PATH (or use the cross-make.sh script +at the URL above). + + Building the library as a statically linkable library ----------------------------------------------------- -- cgit v1.2.3