Building FlightGear - Linux: Difference between revisions

(→‎Ubuntu and Debian users: make this part clearer and more readable)
Line 79: Line 79:
build-essential - to build (includes GCC, and other build tools) <br>
build-essential - to build (includes GCC, and other build tools) <br>
cmake - OSG Uses this <br>
cmake - OSG Uses this <br>
ccmake-curses-gui -- OSG Uses this <br>
cmake-curses-gui -- OSG Uses this <br>
libpng-dev - to enable FG to use PNG textures<br>
libpng-dev - to enable FG to use PNG textures<br>
libfreetype6-dev - fonts<br>
libfreetype6-dev - fonts<br>
Line 95: Line 95:
-----------
-----------
<pre>
<pre>
sudo apt-get install git subversion build-essential cmake libpng-dev libfreetype6-dev
sudo apt-get install git subversion build-essential cmake cmake-curses-gui libpng-dev libfreetype6-dev
libjpeg-dev libungif4-dev libtiff-dev libxmu-dev libxi-dev libglut3-dev libalut-dev
libjpeg-dev libungif4-dev libtiff-dev libxmu-dev libxi-dev libglut3-dev libalut-dev
libboost-dev automake autoconf libfltk1.1-dev
libboost-dev automake autoconf libfltk1.1-dev
172

edits