nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
292 stars 190 forks source link

Launch simulation without waf #229

Closed michael21hej closed 2 years ago

michael21hej commented 2 years ago

Dear ns3-mmwave team,

I am trying to launch ns3-mmwave examples using other methods because the waf tool has library dependency.

I am wondering if anyone here has the experience to launch simulation without waf.

If yes, could you share your methods? Thank you very much.

tommasozugno commented 2 years ago

If you already compiled the code, you could try to run the executables directly without using waf. The executable files are in the build/ directory.