Index: llvm/trunk/docs/GettingStarted.rst =================================================================== --- llvm/trunk/docs/GettingStarted.rst +++ llvm/trunk/docs/GettingStarted.rst @@ -169,10 +169,11 @@ =========================================================== ============ ========================================== 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 @@ ``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: