From ad0a8487befec13b356c58dd1109b169f0e9e231 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 31 Jul 2010 04:13:53 +0000 Subject: Update getting started page to recommend 2.7 instead of 2.6. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@109941 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/GetStarted.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/GetStarted.html b/www/GetStarted.html index 84b36677..76e741c8 100644 --- a/www/GetStarted.html +++ b/www/GetStarted.html @@ -33,7 +33,7 @@ targets.

  1. Install llvm-gcc:
      -
    • Download and install the LLVM 2.6 release of llvm-gcc +
    • Download and install the LLVM 2.7 release of llvm-gcc from here. Add llvm-gcc to your PATH. It is important to do this first so that llvm-gcc is found in subsequent configure @@ -42,14 +42,14 @@ targets.

  2. -
  3. Download and build - LLVM 2.6 (you may also use SVN head, but klee may not always be +
  4. Download and build + LLVM 2.7 (you may also use SVN head, but klee may not always be up-to-date with LLVM API changes).
    - $ curl -O http://llvm.org/releases/2.6/llvm-2.6.tar.gz
    - $ tar zxvf llvm-2.6.tar.gz
    - $ cd llvm-2.6
    + $ curl -O http://llvm.org/releases/2.7/llvm-2.7.tgz
    + $ tar zxvf llvm-2.7.tgz
    + $ cd llvm-2.7
    $ ./configure --enable-optimized
    $ make
    -- cgit 1.4.1