File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,6 @@ run apt-get install -y --no-install-recommends \
2222 zip \
2323 && true
2424
25-
26- run pip3 install \
27- cxxfilt \
28- git+https://github.com/felix-gohla/pygccxml@v1.9.2 \
29- && true
30-
31- section ---------------- CastXML ----------------
32- workdir /opt/castxml
33- run git clone --branch v0.2.0 --depth 1 https://github.com/CastXML/CastXML.git .
34- run test " $( git rev-parse HEAD) " = 5ba47e3b67c4a9070e8404ed2db4d16c52e4267b
35- run cmake .
36- run make -j $( nproc)
37- run make install
38-
3925export NS3_VERSION=3.33
4026
4127# 3.33
@@ -56,7 +42,6 @@ run make -j $(nproc)
5642section ---------------- ns-3 ----------------
5743workdir " /opt/ns-3/ns-$NS3_VERSION "
5844run ./waf configure
59- run ./waf --apiscan=netanim && \
6045
6146workdir " /opt/ns-3"
6247run ./build.py -- install --destdir=/ns-3-build
You can’t perform that action at this time.
0 commit comments