From 2bbff8ae4daaff28e8a529c0ebff60404718742c Mon Sep 17 00:00:00 2001 From: Jesse Date: Tue, 30 Mar 2021 13:12:23 -0700 Subject: [PATCH] Add additional libraries that need to be installed for building pro Former-commit-id: 303a0646b5510e310dfd03c7288d747f76ce3d62 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1decad4b0..bcb3e850e 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,13 @@ KeyDB can be compiled and is tested for use on Linux. KeyDB currently relies on More on CentOS/Archlinux/Alpine/Debian/Ubuntu dependencies and builds can be found here: https://docs.keydb.dev/docs/build/ +Init and clone submodule dependencies: + + % git submodule init && git submodule update + Install dependencies: - % sudo apt install build-essential nasm autotools-dev autoconf libjemalloc-dev tcl tcl-dev uuid-dev libcurl4-openssl-dev + % sudo apt install build-essential nasm autotools-dev autoconf libjemalloc-dev tcl tcl-dev uuid-dev libcurl4-openssl-dev libbz2-dev libzstd-dev liblz4-dev libsnappy-dev Compiling is as simple as: