Skip to content

Commit

Permalink
add dependency of compilation with LLVM (#4117)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiu authored and tqchen committed Oct 13, 2019
1 parent 068c148 commit d7e30ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d7e30ed

Please sign in to comment.