[PATCH] D65438: [docs] Add cmake to Software requirements

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 01:49:13 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367395: [docs] Add cmake to Software requirements (authored by rovka, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65438?vs=212312&id=212533#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65438/new/

https://reviews.llvm.org/D65438

Files:
  llvm/trunk/docs/GettingStarted.rst


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 <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 @@
       ``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:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65438.212533.patch
Type: text/x-patch
Size: 1601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190731/a11ed38c/attachment.bin>


More information about the llvm-commits mailing list