mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Tools/setup: update ubuntu.sh with current NuttX dependencies
This commit is contained in:
+18
-4
@@ -115,18 +115,32 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
|
|||||||
echo "Installing NuttX dependencies"
|
echo "Installing NuttX dependencies"
|
||||||
|
|
||||||
sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \
|
sudo DEBIAN_FRONTEND=noninteractive apt-get -y --quiet --no-install-recommends install \
|
||||||
autoconf \
|
|
||||||
automake \
|
automake \
|
||||||
|
binutils-dev \
|
||||||
bison \
|
bison \
|
||||||
bzip2 \
|
build-essential \
|
||||||
file \
|
|
||||||
flex \
|
flex \
|
||||||
|
g++-multilib \
|
||||||
|
gcc-multilib \
|
||||||
gdb-multiarch \
|
gdb-multiarch \
|
||||||
|
genromfs \
|
||||||
|
gettext \
|
||||||
gperf \
|
gperf \
|
||||||
libncurses-dev \
|
kconfig-frontends \
|
||||||
|
libelf-dev \
|
||||||
|
libexpat-dev \
|
||||||
|
libgmp-dev \
|
||||||
|
libisl-dev \
|
||||||
|
libmpc-dev \
|
||||||
|
libmpfr-dev \
|
||||||
|
libncurses5-dev \
|
||||||
|
libncursesw5-dev \
|
||||||
libtool \
|
libtool \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
screen \
|
screen \
|
||||||
|
texinfo \
|
||||||
|
u-boot-tools \
|
||||||
|
util-linux \
|
||||||
vim-common \
|
vim-common \
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user