Browse Source

Tools: add cmake as a dep for PX4 in Vagrant

mission-4.1.18
Peter Barker 9 years ago
parent
commit
0924ae0d25
  1. 2
      Tools/vagrant/initvagrant.sh

2
Tools/vagrant/initvagrant.sh

@ -9,7 +9,7 @@ SITL_PKGS="g++ python-pip python-matplotlib python-serial python-wxgtk2.8 python @@ -9,7 +9,7 @@ SITL_PKGS="g++ python-pip python-matplotlib python-serial python-wxgtk2.8 python
PYTHON_PKGS="pymavlink MAVProxy droneapi"
PX4_PKGS="python-serial python-argparse openocd flex bison libncurses5-dev \
autoconf texinfo build-essential libftdi-dev libtool zlib1g-dev \
zip genromfs"
zip genromfs cmake"
UBUNTU64_PKGS="libc6:i386 libgcc1:i386 gcc-4.9-base:i386 libstdc++5:i386 libstdc++6:i386"
# GNU Tools for ARM Embedded Processors

Loading…
Cancel
Save