Building Flightgear - Ubuntu: Difference between revisions

m
grammar
mNo edit summary
m (grammar)
 
Line 5: Line 5:
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.
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 installed 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++ libboost-all-dev libopenal-dev libglew-dev \
  sudo apt install libplib-dev libopenscenegraph-dev cmake g++ libboost-all-dev libopenal-dev libglew-dev \
3

edits