From: Brian Paul Date: Fri, 10 Nov 2017 17:24:36 +0000 (-0700) Subject: docs: update llvmpipe.html build instructions X-Git-Tag: upstream/18.1.0~4041 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=955cbdf12072009bf559710f774f902ded7f26e3;p=platform%2Fupstream%2Fmesa.git docs: update llvmpipe.html build instructions --- diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index 2efbbd4..e467692 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -108,10 +108,10 @@ To build everything on Linux invoke scons as: scons build=debug libgl-xlib -Alternatively, you can build it with GNU make, if you prefer, by invoking it as - +Alternatively, you can build it with autoconf/make with:
-  make linux-llvm
+  ./configure --enable-glx=gallium-xlib --with-gallium-drivers=swrast --disable-dri --disable-gbm --disable-egl
+  make
 
but the rest of these instructions assume that scons is used.