Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # CXXFLAGS="-O2 -g -DDEFAULT_SOFTWARE_DEPTH_BITS=32" \
- # CFLAGS="-O2 -g -DDEFAULT_SOFTWARE_DEPTH_BITS=32" \
- # --with-gallium-drivers="" \
- # --disable-shared-glapi \
- # --with-egl-platforms="" \
- # --enable-gallium-llvm=no \
- # --disable-xvmc \
- # --disable-glx \
- # --disable-dri \
- # --enable-gl-osmesa enable OSMesa on libGL [default=enabled for xlib
- ./configure \
- CPPFLAGS=-I/usr/X11/include \
- LDFLAGS=-L/usr/X11R7/lib \
- --with-dri-drivers="" \
- --disable-egl \
- --disable-gallium \
- --enable-osmesa \
- --with-driver=osmesa \
- --with-osmesa-bits=8 \
- --prefix=/usr/local
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement