Browse Source

add GNU screen to NUTTX dependencies in ubuntu setup

sbg
Jonathan Hahn 5 years ago committed by Beat Küng
parent
commit
e6bec31890
  1. 1
      Tools/setup/ubuntu.sh

1
Tools/setup/ubuntu.sh

@ -130,6 +130,7 @@ if [[ $INSTALL_NUTTX == "true" ]]; then @@ -130,6 +130,7 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
libncurses-dev \
libtool \
pkg-config \
screen \
vim-common \
;

Loading…
Cancel
Save