-
Notifications
You must be signed in to change notification settings - Fork 59
Compiling Linux
jgoppert edited this page May 1, 2012
·
3 revisions
sudo apt-get install build-essential libopenscenegraph-dev libqt4-dev libboost-dev
mkdir -P ~/home/Projects && cd ~/home/Projects
git clone git://github.com/jgoppert/jsbsim.git
cd jsbsim
mkdir -P build-linux
cd build-linux && cmake -DWITH_GUI=y
The -DWITH_GUI option enables the trimming gui and can be disabled if necessary by not specifying the option or setting it to "n" instead of "y".
This step will create a binary debian package that you can install on your system.
cd ~/src/Projects/jsbsim/build-linux && cpack