Mesa 3D graphics library
Go to file
José Fonseca 700a2ebbf1 glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.
There are two ways to silent this: put inline keyword, or reimplement the
hack as a #define. inline keyword actually varies slightly with compiler
so I've opted by the latter.
2010-01-01 11:00:58 +00:00
bin mklib: use a wrapper for ar 2009-12-30 09:30:24 -07:00
configs Merge branch 'mesa_7_7_branch' 2009-12-31 09:02:27 -07:00
docs Merge branch 'mesa_7_7_branch' 2009-12-31 09:02:27 -07:00
doxygen configs: fix some remains of the i915simple driver 2009-10-11 20:02:47 -04:00
include glut: Silent the glut*_ATEXIT_HACK defined but not used warnings. 2010-01-01 11:00:58 +00:00
progs Merge branch 'mesa_7_7_branch' 2009-12-31 09:02:27 -07:00
scons scons: Put the configuration info in the build directory too. 2009-12-26 01:14:08 +00:00
src nv50: small fix for handling "dangerous" swizzles 2009-12-31 22:29:39 +01:00
windows Remove grammar module -- no dependencies left. 2009-12-12 16:58:43 +01:00
.emacs-dirvars
.gitattributes Allow CRLF automatic conversion on MSVC project files. 2008-06-24 22:25:52 +09:00
.gitignore scons: Build progs. 2008-11-21 10:44:30 +09:00
Makefile Merge branch 'i965g-restart' 2009-12-22 09:40:39 +00:00
SConstruct Merge branch 'i965g-restart' 2009-12-22 09:40:39 +00:00
acinclude.m4
autogen.sh autogen: Make sure MAKEFLAGS is not set before running autoreconf 2009-02-10 11:58:11 +10:30
common.py scons: Set the default windows platform to be windows userspace. 2009-12-22 19:03:56 +00:00
configure.ac Merge branch 'i965g-restart' 2009-12-22 09:40:39 +00:00

docs/README.directfb

                         
                         Mesa DirectFB Information


Requirements
============

  To build Mesa with DirectFB (DirectFBGL) support you need:
     - DirectFB at least 1.0.0 (http://directfb.org)
     - pkg-config at least 0.9 (http://pkgconfig.sf.net)


Installation
============
  Run
     
     make linux-directfb

  to build Mesa and DirectFBGL module,

     make install

  to install OpenGL libraries and

     cd src/mesa/drivers/directfb ; make install

  to install DirectFBGL module in the proper location.
  Actually, that last command may not be needed.  Please provide feedback.