From 43dd8bef20a2f6ab6f8d46f5aa2635981cdda46b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 1 Jul 2009 14:24:22 +0100 Subject: [PATCH] Document cross compilation with MinGW. --- README | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README b/README index 0936288..5bdefe5 100644 --- a/README +++ b/README @@ -39,6 +39,8 @@ See also: = Building from source = += MSVC = + Requirements: * Python (tested with version 2.5) * SCons (tested with 0.98.4) @@ -51,18 +53,15 @@ Instructions: scons debug=no dxsdk=C:\DXSDK -* You can write those options to a file named config.py: - # config.py - debug=1 - dxsdk='C:\\DXSDK' - -* Invoke +== MinGW crosscompiler == - scons -h +Requirements: +* apt-get install mingw32 -See the scons manpage for more info. +Intructions: + scons platform=windows machine=x86 toolchain=crossmingw opengl32.dll = Usage = -- 2.45.2