From: Reid Spencer Date: Mon, 15 Nov 2004 21:15:12 +0000 (+0000) Subject: Merge content of RequiredSoftware.html into GettingStarted.html X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=748d82e730dd197cdb91035c90ba33bb06e93e53;p=oota-llvm.git Merge content of RequiredSoftware.html into GettingStarted.html Remove now defunct RequiredSoftware.html. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17850 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 336592cc9b5..d009ae9dd22 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> + Getting Started with LLVM System @@ -267,59 +268,164 @@ href="CFEBuildInstrs.html">try to compile it on your platform.

-
- Software -
- +
Software
- -

Compiling LLVM requires that you have several software packages -installed:

- - - -

There are some additional tools that you may want to have when working with -LLVM:

- - + +
  • Only the C and C++ languages needed so there's no need + to build the other languages for LLVM's purposes. See + below for specific version info. +
  • +
  • You only need CVS if you intend to build from the + latest LLVM sources. If you're working from a release distribution, you + don't need CVS.
  • + +

    Additionally, your compilation host is expected to have the usual + plethora of Unix utilities. Specifically:

    +
    diff --git a/docs/RequiredSoftware.html b/docs/RequiredSoftware.html deleted file mode 100644 index fd0e84b7440..00000000000 --- a/docs/RequiredSoftware.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - Software LLVM Requires - - - - - - - -
    Software LLVM Requires
    -
    -

    Written by Reid Spencer

    -
    - -
    -

    This document provides a list of the software packages that LLVM depends on - in order to be built successfully from CVS sources. The requirements for - building from a distribution are fewer. Items only needed for building from a - distribution are noted with an asterisk (*).

    -

    The table below shows the required software packages. Package is the usual - name for a given software package that LLVM depends on. Version is a list of - "known to work" versions of the package. Usage describes how LLVM uses the - package.

    - - - - - - - - - - - - - - -
    PackageVersionUsage
    autoconf*2.59Configuration script builder
    bison1.35YACC compiler for various languages
    cvs*1.11Obtaining latest CVS versions
    deja-gnu1.4.2Automated test suite
    flex2.5.4LEX compiler for various languages
    expect5.38.0Automated test suite
    perl>5.6.0Nightly tester, utilities
    GCC3.4.2C/C++ compiler
    GNU Make3.79, 3.79.1Makefile/build - processor
    libtool*1.5.10Shared library manager
    qmtest2.0.3Automated test suite
    tcl8.3Automated test suite
    -

    Additionally, your compilation host is expected to have the usual plethora of - Unix utilities. Specifically:

    - -
    - - -
    -
    Valid CSS!Valid HTML 4.01!The LLVM Team
    -The LLVM Compiler Infrastructure
    -Last modified: $Date$ -
    - - -