mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
docs: update llvmpipe.html build instructions
This commit is contained in:
parent
d61a914394
commit
955cbdf120
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue