From 0c4b8b6db4ebe1259c7d3e8a27781d71b6356d40 Mon Sep 17 00:00:00 2001
From: Misha Brukman 
Date: Wed, 9 Feb 2005 22:38:47 +0000
Subject: * 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
llvm-svn: 20098
---
 llvm/docs/GettingStarted.html | 89 +++++++++++++++++++++----------------------
 1 file changed, 44 insertions(+), 45 deletions(-)
(limited to 'llvm/docs/GettingStarted.html')
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 7a5fdf5408d..e49608a624d 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/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: