Created
December 23, 2018 07:11
-
-
Save mhou1981/76248ab511a569a3c0087890356c0b03 to your computer and use it in GitHub Desktop.
Build Piaware on Ubuntu 18.04 LTS x86
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run as root | |
apt install build-essential debhelper tcl8.6-dev autoconf python3-dev python3-venv dh-systemd libz-dev | |
git clone https://github.com/flightaware/piaware_builder.git | |
./sensible-build.sh bionic | |
cd package-bionic/ | |
dpkg-buildpackage -uc -us -b | |
cd ../ | |
apt install piaware_*.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just ran through your setup after installing Ubuntu 18.04 LTS. I would suggest adding the devscripts package to your apt install command. I found that the sensible-build script would hit the following error:
"./sensible-build.sh: line 115: dch: command not found"