From d179961d400f13d7c39b658d0682dc0a758c8f77 Mon Sep 17 00:00:00 2001
From: John Criswell
Date: Mon, 29 Mar 2004 20:23:11 +0000
Subject: Merged in RELEASE_12.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12532 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 39 ++++++++++++++++++++++++++-------------
1 file changed, 26 insertions(+), 13 deletions(-)
(limited to 'docs/GettingStarted.html')
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 6490c0c..04cd682 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -183,10 +183,10 @@ software you will need.
Linux on x86 (Pentium and above)
- - Approximately 918 MB of Free Disk Space
+
- Approximately 1.02 GB of Free Disk Space
- - Source code: 28 MB
- - Object code: 850 MB
+ - Source code: 45 MB
+ - Object code: 956 MB
- GCC front end: 40 MB
@@ -194,10 +194,10 @@ software you will need.
Solaris on SparcV9 (Ultrasparc)
- - Approximately 1.52 GB of Free Disk Space
+
- Approximately 1.75 GB of Free Disk Space
- - Source code: 28 MB
- - Object code: 1470 MB
+ - Source code: 45 MB
+ - Object code: 1705 MB
- GCC front end: 50 MB
@@ -205,9 +205,9 @@ software you will need.
FreeBSD on x86 (Pentium and above)
- - Approximately 918 MB of Free Disk Space
+
- Approximately 935 MB of Free Disk Space
- - Source code: 28 MB
+ - Source code: 45 MB
- Object code: 850 MB
- GCC front end: 40 MB
@@ -217,9 +217,9 @@ software you will need.
- MacOS X on PowerPC
- No native code generation
-
- Approximately 1.20 GB of Free Disk Space
+
- Approximately 1.25 GB of Free Disk Space
- - Source code: 28 MB
+ - Source code: 45 MB
- Object code: 1160 MB
- GCC front end: 40 MB
@@ -275,10 +275,23 @@ LLVM:
automake from 1.4p5 on should work; we only use aclocal from that
package.
- - QMTest
+ - QMTest 2.0.3
- Python
-
These are needed to use the LLVM test suite.
+
+ These are needed to use the LLVM test suite. Please note that newer
+ versions of QMTest may not work with the LLVM test suite. QMTest 2.0.3
+ can be retrieved from the QMTest CVS repository using the following
+ commands:
+
+ - cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository login
+
+ - When prompted, use anoncvs as the password.
+
+ - cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository co -r release-2-0-3 qm
+
+
+
@@ -888,7 +901,7 @@ different tools.
llvm/lib/Target/ This directory contains files that
describe various target architectures for code generation. For example,
- the llvm/lib/Target/Sparc directory holds the Sparc machine
+ the llvm/lib/Target/SparcV9 directory holds the Sparc machine
description.
llvm/lib/CodeGen/ This directory contains the major parts
--
cgit v1.1