Sorry about that; we need to update our documentation. brite has migrated to our GitLab.com and is using CMake; see:
https://gitlab.com/nsnam/BRITE.git
So instead of mercurial clone, I recommend that you instead git clone the above and use CMake. I just tried this, successfully:
git clone https://gitlab.com/nsnam/BRITE.git
cd BRITE
mkdir build && cd build
cmake ..
make
This built a libbrite.so in the build directory.
I'll file a bug report to fix the documentation.
There is also another alternative to the above. The following command is used by the ns-3 CI system to check the brite module; it will build brite internally and place it in build/lib/libbrite.so
./ns3 configure --enable-examples --enable-tests --
-DNS3_FETCH_OPTIONAL_COMPONENTS=ON
./ns3 build
(the above optional components flag will cause brite, click, and openflow libraries to be built within the ns-3 directory)
- Tom
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ns-3-users/fd7209e8-fba6-4783-a074-182fe069425an%40googlegroups.com.