Add fancy hashing

This commit is contained in:
John
2025-04-27 21:30:25 +12:00
parent a2c233e328
commit b1e51b91d2
5 changed files with 123 additions and 2 deletions

View File

@ -41,7 +41,7 @@ print_status "Detected OS: $OS $VER"
case $OS in
"Ubuntu"|"Debian GNU/Linux")
# Common packages for both Ubuntu and Debian
PACKAGES="cmake make g++ devscripts debhelper libtbb-dev"
PACKAGES="cmake make g++ devscripts debhelper libtbb-dev libxxhash-dev"
;;
*)
print_error "Unsupported distribution: $OS"