From 86aea875de1c4c6595fa1e1403048cea8134c71f Mon Sep 17 00:00:00 2001 From: Ignotus Peverell <igno.peverell@protonmail.com> Date: Tue, 4 Sep 2018 16:03:49 -0700 Subject: [PATCH] Full clang, not only libclang, is required Fixes #1449 --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 2fda2c0c1..ec86b6c15 100644 --- a/doc/build.md +++ b/doc/build.md @@ -13,7 +13,7 @@ What's working so far? - rust 1.26+ (use [rustup]((https://www.rustup.rs/))- i.e. `curl https://sh.rustup.rs -sSf | sh; source $HOME/.cargo/env`) - if rust is already installed, you can simply update version with `rustup update` -- clang (clanglib or clang-devel or libclang-dev) +- clang - ncurses and libs (ncurses, ncursesw5) - zlib libs (zlib1g-dev or zlib-devel) - pkc-config