Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
José Fonseca 46728037a0 scons: Produce map files for debug builds too. 2009-02-18 15:05:23 +00:00
bin raw2png: Fix channel order in a8b8g8r8/x8b8g8r8 formats. 2008-08-07 18:58:30 +01:00
configs Gallivm: port to llvm 2.4. 2008-09-30 20:50:49 +02:00
docs mesa: updated GLSL docs 2009-01-06 09:14:39 -07:00
doxygen Fix CRLF line endings. 2008-06-07 12:40:36 +09:00
include glut: MinGW portability fixes. 2008-12-12 16:06:42 +09:00
progs Ignore new tests executables. 2008-12-21 13:48:43 +00:00
scons scons: Produce map files for debug builds too. 2009-02-18 15:05:23 +00:00
src pipebuffer: Don't retry to alloc memory block on mm. 2009-02-18 10:25:04 +00:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitignore scons: Build progs. 2008-12-12 12:37:21 +09:00
Makefile Cell: added linux-cell-debug config 2008-09-03 09:08:46 -06:00
SConstruct Added command line option for Scons to select which version of MSVS to use. Versions 7.1, 8.0 and 9.0 are allowed. Usage is scons MSVS_VERSION=8.0. 2008-08-29 11:30:32 -06:00
common.py scons: Allow to request the winddk toolchain. 2008-12-12 09:47:20 +09: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

     make linux-directfb-install

  to install DirectFBGL module in the proper location.