Building FlightGear - Devuan: Difference between revisions

Jump to navigation Jump to search
m
Update liblzma
m (add missing slash "/")
m (Update liblzma)
Line 15: Line 15:


'''Dependencies'''
'''Dependencies'''
su -c "apt-get install \
  freeglut3-dev        libopenal-dev            qml-module-qtquick2 \
  libboost-dev        libopenscenegraph-3.4-dev qml-module-qtquick-window2 \
  libcurl4-openssl-dev libqt5opengl5-dev        qt5-default \
  libdbus-1-dev        libqt5svg5-dev            qtbase5-private-dev \
  libevent-dev        libxi-dev                qtdeclarative5-private-dev \
  libfreetype6-dev    libxmu-dev                qttools5-dev \
  libglew-dev          pkg-config"
: If you prefer you might replace "libcurl4-openssl-dev" by "libcurl4-gnutls-dev".
: If you prefer you might replace "libcurl4-openssl-dev" by "libcurl4-gnutls-dev".


: [[File:Zeichen_144_icon.png|21px]] During installation development packages of libraries which are going to be compiled ''must not'' be installed. They can safely be re-installed after compilation. Namely these are libplib-dev and simgear-dev.
: [[File:Zeichen_144_icon.png|21px]] During installation development packages of libraries which are going to be compiled ''must not'' be installed. They can safely be re-installed after compilation. Namely these are libplib-dev and simgear-dev.
su -c "apt-get install \
  freeglut3-dev        libopenal-dev            qml-module-qtquick-window2 \
  libboost-dev        libopenscenegraph-3.4-dev qt5-default \
  libcurl4-openssl-dev libqt5opengl5-dev        qtbase5-private-dev \
  libdbus-1-dev        libqt5svg5-dev            qtdeclarative5-private-dev \
  libevent-dev        libxi-dev                qttools5-dev \
  libfreetype6-dev    libxmu-dev                zlib1g-dev \
  libglew-dev          pkg-config \
  liblzma-dev          qml-module-qtquick2"
<!-- libopenscenegraph-3.4-dev, libopenscenegraph-dev, libopenthreads-dev -->
<!-- libopenscenegraph-3.4-dev, libopenscenegraph-dev, libopenthreads-dev -->


Line 37: Line 38:


  # Examples, adapt to your own needs:
  # Examples, adapt to your own needs:
  export FG_VERSION=release/2020.2
  export FG_VERSION=release/2020.3
  export FG_SRC_DIR=$HOME/src/
  export FG_SRC_DIR=$HOME/src/
  export FG_INSTALL_DIR=$HOME/FlightGear/
  export FG_INSTALL_DIR=$HOME/FlightGear/
392

edits

Navigation menu