Mesa 3D graphics library
Go to file
Brian Paul 3eafd25aa3 configs: bump MESA_MINOR to 5 2009-05-01 09:15:14 -06:00
bin mklib: replace if/expr with case 2009-04-30 16:55:54 -06:00
configs configs: bump MESA_MINOR to 5 2009-05-01 09:15:14 -06:00
docs docs: fix typo 2009-05-01 09:08:39 -06:00
doxygen
include GNU/Hurd fixes 2009-04-24 19:10:01 -07:00
progs demos: silence warning 2009-04-30 17:03:54 -06:00
scons scons: Cleanup. 2009-04-17 09:49:41 +01:00
src radeon: Don't even bother with things too big to fit into our card. 2009-05-01 07:29:14 -07:00
windows
.emacs-dirvars
.gitattributes
.gitignore
Makefile
SConstruct
acinclude.m4
autogen.sh
common.py
configure.ac autoconf: Add switch for optional EGL 2009-04-29 12:15:07 -07: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.