Fix #128 - [NS3] Test ns-3 with localhost
[nepi.git] / src / nepi / resources / linux / ns3 / ns3simulation.py
index a7780b0..9ce8291 100644 (file)
@@ -376,6 +376,7 @@ class LinuxNS3Simulation(LinuxApplication, NS3Simulation):
                 "     ( "
                 "       tar xf ${SRC}/%(pygccxml_version)s.tar.gz -C ${SRC} && "
                 "       cd ${SRC}/%(pygccxml_version)s && "
+                "       python setup.py build && "
                 "       sudo -S python setup.py install "
                 "     ) "
                 "   ) "