[PATCH] D65436: [docs] Add git to list of Software requirements

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 03:12:38 PDT 2019


sgraenitz created this revision.
sgraenitz added reviewers: probinson, cameron.mcinally, jyknight.
Herald added a project: LLVM.
sgraenitz edited the summary of this revision.

>From the mailing list. Git is necessary in one way or other. Version 2.9.3 is 3 years old now and may be a suitable minimum version:
https://git-scm.com/docs/git-remote/2.9.3
What do you think?


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65436

Files:
  llvm/docs/GettingStarted.rst


Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -160,9 +160,9 @@
 Software
 --------
 
-Compiling LLVM requires that you have several software packages installed. The
-table below lists those required packages. The Package column is the usual name
-for the software package that LLVM depends on. The Version column provides
+Working with LLVM requires that you have several software packages installed.
+The table below lists those required packages. The Package column is the usual
+name for the software package that LLVM depends on. The Version column provides
 "known to work" versions of the package. The Notes column describes how LLVM
 uses the package and provides other details.
 
@@ -173,6 +173,7 @@
 `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`
+`git <https://git-scm.com/downloads>`_                      >=2.9.3      Version control system
 =========================================================== ============ ==========================================
 
 .. note::


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65436.212303.patch
Type: text/x-patch
Size: 1370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190730/3077a57c/attachment.bin>


More information about the llvm-commits mailing list