summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2019-07-31 08:48:36 +0000
committerDiana Picus <diana.picus@linaro.org>2019-07-31 08:48:36 +0000
commit7117881fdb2f0db370df6c90686fc13a52c9acef (patch)
treefa2790c0b6419f7c280d9aeb1595315a225e50b7
parente8eb8b9c3adbbe9e8bafcf3f71218ec4a2b9e6eb (diff)
downloadbcm5719-llvm-7117881fdb2f0db370df6c90686fc13a52c9acef.tar.gz
bcm5719-llvm-7117881fdb2f0db370df6c90686fc13a52c9acef.zip
[docs] Add cmake to Software requirements
Add cmake to the list of packages required for compiling LLVM. Also move make to the bottom of the list and mark it as optional. Differential Revision: https://reviews.llvm.org/D65438 llvm-svn: 367395
-rw-r--r--llvm/docs/GettingStarted.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 5f95095c719..9825e848a51 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -169,10 +169,11 @@ uses the package and provides other details.
=========================================================== ============ ==========================================
Package Version Notes
=========================================================== ============ ==========================================
-`GNU Make <http://savannah.gnu.org/projects/make>`_ 3.79, 3.79.1 Makefile/build processor
+`CMake <http://cmake.org/>`_ >=3.4.3 Makefile/workspace generator
`GCC <http://gcc.gnu.org/>`_ >=5.1.0 C/C++ compiler\ :sup:`1`
`python <http://www.python.org/>`_ >=2.7 Automated test suite\ :sup:`2`
`zlib <http://zlib.net>`_ >=1.2.3.4 Compression library\ :sup:`3`
+`GNU Make <http://savannah.gnu.org/projects/make>`_ 3.79, 3.79.1 Makefile/build processor\ :sup:`4`
=========================================================== ============ ==========================================
.. note::
@@ -184,6 +185,7 @@ Package Version Notes
``llvm/test`` directory.
#. Optional, adds compression / uncompression capabilities to selected LLVM
tools.
+ #. Optional, you can use any other build tool supported by CMake.
Additionally, your compilation host is expected to have the usual plethora of
Unix utilities. Specifically:
OpenPOWER on IntegriCloud