From: Martin Quinson Date: Sat, 25 Jul 2015 13:52:31 +0000 (+0200) Subject: fix some outrageously outdated parts of the doc X-Git-Tag: v3_12~399 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d0678a4beb584fdd6228334800fded66b5d051fc fix some outrageously outdated parts of the doc --- diff --git a/doc/doxygen/install.doc b/doc/doxygen/install.doc index 366b75c4d8..898d53b96d 100644 --- a/doc/doxygen/install.doc +++ b/doc/doxygen/install.doc @@ -138,8 +138,8 @@ can use environment variables. For example, you can change the used compilers by issuing these commands before launching cmake: @verbatim -export CC=gcc-4.4 -export CXX=g++-4.4 +export CC=gcc-4.7 +export CXX=g++-4.7 @endverbatim Note that other variables are available, such as CFLAGS and CXXFLAGS to add @@ -238,7 +238,7 @@ accepts several options, as listed below. (eg /usr or /opt). @li enable_ns3 (ON/OFF): whether you want to use ns3. See section @ref pls_simgrid_configuration_ns3. - @li ns3_path (path): NS3 installation directory (eg /usr or /opt). + @li NS3_HINT (path): Where to search for NS3 (eg /usr or /opt). @li enable_latency_bound_tracking (ON/OFF): enable it if you want to be warned when communications are limited by round trip time while doing packet-level simulation.