Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Brian Paul 493b69a0c8 gl: added include/GL/wglext.h 2009-03-05 10:01:28 -07:00
bin autoconf: Update config.guess and config.sub from upstream 2009-03-03 06:55:15 -08:00
configs autoconf: Fixup EGL build 2009-02-25 17:45:34 -08:00
docs docs: add SPARC assembly updates 2009-02-26 18:59:58 -07:00
doxygen Merge branch 'gallium-0.1' into gallium-0.2 2008-09-11 16:05:15 +01:00
include gl: added include/GL/wglext.h 2009-03-05 10:01:28 -07:00
progs tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range 2009-03-04 21:03:29 -07:00
scons Merge commit 'origin/gallium-0.1' 2009-02-23 17:21:36 +00:00
src softpipe: added null ptr check for align_free() call in vbuf code 2009-03-05 09:49:27 -07:00
windows Merge commit 'origin/master' into gallium-0.2 2009-01-22 09:43:42 +00:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitattributes Allow CRLF automatic conversion on MSVC project files. 2008-06-24 22:25:52 +09:00
.gitignore scons: Build progs. 2008-12-12 12:37:21 +09:00
Makefile mesa: added GLES 1/2 headers to tarball file list 2009-02-24 17:21:45 -07:00
SConstruct gallium: Also disable i965simple for scons 2009-02-18 17:15:31 +00:00
acinclude.m4 autoconf: Attempt to figure out the PIC flags for the platform 2008-05-09 07:05:16 -07:00
autogen.sh autogen: Make sure MAKEFLAGS is not set before running autoreconf 2009-02-10 11:58:11 +10:30
common.py Merge commit 'origin/gallium-0.1' into gallium-0.2 2008-12-15 11:22:19 +00:00
configure.ac autoconf: Restore _GNU_SOURCE for all Linux systems 2009-03-04 13:19:32 -08: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.