From 851d7c7b9b592d9275b024cdb4289cf44f572975 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Sat, 10 Mar 2018 21:46:34 +0000 Subject: [PATCH] Turns out libncurses5w is also required --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 76e33935..ddbfb102 100644 --- a/doc/build.md +++ b/doc/build.md @@ -19,7 +19,7 @@ In order to compile and run Grin on your machine, you should have installed: * Git - to clone the repository * cmake - 3.2 or greater should be installed and on your $PATH. Used by the build to compile the mining plugins found in the included [Cuckoo Miner](https://github.com/mimblewimble/cuckoo-miner) * clang - required by rocksdb dependency, used by grin as a datastore -* libncurses - required for a nicer terminal experience (look for a `libncurses5` package) +* libncurses - required for a nicer terminal experience, look for `libncurses5` and `libncurses5w` packages. * Rust - 1.21.0 or greater via [Rustup](https://www.rustup.rs/) - Can be installed via your package manager or manually via the following commands: ``` curl https://sh.rustup.rs -sSf | sh