tools/setup: add missing package for plotjuggler (#22713)

pull/22719/head
Andrew 4 years ago committed by GitHub
parent 63b85ca1e2
commit 999b2ee5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/ubuntu_setup.sh

@ -67,7 +67,8 @@ function install_ubuntu_common_requirements() {
libqt5sql5-sqlite \
libqt5svg5-dev \
libqt5x11extras5-dev \
libreadline-dev
libreadline-dev \
libdw1
}
# Install Ubuntu 21.10 packages

Loading…
Cancel
Save