Building FlightGear - Debian: Difference between revisions

m
updated fgcom compiling instructions
m (corrected link to fgdata)
m (updated fgcom compiling instructions)
Line 161: Line 161:
For [[fgcom]] install package "libasound2-dev".
For [[fgcom]] install package "libasound2-dev".
  cd $FG_SRC_DIR
  cd $FG_SRC_DIR
<!--git clone http://mapserver.flightgear.org/git/fgcom -->
git clone http://mapserver.flightgear.org/git/fgcom fgcom.git
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.git
  make -j2 install_BIN=$FG_INSTALL_DIR/bin INSTALL_DIR=$FG_INSTALL_DIR/fgcom \
git checkout -b next origin/next
    PLIB_PREFIX=$FG_INSTALL_DIR [OPENAL_PREFIX=$FG_INSTALL_DIR] install
  mkdir $FG_SRC_DIR/build-fgcom; cd $FG_SRC_DIR/build-fgcom
cmake -D CMAKE_INSTALL_PREFIX:PATH="$FG_INSTALL_DIR" $FG_SRC_DIR/fgcom.git
make -j2 install
Create an .alsoftrc file as shown in [[FGCOM_Testing#Special_for_Linux_.28.alsoftrc.29|FGCOM Testing]].
Create an .alsoftrc file as shown in [[FGCOM_Testing#Special_for_Linux_.28.alsoftrc.29|FGCOM Testing]].


Line 213: Line 215:


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


After success installation you can exectute this command line in the terragear/bin directory in order to display every --help for each binary files:
After success installation you can exectute this command line in the terragear/bin directory in order to display every --help for each binary files:
392

edits