https://bugs.freedesktop.org/show_bug.cgi?id=37862

--- Comment #7 from Benjamin Bellec <b.bel...@gmail.com> 2011-06-06 13:48:36 
PDT ---
(In reply to comment #6)
> imake and LLVM was required to get it ready. And after ./autoconfig.sh it 
> asked
> me to use gmake instead of make.
make is a shortcut for gmake (the Gnu Make).
Look at "ls -l /usr/bin/gmake"

> But are these drivers now 32b or 64b?
They are as your system is (so 64-bits I guess).


> And where should I put them.....and which of them I should use?
You can install them on your system by doing "make install" (in root) after
compilation (ie. make).
If you haven't specify a directory with autogen, they will go in
/usr/local/lib.
In this case, you must specify the directory when lauching a command, like
that:

$ LD_LIBRARY_PATH="/usr/local/lib" LIBGL_DRIVERS_PATH="/usr/local/lib/dri"
glxinfo
for instance.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to