Versions Compared

Key

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

...

Operating systemDownload Link
Windows
OSX
Ubuntu 14.04 'trusty'

32bits: librepilot_16.09-0trusty1_i386.deb
64bits: librepilot_16.09-0trusty1_amd64.deb

May need extra dependencies before installing:

Code Block
sudo add-apt-repository ppa:librepilot/tools
sudo apt-get update


PPA for Ubuntu:
  • 14.04 (trusty)
  • 16.04 (xenial)
  • 16.10 (yakkety)


Code Block
sudo add-apt-repository ppa:librepilot/release
sudo apt-get update
sudo apt-get install librepilot


Arch Linux
NOTE: this repo may not be updated with 16.09 yet

Available on the AUR or via repository by adding

[librepilot]
SigLevel = Optional TrustAll
Server = http://download.librepilot.org/repo/archlinux/librepilot/$arch

to /etc/pacman.conf

Fedora 23 - 26

Repository available here.

Gentoo
An overlay has been created with the ebuild files for librepilot and osgearth, and added to the official gentoo layman repository list. To use this repository, you need to have layman installed and set up. 

Search for the config key overlay_defs in your /etc/layman/layman.cfg and uncomment it. Please note down the path that was given there (usually /etc/layman/overlays).

Fetch the repository definition file:

Code Block
languagebash
curl -L https://github.com/paul-jewell/librepilot-overlay/raw/master/repositories.xml > /etc/layman/overlays/librepilot.xml
Install the repository

Once you have done that, add the librepilot overlay:

Code Block
languagebash
layman -sa librepilot

Emerge the librepilot package, taking note of the required use flag changes (app-misc/librepilot is marked as unstable)

Code Block
languagebash
emerge -av =app-misc/librepilot-16.09


Info

If you previously installed librepilot system wide by running "make install" as root, then before installing with the ebuild, run "make uninstall" as root. Failure to do so will lead to some strange errors as a result of library conflicts.



Info
titleNotes about 16.09

Since 16.09 the CDC driver is not installed by default, it is not needed for normal use excepted if VCP (serial) is needed.
Using Windows 10 the CDC driver is not needed anymore.

If you experience GCS crashes at startup or display issues, try installing the Mesa OpenGL driver.

...

Operating systemDownload Link
Windows LibrePilot-15.09-win32.exe
OSX LibrePilot-15.09-osx.dmg
Ubuntu 14.04
PPA for Ubuntu 15.04+
$ sudo add-apt-repository ppa:librepilot/release
$ sudo apt-get update
$ sudo apt-get install librepilot
Arch Linux

Available on the AUR or via repository by adding

[librepilot]
SigLevel = Optional TrustAll
Server = http://download.librepilot.org/repo/archlinux/librepilot/$arch

to /etc/pacman.conf

FedoraRepository available here.

...