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 7ca5cb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/compile.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# TODO: Shouldn't this be a proper Makefile?
set -e

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 7ca5cb3

Please sign in to comment.