Skip to content

Commit

Permalink
Tools: Add xmllint to dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Nov 26, 2023
1 parent e528033 commit d3b4d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/environment_install/install-prereqs-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ else
fi

# Lists of packages to install
BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind screen"
BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind screen libxml2-utils"
PYTHON_PKGS="future lxml pymavlink pyserial MAVProxy pexpect geocoder empy ptyprocess dronecan"
PYTHON_PKGS="$PYTHON_PKGS flake8 junitparser"

Expand Down

0 comments on commit d3b4d7d

Please sign in to comment.