scripts: add cmake to install-prereq scripts

This commit is contained in:
Lucas De Marchi 2016-10-31 12:45:39 -02:00 committed by Randy Mackay
parent 3c6e422a1b
commit 6a7aa38097
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ OPT="/opt"
BASE_PKGS="base-devel ccache git-core gsfonts tk wget"
SITL_PKGS="python2-pip python-pip wxpython2.8 opencv python2-numpy python2-scipy"
PX4_PKGS="lib32-glibc zip zlib ncurses"
PX4_PKGS="lib32-glibc zip zlib ncurses cmake"
PYTHON2_PKGS="future lxml pymavlink MAVProxy argparse matplotlib pyparsing"
PYTHON3_PKGS="pyserial empy"

View File

@ -6,7 +6,7 @@ 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 libc6-i386"
zip genromfs python-empy libc6-i386 cmake cmake-data"
BEBOP_PKGS="g++-arm-linux-gnueabihf"
SITL_PKGS="libtool libxml2-dev libxslt1-dev python-dev python-pip python-setuptools python-matplotlib python-serial python-scipy python-opencv python-numpy python-pyparsing realpath"
ASSUME_YES=false