Building Flightgear - Ubuntu: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m (Add packages for FGQCanvas)
mNo edit summary
Line 3: Line 3:


= Requirements =
= Requirements =
All the commands are run in <code>bash</code> as normal user (not <code>root</code>). The user need <code>sudo</code> access to install packages.
All the commands are run in <code>bash</code> as normal user (not <code>root</code>). The user needs <code>sudo</code> access to install packages.


The following packages need to be install on the the system before starting the build of FlightGear. The packages can be install using the <code>apt</code> command:
The following packages need to be install on the the system before starting the build of FlightGear. The packages can be install using the <code>apt</code> command:


  sudo apt install libplib-dev libopenscenegraph-dev cmake g++ libboost1.71-all-dev libopenal-dev libglew-dev \
  sudo apt install libplib-dev libopenscenegraph-dev cmake g++ libboost-all-dev libopenal-dev libglew-dev \
     libcurl4-openssl-dev libfreetype-dev \
     libcurl4-openssl-dev libfreetype-dev \
     libqt5svg5-dev qttools5-dev libqt5websockets5-dev qtbase5-private-dev qtdeclarative5-private-dev qml-module-qtquick2
     libqt5svg5-dev qttools5-dev libqt5websockets5-dev qtbase5-private-dev qtdeclarative5-private-dev qml-module-qtquick2
88

edits

Navigation menu