Building FlightGear - Debian: Difference between revisions

m
update fgrun 3.4
(Update to 3.4.0-rc1)
m (update fgrun 3.4)
Line 1: Line 1:
{{WIP|Article is being updated for the 3.4 release. Atm. building <u>3.4</u> will result in release candidate 3.4.0-RC1.}} <!-- die RC1es nicht vergessen! -->
{{WIP|Article is being updated for the 3.4 release. At the moment building <u>3.4</u> will result in release candidate 3.4.0-RC1.}} <!-- die RC1es nicht vergessen! -->


HowTo build [[FlightGear]] stable/<u>[[Changelog_3.4|3.4]]</u> or bleeding edge development version, hereinafter simply called <u>[[GIT]]</u>, on [http://www.debian.org/ Debian] GNU/Linux Stable(<u>Wheezy</u>). Users of Testing or Unstable at least have to change package names (version numbering) accordingly.
HowTo build [[FlightGear]] stable (<u>[[Changelog_3.4|3.4]]</u>) or bleeding edge development version, hereinafter simply called <u>[[GIT]]</u>, on [http://www.debian.org/ Debian] GNU/Linux Stable (<u>Wheezy</u>). Users of Testing or Unstable at least have to change package names (version numbering) accordingly.


The meaning of this article is to be a short, '''checklist''' like, overview of the specific steps to compile FlightGear and components on Debian. For more detailed information please refer to the main article [[Building_FlightGear_-_Linux | Building FlightGear on Linux]].
The meaning of this article is to be a short, '''checklist''' like, overview of the specific steps to compile FlightGear and components on Debian. For more detailed information please refer to the main article [[Building_FlightGear_-_Linux | Building FlightGear on Linux]].
Line 205: Line 205:
<u>3.4</u> and <u>GIT</u>:
<u>3.4</u> and <u>GIT</u>:
  mkdir $FG_SRC_DIR/build-fgrun; cd $FG_SRC_DIR/build-fgrun
  mkdir $FG_SRC_DIR/build-fgrun; cd $FG_SRC_DIR/build-fgrun
  cmake -D CMAKE_INSTALL_PREFIX:PATH="$FG_INSTALL_DIR" $FG_SRC_DIR/fgrun.git
  cmake -D Boost_INCLUDE_DIR="$FG_INSTALL_DIR/include/" \
      -D CMAKE_INSTALL_PREFIX:PATH="$FG_INSTALL_DIR" $FG_SRC_DIR/fgrun.git
  make -j2 install
  make -j2 install


392

edits