From: José Fonseca Date: Wed, 1 Jul 2009 13:24:22 +0000 (+0100) Subject: Document cross compilation with MinGW. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=43dd8bef20a2f6ab6f8d46f5aa2635981cdda46b;p=apitrace Document cross compilation with MinGW. --- 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 =