diff options
Diffstat (limited to 'docs/llvmpipe.html')
-rw-r--r-- | docs/llvmpipe.html | 8 |
1 files changed, 5 insertions, 3 deletions
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 </pre> -Alternatively, you can build it with autoconf/make with: +Alternatively, you can build it with meson with: <pre> - ./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 </pre> but the rest of these instructions assume that scons is used. |