Building FlightGear - Debian: Difference between revisions

update to required plib
(update to plib and atlas because of compiling issues)
(update to required plib)
Line 56: Line 56:
=== [[plib]] ===
=== [[plib]] ===
<u>2.8.0 and GIT:</u>
<u>2.8.0 and GIT:</u>
Latest SVN is [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg20793.html recommended], yet package plib1.8.5-dev for Squeeze does work as well.
Latest SVN is [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg20793.html recommended].
  cd $srcdir
  cd $srcdir
  svn co https://plib.svn.sourceforge.net/svnroot/plib/trunk plib
  svn co https://plib.svn.sourceforge.net/svnroot/plib/trunk plib
Line 64: Line 64:
  ./configure --prefix=$prefix
  ./configure --prefix=$prefix
  make install
  make install
If it does not compile, go back some revisions. Before invoking the <code>"sed</code> command do:
If it does not compile, go back some revisions. Before invoking the <code>sed</code> command do:
  svn update -r2166
  svn update -r2166


Line 205: Line 205:
This script is similar to Brisa script (only usable for Debian/Ubuntu/Mint...). Thi script install terragear-cs, genapt850 en terragear-gui.
This script is similar to Brisa script (only usable for Debian/Ubuntu/Mint...). Thi script install terragear-cs, genapt850 en terragear-gui.


''How to use it ?''
''How to use it?''
sh terragear_download_and_compile.sh -j 2 ALL
sh terragear_download_and_compile.sh -j 2 ALL


-j 2 option is for Dual Core, you can tune it as you want. (personnaly I have Quad Core and I use -j 12 but I need to accept to don't use my aircraft during compilation ;) )
-j 2 option is for Dual Core, you can tune it as you want. (personnaly I have Quad Core and I use -j 12 but I need to accept to don't use my aircraft during compilation ;) )


''Need some helps ?''
''Need some help?''
Looks at forum topics : http://www.flightgear.org/forums/viewtopic.php?f=20&t=14849
Look at forum topics : http://www.flightgear.org/forums/viewtopic.php?f=20&t=14849


==== Basic Installation ====
==== Basic Installation ====
392

edits