main
Compile and Run
-
Prerequisites:
-
Ubuntu 20.04:
sudo apt install gir1.2-goocanvas-2.0 gir1.2-gtk-3.0 libgirepository1.0-dev python3-dev python3-gi python3-gi-cairo python3-pip python3-pygraphviz python3-pygccxml sudo pip3 install kiwi
-
-
Pull Code:
git clone https://gitea.qjm253.cn/SunnyQjm/ndnSIM-template.git git submodule update --init --recursive -
Compile and install
- debug(slow but have log)
cd ndnSIM-template/ns3 ./waf configure -d debug --enable-examples sudo ./waf install - optimized(fast but have no log)
cd ndnSIM-template/ns3 ./waf configure -d optimized --enable-examples sudo ./waf install
- debug(slow but have log)
Description
Languages
C++
92%
Python
3.8%
C
1.2%
Perl
0.8%
CMake
0.8%
Other
1.2%