doc: update python bindings docs to use cppyy

This commit is contained in:
Gabriel Ferreira
2022-08-01 17:34:51 -03:00
parent 58c5a94daa
commit 6ac76bd9a2
7 changed files with 120 additions and 683 deletions

View File

@@ -35,6 +35,7 @@ Changes from ns-3.36 to ns-3.37
### Changes to build system
* Replaced the Pybindgen python bindings framework with Cppyy.
* Enabled precompiled headers (`NS3_PRECOMPILE_HEADERS`) by default when CCache is found.
* Added a `./ns3 show targets` option to list buildable/runnable targets.
* Replaced `./ns3 --check-config` with `./ns3 show config`.