2022-06-30 10:02:25 +08:00
2022-05-31 16:35:15 +08:00
2022-06-30 10:02:25 +08:00
2022-06-21 21:23:33 +08:00
2022-06-30 10:02:25 +08:00
2022-03-24 18:33:04 +08:00
2022-03-24 18:33:04 +08:00
2022-03-24 18:54:23 +08:00

Compile and Run

  1. 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
      
  2. Pull Code

    git clone https://gitea.qjm253.cn/SunnyQjm/ndnSIM-template.git
    git submodule update --init --recursive
    
  3. 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
      
S
Description
No description provided
Readme 28 MiB
Languages
C++ 92%
Python 3.8%
C 1.2%
Perl 0.8%
CMake 0.8%
Other 1.2%