Browse Source

Tools: scripts: Suggest exporting JSBSim path after building

Tools: scripts: Remove debug output in build-jsbsim.sh

Tools: scripts: Restore debug output in build-jsbsim.sh
mission-4.1.18
Rajat Singhal 6 years ago committed by Peter Barker
parent
commit
a963a0d245
  1. 6
      Tools/scripts/build-jsbsim.sh

6
Tools/scripts/build-jsbsim.sh

@ -20,4 +20,10 @@ else @@ -20,4 +20,10 @@ else
cmake -DCMAKE_CXX_FLAGS_RELEASE="-O3 -march=native -mtune=native" -DCMAKE_C_FLAGS_RELEASE="-O3 -march=native -mtune=native" -DCMAKE_BUILD_TYPE=Release ..
make -j2
fi
if [[ ! -n $(echo $PATH | grep jsbsim) ]]; then
echo "Add the JSBSim executable to your PATH using - export PATH=\$PATH:~/jsbsim/build/src"
echo "Add the above command to ~/.bashrc to automatically set the path everytime a new terminal is launched"
fi
echo "---------- $0 end ----------"

Loading…
Cancel
Save