Skip to content

Instantly share code, notes, and snippets.

@mhou1981
Created December 23, 2018 07:11
Show Gist options
  • Save mhou1981/76248ab511a569a3c0087890356c0b03 to your computer and use it in GitHub Desktop.
Save mhou1981/76248ab511a569a3c0087890356c0b03 to your computer and use it in GitHub Desktop.
Build Piaware on Ubuntu 18.04 LTS x86
# 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
@caffleck
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment