Installing ns3: What worked
Posted on Thu 06 October 2022 in Programming • Tagged with Programming, Networks
Prerequisites
- XCode CLT (which you should have)
- QT 5. Install via
brew install qt5
. NOTE: if you already have an updated version of Qt, you'll need to pass a differentqmake
, and brew won't link this to your system. Brew will inform you of this, and you'll manually need to …
Continue reading