1.1 --- a/html_src/getting_started.html Fri Oct 30 15:55:18 2009 -0700
1.2 +++ b/html_src/getting_started.html Wed Nov 04 20:45:34 2009 -0800
1.3 @@ -39,13 +39,13 @@
1.4 Much of the ns-3 development is performed on GNU/Linux. The ns-3 project
1.5 supports the following operating systems:
1.6 <ul>
1.7 -<li> Linux x86/x86-64 with gcc-4.x systems
1.8 -<li> Linux x86/x86-64 with gcc-3.4 (debug build only)
1.9 -<li> Mac OS X x86/ppc with gcc-4.x
1.10 -<li> cygwin gcc-3.4 (debug build only, no python scripting)
1.11 +<li> Linux x86 gcc 4.2, 4.1, and, 3.4.6.
1.12 +<li> Linux x86_64 gcc 4.4.0, 4.3.2, 4.2.3, 4.2.1, 4.1.3, 3.4.6
1.13 +<li> MacOS X ppc and x86 (gcc 4.0.x and 4.2.x)
1.14 +<li> Cygwin gcc 3.4.4 (debug only), gcc 4.3.2 (debug and optimized)
1.15 </ul>
1.16
1.17 -ns-3 consists of a core system with several options; some options are
1.18 +ns-3 consists of a core system with multiple options; some options are
1.19 not supported on all systems, or must be configured into the system.
1.20 For a complete guide to installing and building ns-3, consult
1.21 this <a href="wiki/index.php/Installation">wiki page</a>.