From 7db3f52a9fdfa2d1148ba12a264bb2e24a5b86fe Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 9 Feb 2005 21:15:51 +0000 Subject: [PATCH] Turn footnotes into links, make the page validate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20096 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 41 ++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index a3f0c6e89c2..7a5fdf5408d 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -213,7 +213,7 @@ software you will need.

Linux - x861 + x861 GCC @@ -223,27 +223,27 @@ software you will need.

FreeBSD - x861 + x861 GCC - MacOS X2 + MacOS X2 PowerPC GCC Cygwin/Win32 - x861 + x861 GCC 3.4.X, binutils 2.15 MinGW/Win32 - x861,6 + x861,6 GCC 3.4.X, binutils 2.15 Linux - amd643 + amd643 GCC @@ -258,15 +258,15 @@ software you will need.

Windows - x861 - Visual Studio .NET4,5 + x861 + Visual Studio .NET4,5 - AIX3,4 + AIX3,4 PowerPC GCC - Linux3,5 + Linux3,5 PowerPC GCC @@ -275,12 +275,18 @@ software you will need.

Notes:

-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. +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. Download and install bison (excl. M4.exe) and flex in that order. Build binutils-2.15 from source, if necessary. If you need to create a library for an MS DLL, do the following: @@ -411,7 +417,6 @@ href="CFEBuildInstrs.html">try to compile it on your platform.

from that package.
  • Only needed if you want to run the automated test suite in the test directory.
  • -
  • Only the C and C++ languages are needed so there's no need to build the other languages for LLVM's purposes. See below for specific version info. @@ -580,7 +585,7 @@ compressed with the gzip program.
    Source release for the LLVM libraries and tools.
    llvm-test-x.y.tar.gz
    -
    Source release for the LLVM test suite.
    +
    Source release for the LLVM test suite.
    cfrontend-x.y.source.tar.gz
    Source release of the GCC front end.