From 46d6883a13717b4d91e31f76176cb74f66691d1c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 24 Apr 2019 13:16:57 +0100 Subject: docs: replace autotools intructions with meson equivalent Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker --- docs/llvmpipe.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/llvmpipe.html') diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index 28c0c2b0015..aea5100cc13 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -120,10 +120,12 @@ To build everything on Linux invoke scons as: scons build=debug libgl-xlib -Alternatively, you can build it with autoconf/make with: +Alternatively, you can build it with meson with:
-  ./configure --enable-glx=gallium-xlib --with-gallium-drivers=swrast --disable-dri --disable-gbm --disable-egl
-  make
+  mkdir build
+  cd build
+  meson -D glx=gallium-xlib -D gallium-drivers=swrast
+  ninja
 
but the rest of these instructions assume that scons is used. -- cgit v1.2.3