Mesa 3D graphics library
Go to file
Jakob Bornecrantz 37c6820d0d i965g: Do not create a symlink for i965_dri.so 2009-11-05 01:22:10 +00:00
bin mklib: Ensure target directory exists for library 2009-08-04 06:25:26 -07:00
configs i965g: add standalone xlib debug winsys 2009-11-04 13:03:35 +00:00
docs docs: document 'useprog' debug option 2009-10-22 18:35:13 -06:00
doxygen configs: fix some remains of the i915simple driver 2009-10-11 20:02:47 -04:00
include mesa: regenerated gl_mangle.h file 2009-10-08 09:19:42 -06:00
progs progs/demos: add fps to multiarb 2009-10-23 13:56:07 +01:00
scons scons: Hack LLVM support on Windows. 2009-10-22 19:12:14 +01:00
src i965g: Do not create a symlink for i965_dri.so 2009-11-05 01:22:10 +00:00
windows mesa: remove s_imaging.c from build 2009-09-19 16:43:17 -06:00
.emacs-dirvars
.gitattributes
.gitignore scons: Build progs. 2008-11-21 10:44:30 +09:00
Makefile i965g: add standalone xlib debug winsys 2009-11-04 13:03:35 +00:00
SConstruct i915g: Drop the simple sufix 2009-10-05 19:48:08 +01: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 Merge branch 'mesa_7_6_branch' 2009-09-09 09:00:58 -06:00
configure.ac Kill off trident. 2009-10-22 12:57:13 -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.