From 996878f145633e8b66b70be23227e12e7ee5ac29 Mon Sep 17 00:00:00 2001 From: zhiqiu Date: Sun, 13 Oct 2019 16:19:35 +0800 Subject: [PATCH] add dependency of compilation with LLVM --- docs/install/from_source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index f70a18b60528..bc7c99d6dd35 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -54,7 +54,7 @@ Our goal is to build the shared libraries: .. code:: bash sudo apt-get update - sudo apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake + sudo apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake libedit-dev libxml2-dev The minimal building requirements are