diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-05-14 07:55:47 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-05-14 07:55:47 +0000 |
commit | 86b5ea1c9e59cb259605789c02a9cb36e3b874cf (patch) | |
tree | bccfdd4b3a9016b18f69e25289493172c3b65f9e | |
parent | 02da838b9d112879c4f7711da2c56ad88775275c (diff) |
Create the obj dir when building the gallium driver.
ok matthieu@
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -136,6 +136,7 @@ alternative to the default Mesa software rasterizer. For that, use the following command in the libGL build directory (the default is /usr/xenocara/lib/libGL): + env XENOCARA_BUILD_GALLIUM=Yes make obj env XENOCARA_BUILD_GALLIUM=Yes make build This software rasertizer can also benefit from the LLVM infrastructure @@ -143,6 +144,7 @@ and use a special pipe if it is built with LLVM support. You will need to have the llvm package installed and use the following command in the libGL build directory: + env XENOCARA_BUILD_GALLIUM=llvm make obj env XENOCARA_BUILD_GALLIUM=llvm make build Alternatively, you can also set XENOCARA_BUILD_GALLIUM in /etc/mk.conf @@ -222,4 +224,4 @@ The core dump will be in /var/crash. See also <http://xorg.freedesktop.org/wiki/Development/Documentation/ServerDebugging> -- -$OpenBSD: README,v 1.32 2013/04/14 10:23:04 mpi Exp $ +$OpenBSD: README,v 1.33 2013/05/14 07:55:46 ajacoutot Exp $ |