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
| #!/bin/bash | |
| set -e | |
| set -x | |
| OPT="/opt" | |
| BASE_PKGS="build-essential ccache g++ gawk git make wget" | |
| PYTHON_PKGS="future lxml pymavlink MAVProxy" | |
| PX4_PKGS="python-argparse openocd flex bison libncurses5-dev \ | |
| autoconf texinfo libftdi-dev zlib1g-dev \ | |
| zip genromfs python-empy cmake cmake-data" |
NewerOlder