Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.




Section


Column
width70%

Introduction

This page describes how to setup a build environment, using known supported Linux distributions:

  • Debian stretch and newer
  • Ubuntu trusty, xenial and newer
  • Fedora 23 and newer
  • Arch Linux

For other Linux distributions the instruction will be similar with the general requirements of Qt 5.5 or newer, OpenSceneGraph 3.2 or newer (if you want the build to include the PFD), osgEarth 2.7 (if you want the extra earth views).

For Linux Mint use the instructions for the Ubuntu or Debian distribution your version is based on.


Column
width30%


Panel
titleIn this page
 
Table of Contents



...

(if the add-apt-repository command is not found: sudo apt-get install software-properties-common )

Code Block
languagebash
titleUbuntu trusty and xenial
sudo add-apt-repository ppa:librepilot/tools -y
sudo apt-get update -q

...