Add fancy hashing
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user