--- a/doc/tutorial/source/getting-started.rst Tue May 24 23:44:09 2011 -0700
+++ b/doc/tutorial/source/getting-started.rst Wed May 25 08:57:47 2011 +0400
@@ -91,8 +91,8 @@
the |ns3| development team. The repositories of interest to you will
be prefixed with "ns-3". Official releases of |ns3| will be
numbered as ``ns-3.<release>.<hotfix>``. For example, a second hotfix to a
-still hypothetical release nine of |ns3| would be numbered as
-``ns-3.9.2``.
+still hypothetical release forty two of |ns3| would be numbered as
+``ns-3.42.2``.
The current development snapshot (unreleased) of |ns3| may be found
at http://code.nsnam.org/ns-3-dev/. The
@@ -207,10 +207,9 @@
::
- AUTHORS examples/ RELEASE_NOTES VERSION wutils.py
- bindings/ LICENSE scratch/ waf*
- CHANGES.html ns3/ src/ waf.bat*
- doc/ README utils/ wscript
+ AUTHORS doc ns3 scratch testpy.supp VERSION waf-tools
+ bindings examples README src utils waf* wscript
+ CHANGES.html LICENSE RELEASE_NOTES test.py* utils.py waf.bat* wutils.py
You are now ready to build the |ns3| distribution.
@@ -281,19 +280,19 @@
'build' finished successfully (2m30.586s)
Modules built:
- aodv applications bridge
- click config-store core
- csma csma-layout dsdv
- emu energy flow-monitor
- internet lte mesh
- mobility mpi netanim
- network nix-vector-routing ns3tcp
- ns3wifi olsr openflow
- point-to-point point-to-point-layout propagation
- spectrum stats tap-bridge
- test tools topology-read
- uan virtual-net-device visualizer
- wifi wimax
+ aodv applications bridge
+ click config-store core
+ csma csma-layout dsdv
+ emu energy flow-monitor
+ internet lte mesh
+ mobility mpi netanim
+ network nix-vector-routing ns3tcp
+ ns3wifi olsr openflow
+ point-to-point point-to-point-layout propagation
+ spectrum stats tap-bridge
+ template test tools
+ topology-read uan virtual-net-device
+ visualizer wifi wimax
Once the project has built you can say goodbye to your old friends, the
``ns-3-allinone`` scripts. You got what you needed from them and will now
@@ -459,19 +458,19 @@
'build' finished successfully (1.799s)
Modules built:
- aodv applications bridge
- click config-store core
- csma csma-layout dsdv
- emu energy flow-monitor
- internet lte mesh
- mobility mpi netanim
- network nix-vector-routing ns3tcp
- ns3wifi olsr openflow
- point-to-point point-to-point-layout propagation
- spectrum stats tap-bridge
- test tools topology-read
- uan virtual-net-device visualizer
- wifi wimax
+ aodv applications bridge
+ click config-store core
+ csma csma-layout dsdv
+ emu energy flow-monitor
+ internet lte mesh
+ mobility mpi netanim
+ network nix-vector-routing ns3tcp
+ ns3wifi olsr openflow
+ point-to-point point-to-point-layout propagation
+ spectrum stats tap-bridge
+ template test tools
+ topology-read uan virtual-net-device
+ visualizer wifi wimax
PASS: TestSuite ns3-wifi-interference
PASS: TestSuite histogram
@@ -489,7 +488,7 @@
PASS: TestSuite basic-random-number
PASS: TestSuite object
PASS: TestSuite random-number-generators
- 47 of 47 tests passed (47 passed, 0 failed, 0 crashed, 0 valgrind errors)
+ 95 of 95 tests passed (95 passed, 0 failed, 0 crashed, 0 valgrind errors)
This command is typically run by ``users`` to quickly verify that an
|ns3| distribution has built correctly.