From 5fb0df0c1c9c55c51c355b783f29ed07fc212d72 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 27 Feb 2014 09:46:09 +0000 Subject: [docs] Switch this table to the simple form as well. No content changed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202372 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.rst | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) (limited to 'docs/GettingStarted.rst') diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 6102614352..4ce3fa4cb3 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -163,29 +163,20 @@ 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. -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| Package | Version | Notes | -+==============================================================+=================+=============================================+ -| `GNU Make `_ | 3.79, 3.79.1 | Makefile/build processor | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `GCC `_ | 3.4.2 | C/C++ compiler\ :sup:`1` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `TeXinfo `_ | 4.5 | For building the CFE | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `SVN `_ | >=1.3 | Subversion access to LLVM\ :sup:`2` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `python `_ | >=2.5 | Automated test suite\ :sup:`3` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `GNU M4 `_ | 1.4 | Macro processor for configuration\ :sup:`4` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `GNU Autoconf `_ | 2.60 | Configuration script builder\ :sup:`4` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `GNU Automake `_ | 1.9.6 | aclocal macro generator\ :sup:`4` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `libtool `_ | 1.5.22 | Shared library manager\ :sup:`4` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ -| `zlib `_ | >=1.2.3.4 | Compression library\ :sup:`5` | -+--------------------------------------------------------------+-----------------+---------------------------------------------+ +=========================================================== ============ ========================================== +Package Version Notes +=========================================================== ============ ========================================== +`GNU Make `_ 3.79, 3.79.1 Makefile/build processor +`GCC `_ 3.4.2 C/C++ compiler\ :sup:`1` +`TeXinfo `_ 4.5 For building the CFE +`SVN `_ >=1.3 Subversion access to LLVM\ :sup:`2` +`python `_ >=2.5 Automated test suite\ :sup:`3` +`GNU M4 `_ 1.4 Macro processor for configuration\ :sup:`4` +`GNU Autoconf `_ 2.60 Configuration script builder\ :sup:`4` +`GNU Automake `_ 1.9.6 aclocal macro generator\ :sup:`4` +`libtool `_ 1.5.22 Shared library manager\ :sup:`4` +`zlib `_ >=1.2.3.4 Compression library\ :sup:`5` +=========================================================== ============ ========================================== .. note:: -- cgit v1.2.3