Skip to content

Commit

Permalink
added libxml2-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Jan 17, 2024
1 parent 65cbc54 commit ed5b045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions etc/CONFIGURE_UBUNTU20_win64.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sudo apt-get install -y mingw-w64
sudo apt-get install -y wine
sudo apt install libz-mingw-w64-dev
sudo apt install libgcrypt-mingw-w64-dev
sudo apt install libxml2-utils
2 changes: 1 addition & 1 deletion etc/CONFIGURE_UBUNTU22_win64.bash
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ press any key to continue...
EOF
read

MPKGS="autoconf automake flex g++ gcc git libtool libabsl-dev libre2-dev libz-mingw-w64-dev libgcrypt-mingw-w64-dev libsqlite3-dev make mingw-w64 wine "
MPKGS="autoconf automake flex g++ gcc git libtool libabsl-dev libre2-dev libxml2-utils libz-mingw-w64-dev libgcrypt-mingw-w64-dev libsqlite3-dev make mingw-w64 wine "

sudo apt update -y
sudo apt install -y $MPKGS
Expand Down

0 comments on commit ed5b045

Please sign in to comment.