From 818d444e12bb57568fbf3bf5f06ee24c6c73a61a Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sun, 16 Aug 2009 11:50:17 +0100 Subject: llvmpipe: Disassemble generated x86 code. --- src/gallium/drivers/llvmpipe/README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe/README') diff --git a/src/gallium/drivers/llvmpipe/README b/src/gallium/drivers/llvmpipe/README index afa9cbaf3ee..af0ef2b317c 100644 --- a/src/gallium/drivers/llvmpipe/README +++ b/src/gallium/drivers/llvmpipe/README @@ -6,11 +6,19 @@ Requirements - Linux + - udis86, http://udis86.sourceforge.net/ + + git clone git://udis86.git.sourceforge.net/gitroot/udis86 + cd udis86 + ./configure --with-pic + make + sudo make install + - LLVM. On Debian based distributions do: aptitude install llvm-dev - There is a type in one of the llvm-dev 2.5 headers, that causes compilation + There is a typo in one of the llvm-dev 2.5 headers, that causes compilation errors in the debug build: --- /usr/include/llvm-c/Core.h.orig 2009-08-10 15:38:54.000000000 +0100 -- cgit v1.2.3