(22)
https://qiita.com/bmt/items/b16d90730e9e398774f8
sudo apt install -y gcc g++ python-is-python3 python3 python3-dev
sudo apt install -y python3-setuptools git mercurial
sudo apt install -y qt5-default mercurial
sudo apt install -y gir1.2-goocanvas-2.0 python-gi python-gi-cairo python-pygraphviz python3-gi python3-gi-cairo python3-pygraphviz gir1.2-gtk-3.0 ipython ipython3
sudo apt install -y openmpi-bin openmpi-common openmpi-doc libopenmpi-dev
sudo apt install -y uncrustify
sudo apt install -y gsl-bin libgsl-dev libgsl23 libgslcblas0
sudo apt install -y sqlite sqlite3 libsqlite3-dev
sudo apt install -y libxml2 libxml2-dev
sudo apt install -y cmake libc6-dev libc6-dev-i386 libclang-6.0-dev llvm-6.0-dev automake pip
python3 -m pip install --user cxxfilt
sudo apt install -y libgtk2.0-0 libgtk2.0-dev
sudo apt install -y vtun lxc
sudo apt install -y libboost-signals-dev libboost-filesystem-dev
sudo apt install -y doxygen graphviz imagemagick
sudo apt install -y texlive texlive-extra-utils texlive-latex-extra texlive-font-utils texlive-lang-portuguese dvipng latexmk
sudo apt install -y python3-sphinx dia
cd
mkdir workspace
cd workspace
git clone https://gitlab.com/nsnam/ns-3-allinone.git
cd ns-3-allinone
python download.py -n ns-3.30
ln -s ~/workspace/ns-3-allinone/ns-3.30/ ~/ns-3.30
cd ns-3.30
./waf clean
./waf configure --build-profile=debug --enable-examples --enable-tests
./waf build
./test.py
./waf --run hello-simulator
(11)
https://www.projectguideline.com/installing-ns3-35-in-debian-11-bullseye/
sudo apt-get update
sudo apt install g++ python3 python3-dev pkg-config sqlite3 qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
sudo apt install git
sudo apt install python-is-python3
cd
mkdir workspace
cd workspace
git clone https://gitlab.com/nsnam/ns-3-allinone.git
cd ns-3-allinone
python download.py -n ns-3.30
ln -s ~/workspace/ns-3-allinone/ns-3.30/ ~/ns-3.30
cd ns-3.30
./waf clean
./waf configure --build-profile=debug --enable-examples --enable-tests
./waf build
./test.py
./waf --run hello-simulator
https://www.nsnam.org/docs/installation/html/linux.html#requirements
(RL9)
dnf update -y
dnf -y install g++ python3 cmake git ccache gdb valgrind
cd
mkdir workspace
cd workspace
git clone https://gitlab.com/nsnam/ns-3-allinone.git
cd ns-3-allinone
python download.py -n ns-3.30
ln -s ~/workspace/ns-3-allinone/ns-3.30/ ~/ns-3.30
cd ns-3.30
./waf clean
./waf configure --build-profile=debug --enable-examples --enable-tests
./waf build
./test.py
./waf --run hello-simulator
- Windows Server
(2022)
インストール不可