From 160bf47d68efaec89e2e9f71ffdca151c86b9eb8 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 9 Dec 2004 17:02:22 +0000 Subject: Added the extraction of the test suite in the Getting Started Quickly section. llvm-svn: 18699 --- llvm/docs/GettingStarted.html | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'llvm/docs') diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index a169c0e..5505ae7 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -125,7 +125,7 @@ and performance.
  1. cd where-you-want-llvm-to-live
  2. gunzip --stdout llvm-version.tar.gz | tar -xvf - -
  3. cd llvm +
  4. cd llvm
  • With anonymous CVS access (or use a mirror): @@ -141,6 +141,32 @@ and performance.
  • +
  • Get the Test Suite Source Code (optional) +
  • + +
  • Configure the LLVM Build Environment
    1. Change directory to where you want to store the LLVM object @@ -573,7 +599,7 @@ compressed with the gzip program.
      cfrontend-1.4.i386-unknown-freebsd5.1.tar.gz
      This is the binary release of the GCC front end for FreeBSD/x86.
      -
      cfrontend-1.4.powerpc-apple-darwin7.0.0.tar.gz
      +
      cfrontend-1.4.powerpc-apple-darwin7.6.0.tar.gz
      This is the binary release of the GCC front end for MacOS X/PPC.
      -- cgit v1.1