From 6d8e153e421ad9f5ecde60ce70723ecdd3c20705 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Wed, 9 Feb 2005 22:38:47 +0000
Subject: [PATCH] * Use an HTML list instead of custom superscripts in the
platform notes * Reorder software requirements list to show relative
importance * Use superscripts for footnotes in software list rather than
"Note 1" * Use new doc_notes class to separate footnotes from main doc text
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20098 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 89 ++++++++++++++++++++--------------------
1 file changed, 44 insertions(+), 45 deletions(-)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 7a5fdf5408d..e49608a624d 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -274,28 +274,25 @@ software you will need.
-
1
- Code generation supported for Pentium processors and up
-
2
- Code generation supported for 32-bit ABI only
-
3
- No native code generation
-
4
- Build is not complete: one or more tools don't link
-
5
- The GCC-based C/C++ frontend does not build
-
6
- The port is done using the MSYS shell.
+
@@ -338,7 +335,7 @@ href="CFEBuildInstrs.html">try to compile it on your platform.
GCC |
3.4.2 |
- C/C++ compiler (Note 3) |
+ C/C++ compiler1 |
@@ -353,78 +350,80 @@ href="CFEBuildInstrs.html">try to compile it on your platform.
YACC compiler |
+
+ CVS |
+ ≥1.11 |
+ CVS access to LLVM2 |
+
+
DejaGnu |
1.4.2 |
- Automated test suite (Note 2) |
+ Automated test suite3 |
tcl |
8.3, 8.4 |
- Automated test suite (Note 2) |
+ Automated test suite3 |
expect |
5.38.0 |
- Automated test suite (Note 2) |
+ Automated test suite3 |
+
+
+
+ perl |
+ ≥5.6.0 |
+ Nightly tester, utilities |
GNU M4
| 1.4 |
- Macro processor for configuration (Note 1) |
+ Macro processor for configuration4 |
GNU Autoconf |
2.59 |
- Configuration script builder (Note 1) |
+ Configuration script builder4 |
GNU Automake |
1.9.2 |
- aclocal macro generator (Note 1) |
-
-
-
- perl |
- ≥5.6.0 |
- Nightly tester, utilities |
+ aclocal macro generator4 |
libtool |
1.5.10 |
- Shared library manager (Note 1) |
-
-
-
- CVS |
- ≥1.11 |
- CVS access to LLVM (Note 4) |
+ Shared library manager4 |
-
Notes:
+
Notes:
+
+
Additionally, your compilation host is expected to have the usual
plethora of Unix utilities. Specifically: