Skip to content

Commit

Permalink
update to fix-scan_find
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Jan 17, 2024
1 parent b4c32ac commit b7d6515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/CONFIGURE_MACOS.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ read

# Note: openssl no longer required
# Apple's provided flex is 2.6.4, which is the same that is provided by brew
PKGS+="wget libtool autoconf automake libtool libxml2 libewf json-c"
PKGS+="wget libtool autoconf automake libtool libxml2 libewf json-c re2 abseil pkg-config"

$WHICH install $PKGS || (echo installation install failed; exit 1)
exit 0
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 make flex gcc g++ git libtool mingw-w64 wine libz-mingw-w64-dev libgcrypt-mingw-w64-dev"
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 "

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

0 comments on commit b7d6515

Please sign in to comment.