]> git.cworth.org Git - apitrace/commitdiff
Document cross compilation with MinGW.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 1 Jul 2009 13:24:22 +0000 (14:24 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 1 Jul 2009 13:24:22 +0000 (14:24 +0100)
README

diff --git a/README b/README
index 093628871ffa78a74e432c6aeb069f6fe609e056..5bdefe52c2772840194a9a915972cdbdb0d8f0a3 100644 (file)
--- 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 =