Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ included in the file doc/build.txt

However, the real quick and dirty way to get started is to
type the command

./waf configure --enable-examples

followed by

./waf
`
in the directory which contains
this README file. The files built will be copied in the
build/ directory.
Expand All @@ -69,7 +73,7 @@ On recent Linux systems, once you have built ns-3 (with examples
enabled), it should be easy to run the sample programs with the
following command, such as:

./waf --run simple-global-routing
./waf --run simple-global-routing

That program should generate a simple-global-routing.tr text
trace file and a set of simple-global-routing-xx-xx.pcap binary
Expand Down