This repository is dedicated for making Paparazzi UAV System executable on any Linux distro.
For Debian/Ubuntu-based distributions: ```Docker``` and ```Wget```
For other distributions (ArchLinux, Fedora): ```Podman``` and ```Curl```
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
distrobox create --name pprz --image ubuntu:20.04
distrobox enter pprz
Clone the repository and execute the shell script inside the distrobox image.
./paparazzi