aboutsummaryrefslogtreecommitdiffstats
path: root/docs/llvmpipe.html
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2017-11-10 10:24:36 -0700
committerBrian Paul <[email protected]>2017-11-15 16:12:42 -0700
commit955cbdf12072009bf559710f774f902ded7f26e3 (patch)
treeb280f8201fe83419ec448b2266a2b0d6ba186dea /docs/llvmpipe.html
parentd61a9143948a45d6b6075e598affc1bb847b890a (diff)
docs: update llvmpipe.html build instructions
Diffstat (limited to 'docs/llvmpipe.html')
-rw-r--r--docs/llvmpipe.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html
index 2efbbd4ca61..e4676920ede 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
</pre>
-Alternatively, you can build it with GNU make, if you prefer, by invoking it as
-
+Alternatively, you can build it with autoconf/make with:
<pre>
- make linux-llvm
+ ./configure --enable-glx=gallium-xlib --with-gallium-drivers=swrast --disable-dri --disable-gbm --disable-egl
+ make
</pre>
but the rest of these instructions assume that scons is used.