Skip to content

Commit

Permalink
tools: update and simplify build process
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniGrieco committed Jun 24, 2023
1 parent 203663a commit d626dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# TODO: Shouldn't this be a proper Makefile?

pushd ns3
./ns3 configure --enable-examples --enable-mpi --disable-python --enable-modules=drone
./ns3 build -j$(grep -c Processor /proc/cpuinfo)
./ns3 configure --enable-examples --disable-python --enable-modules=iodsim
./ns3 build
popd

0 comments on commit d626dd5

Please sign in to comment.