From fd220ea62127f1c39474b9c819615793f96a8e2e Mon Sep 17 00:00:00 2001 From: odedponcz Date: Thu, 24 Mar 2022 11:30:22 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36a855bfe..97a2fe734 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,13 @@ Features include: ## Building from source I've tested the build on Ubuntu 21.04+. +Requires: CMake, Ninja, boost, libunwind8-dev +``` +sudo apt install ninja-build +sudo apt install libunwind-dev +sudo apt-get install libboost-all-dev +``` ``` git clone --recursive https://github.com/romange/dragonfly @@ -280,4 +286,4 @@ expiries of `PEXPIRE key 10010` will expire exactly after 10 seconds and 10ms. H `PEXPIRE key 34000800` will expire after 34001 seconds, i.e. 200ms later. Such rounding has at most 0.002% error which I hope is acceptable for large ranges. -If it breaks your use-cases - talk to me or open an issue and explain your case. \ No newline at end of file +If it breaks your use-cases - talk to me or open an issue and explain your case.