aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-06 04:07:15 +0000
committerChris Lattner <sabre@nondot.org>2005-09-06 04:07:15 +0000
commit2286cab238d043a85e1ad29ecce73154151f24cc (patch)
tree32883aeae02efda835d7da18eeae3d3896cc8d75 /docs
parentf71df33671d7db53f6b1d1a6cb2e4d0062076a3b (diff)
downloadexternal_llvm-2286cab238d043a85e1ad29ecce73154151f24cc.zip
external_llvm-2286cab238d043a85e1ad29ecce73154151f24cc.tar.gz
external_llvm-2286cab238d043a85e1ad29ecce73154151f24cc.tar.bz2
Add a requirement, patch contributed by Henrik Bach.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23242 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 0ad6fa0..b241535 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -349,6 +349,12 @@ href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p>
</tr>
<tr>
+ <td><a href="http://www.gnu.org/software/texinfo">TeXinfo</a></td>
+ <td>4.5</td>
+ <td>For building the CFE</td>
+ </tr>
+
+ <tr>
<td><a href="http://www.gnu.org/software/flex">Flex</a></td>
<td>2.5.4</td>
<td>LEX compiler</td>