update build matrix
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 08 Sep 2008 11:29:12 -0700
changeset 3653 b6724ca12da9
parent 3652 f17da31d6081
child 3654 cf7200b67f16
update build matrix
README
--- a/README	Mon Sep 08 10:43:03 2008 -0700
+++ b/README	Mon Sep 08 11:29:12 2008 -0700
@@ -72,8 +72,8 @@
 
 To build the set of default libraries and the example
 programs included in this package, you need to use the
-tool 'waf'. Detailed information on how to install
-and use waf is included in the file doc/build.txt
+tool 'waf'. Detailed information on how use waf is 
+included in the file doc/build.txt
 
 However, the real quick and dirty way to get started is to
 type the command "./waf" the the directory which contains
@@ -85,6 +85,7 @@
   - linux x86 gcc 4.2, 4.1, and, 3.4.6.
   - linux x86_64 gcc 4.1.3, 4.2.1, 3.4.6
   - MacOS X ppc and x86
+  - mingw gcc 3.4.5 (debug only)
   - cygwin gcc 3.4.4 (debug only)
 
 The current codebase is expected to fail to build on
@@ -93,9 +94,13 @@
   - optimized builds on gcc 3.4.4 and 3.4.5
   - optimized builds on linux x86 gcc 4.0 
 
-Other platforms may or may not work: we welcome 
-patches to improve the portability of the code to these
-other platforms.
+The following optional features are known to not work on
+these platforms:
+  - mingw: python bindings, nsc, realtime scheduler
+  - cygwin: python bindings, nsc
+
+Other platforms may or may not work: we welcome patches to 
+improve the portability of the code to these other platforms. 
 
 4) Running ns-3
 ---------------