brite: Update installation documentation

This commit is contained in:
Tom Henderson
2025-09-14 08:33:45 -07:00
parent 76f77f488a
commit e6909ab4b5

View File

@@ -87,17 +87,18 @@ Building BRITE Integration
The first step is to download and build the ns-3 specific BRITE repository::
$ hg clone http://code.nsnam.org/BRITE
$ git clone https://gitlab.com/nsnam/BRITE.git
$ cd BRITE
$ mkdir build && cd build
$ cmake ..
$ make
This will build BRITE and create a library, libbrite.so, within the BRITE
directory.
This will build a library, libbrite.so, within the BRITE/build subdirectory.
Once BRITE has been built successfully, we proceed to configure ns-3 with
BRITE support. Change to your ns-3 directory::
$ ./ns3 configure --with-brite=/your/path/to/brite/source --enable-examples
$ ./ns3 configure --with-brite=/your/path/to/BRITE --enable-examples
Make sure it says 'enabled' beside 'BRITE Integration'. If it does not, then
something has gone wrong. Either you have forgotten to build BRITE first