projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d61a914
)
docs: update llvmpipe.html build instructions
author
Brian Paul
<brianp@vmware.com>
Fri, 10 Nov 2017 17:24:36 +0000
(10:24 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 15 Nov 2017 23:12:42 +0000
(16:12 -0700)
docs/llvmpipe.html
patch
|
blob
|
history
diff --git
a/docs/llvmpipe.html
b/docs/llvmpipe.html
index 2efbbd4ca61843db0bdfc85ac03ea90fac657851..e4676920ede131fe943dcef3922b9ebee919dd1c 100644
(file)
--- 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.