Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
José Fonseca fa6ee2c2bb scons: Allow to request the winddk toolchain. 2008-12-12 09:47:20 +09: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 Remove CVS keywords. 2008-05-26 20:14:40 +09:00
doxygen Fix CRLF line endings. 2008-06-07 12:40:36 +09:00
include Remove CVS keywords. 2008-08-31 17:43:20 +09:00
progs mesa: more trivial tests 2008-12-10 12:53:17 +00:00
scons scons: Target Windows XP on userspace. 2008-12-01 11:53:26 -08:00
src softpipe: Add missing header include. 2008-12-11 13:55:55 +01:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitignore Update git ignores. 2008-02-25 17:05:15 +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.