Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install-dependencies.sh: add libxxhash-dev for debian
libxxhash is used for building on both fedora and debian. `xxhash-devel` is already listed in `fedora_packages`, we should have its counterpart in `debian_base_packages`. otherwise the build on debian and its derivatives could fail like ``` CMake Error at /usr/local/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find xxHash (missing: xxhash_LIBRARY xxhash_INCLUDE_DIR) (found version "") Call Stack (most recent call first): /usr/local/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) cmake/FindxxHash.cmake:30 (find_package_handle_standard_args) CMakeLists.txt:75 (find_package) ``` if we are using CMake to generate the building system. if we use `configure.py` to generate `build.ninja`, the build would fails at build time. Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information