Give information on dependencies that need installation.

Former-commit-id: 063a14372d4b0b77f6a1a0c6efd718b5d01922fa
This commit is contained in:
John Sully 2019-03-25 16:22:10 -04:00 committed by GitHub
parent 2ab9e6a4c1
commit cbd5a844f2

View File

@ -60,6 +60,10 @@ Building KeyDB
KeyDB can be compiled and is tested for use on Linux. KeyDB currently relies on SO_REUSEADDR's load balancing behavior which is available only in Linux. When we support marshalling connections across threads we plan to support other operating systems such as FreeBSD. KeyDB can be compiled and is tested for use on Linux. KeyDB currently relies on SO_REUSEADDR's load balancing behavior which is available only in Linux. When we support marshalling connections across threads we plan to support other operating systems such as FreeBSD.
Install dependencies:
% sudo apt install build-essential nasm autotools-dev autoconf libjemalloc-dev tcl tcl-dev uuid-dev
Compiling is as simple as: Compiling is as simple as:
% make % make