Building FlightGear - Debian: Difference between revisions

Jump to navigation Jump to search
update to plib and atlas because of compiling issues
(updated for FG 2.8.0)
(update to plib and atlas because of compiling issues)
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:
svn update -r2166




Line 137: Line 139:


=== [[Atlas]] ===
=== [[Atlas]] ===
One more Package has to be installed: libglew1.5-dev
One more Package has to be installed:
* libglew1.5-dev
  cd $srcdir
  cd $srcdir
  cvs -d:pserver:anonymous@atlas.cvs.sourceforge.net:/cvsroot/atlas login
  git clone http://mapserver.flightgear.org/git/atlas
cd atlas
./autogen.sh
./configure --prefix=$prefix --with-fgbase=$prefix/data
make install
cp -R $srcdir/atlas/src/data/* $prefix/data/Atlas
If it does not compile, go back some commits. Before invoking the <code>autogen.sh</code> command do:
git reset --hard 5a27c351a8c03c7fa47cba0b4af7f4e23e4c31b0
<!-- cvs -d:pserver:anonymous@atlas.cvs.sourceforge.net:/cvsroot/atlas login
  #CVS passwd: [Enter]
  #CVS passwd: [Enter]
  cvs -z3 -d:pserver:anonymous@atlas.cvs.sourceforge.net:/cvsroot/atlas co Atlas
  cvs -z3 -d:pserver:anonymous@atlas.cvs.sourceforge.net:/cvsroot/atlas co Atlas
  cd Atlas
  cd Atlas
  cvs export -D 2012-08-01 -d Atlas-20120801 . && cd Atlas-20120801/Atlas
  cvs export -D 2012-08-01 -d Atlas-20120801 . && cd Atlas-20120801/Atlas
./autogen.sh
-->
./configure --prefix=$prefix --with-fgbase=$prefix/data
make install
cp -R $srcdir/Atlas/Atlas-20120801/Atlas/src/data/* $prefix/data/Atlas


  $prefix/bin/Atlas
  $prefix/bin/Atlas
Line 155: Line 163:
For [[fgcom]] unfortunately there is one more dependency which cannot be solved with packages on <u>Lenny</u>, see [[#libopenal|libopenal]].
For [[fgcom]] unfortunately there is one more dependency which cannot be solved with packages on <u>Lenny</u>, see [[#libopenal|libopenal]].
  cd $srcdir
  cd $srcdir
<!--git clone http://mapserver.flightgear.org/git/fgcom -->
  svn co https://appfgcom.svn.sourceforge.net/svnroot/fgcom/trunk fgcom
  svn co https://appfgcom.svn.sourceforge.net/svnroot/fgcom/trunk fgcom
  cd fgcom/src
  cd fgcom/src
392

edits

Navigation menu