mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-22 15:44:13 +00:00
Update README.md
This commit is contained in:
parent
47caa972da
commit
fd220ea621
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user