Skip to content
Closed
Changes from 1 commit
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
Next Next commit
Update README
  • Loading branch information
championpaddler authored Oct 9, 2018
commit eca0e9690f8251b529548054c10c9089c68ad442
10 changes: 7 additions & 3 deletions 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
```sh
./waf configure --enable-examples
```
followed by
```sh
./waf
```
in the directory which contains
this README file. The files built will be copied in the
build/ directory.
Expand All @@ -68,9 +72,9 @@ improve the portability of the code to these other platforms.
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

```sh
./waf --run simple-global-routing
```sh
That program should generate a simple-global-routing.tr text
trace file and a set of simple-global-routing-xx-xx.pcap binary
pcap trace files, which can be read by tcpdump -tt -r filename.pcap
Expand Down