Skip to content
jgoppert edited this page May 1, 2012 · 3 revisions

Get packages

sudo apt-get install build-essential libopenscenegraph-dev libqt4-dev libboost-dev

Download and compile the code

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".

Create a binary package

This step will create a binary debian package that you can install on your system.

cd ~/src/Projects/jsbsim/build-linux && cpack