From 68f0ecd002a1d776ec21ad38cbcd7affa798166f Mon Sep 17 00:00:00 2001 From: Bruno Skvorc Date: Fri, 12 Oct 2018 13:22:49 +0200 Subject: [PATCH] Added rocksdb-libdev --- source/docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/building.md b/source/docs/building.md index 932081f..b7bd0ab 100644 --- a/source/docs/building.md +++ b/source/docs/building.md @@ -21,7 +21,7 @@ This document will explain how to install, test, and run Nimbus on your local ma ``` - on Linux ```bash - sudo apt-get install rocksdb # or your own Linux distribution's equivalent + sudo apt-get install librocksdb-dev rocksdb # or your own Linux distribution's equivalent curl https://nim-lang.org/choosenim/init.sh -sSf | sh ```