From d7e30edf07cd78ab6c071b9e01ba810b4e1a008d Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Mon, 14 Oct 2019 02:38:00 +0800 Subject: [PATCH] add dependency of compilation with LLVM (#4117) --- 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