From ce760f6f544c23e372933ae96910536e48a7a350 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 3 Jul 2003 16:01:38 +0000 Subject: [PATCH] Performed a major update for the pre-release. Attempted to better structure and order the document. Added more information about autoconf, the build system, and how to build LLVM. Added directions on how to build the C front end. Added a section on common problems and their solutions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7096 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 704 ++++++++++++++++++++++++++++----------- 1 file changed, 504 insertions(+), 200 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 4814036148d..778c569215a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -18,26 +18,27 @@