From: Diana Picus Date: Wed, 31 Jul 2019 08:48:36 +0000 (+0000) Subject: [docs] Add cmake to Software requirements X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bed7a55dc7d575f6a7e1cc9dba62d341124e5519;p=llvm [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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367395 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 5f95095c719..9825e848a51 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -169,10 +169,11 @@ uses the package and provides other details. =========================================================== ============ ========================================== Package Version Notes =========================================================== ============ ========================================== -`GNU Make `_ 3.79, 3.79.1 Makefile/build processor +`CMake `_ >=3.4.3 Makefile/workspace generator `GCC `_ >=5.1.0 C/C++ compiler\ :sup:`1` `python `_ >=2.7 Automated test suite\ :sup:`2` `zlib `_ >=1.2.3.4 Compression library\ :sup:`3` +`GNU 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: