Skip to content

Commit

Permalink
Update README.md to reflect buildsystem changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt authored Oct 25, 2023
1 parent 6dffe61 commit f5f28c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ modules_enabled = ['lorawan']
To compile, move to the `ns-3` folder, configure and then build ns-3:

```bash
./waf configure --enable-tests --enable-examples
./waf build
./ns3 configure --enable-tests --enable-examples
./ns3 build
```

Finally, make sure tests run smoothly with:
Expand Down

2 comments on commit f5f28c0

@albertogara
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pagmatt , I noticed you changed the instructions for this configuration.
However, the instructions to run the examples have not been updated.
I thought I let you know ;)
1

Regards,
Al

@pagmatt
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks for noticing

Please sign in to comment.