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. 

Once you have done that, add the librepilot overlay:

Code Block
languagebash
layman -a 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.


...

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.

...