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
libncurses-dev \ libncurses-dev \
libtool \ libtool \
pkg-config \ pkg-config \
screen \
vim-common \ vim-common \
; ;

Loading…
Cancel
Save