From 69217ef9c80c5126eb1ea6c63e61fcce29d93c45 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 13 Apr 2014 12:14:06 +0200 Subject: [PATCH] README: update LLVM/clang installation instructions In particular, - update latest release - mention that older development versions are not supported - update outdated note on ubuntu libclang-dev package Signed-off-by: Sven Verdoolaege --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index 49d7993..5f76f47 100644 --- a/README +++ b/README @@ -7,10 +7,13 @@ Requirements: (only needed if you want to compile the pet executable) - LLVM/clang libraries, 2.9 or higher (http://clang.llvm.org/get_started.html) Unless you have some other reasons for wanting to use the svn version, - it's best to install the latest release (3.3). + it's best to install the latest release (3.4). The svn version occasionally introduces incompatibilities. Nevertheless, if you encounter any such incompatibilities, please report them so that they can be fixed. + However, development versions from before the latest release + are not supported. + Also, if you are following the instructions on how to build the svn version, make sure you also install LLVM (through "make install"). You may want to specify an installation @@ -23,8 +26,9 @@ Requirements: You will then have to add this option manually to CXXFLAGS while configuring pet. - The ubuntu package libclang-dev (3.0-3) is not sufficient as it does - not contain the required libraries. + If you want to use the ubuntu package libclang-dev, then you need + version 3.2 (ubuntu raring) or later. + Older versions of this package did not include the required libraries. Preparing: -- 2.11.4.GIT