From 0c1f2ba144d257fcab069eeeaeca7b2d701953ed Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 31 Oct 2016 12:45:39 -0200 Subject: [PATCH] scripts: add cmake to install-prereq scripts --- Tools/scripts/install-prereqs-arch.sh | 2 +- Tools/scripts/install-prereqs-ubuntu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/scripts/install-prereqs-arch.sh b/Tools/scripts/install-prereqs-arch.sh index 8473f6d0a6..0a90c143a0 100755 --- a/Tools/scripts/install-prereqs-arch.sh +++ b/Tools/scripts/install-prereqs-arch.sh @@ -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" diff --git a/Tools/scripts/install-prereqs-ubuntu.sh b/Tools/scripts/install-prereqs-ubuntu.sh index c1a0dfb487..5e5cd6ed18 100755 --- a/Tools/scripts/install-prereqs-ubuntu.sh +++ b/Tools/scripts/install-prereqs-ubuntu.sh @@ -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