Mesa 3D graphics library
Go to file
Brian Paul 7ce1d0fb67 cell: more comments, stub code for colormask/logicop/etc 2008-09-11 10:52:03 -06:00
bin raw2png: Fix channel order in a8b8g8r8/x8b8g8r8 formats. 2008-08-07 18:58:30 +01:00
configs cell: add -DDEBUG flag, fixes to Cell Makefiles 2008-09-03 09:31:36 -06: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 simple quad drawing test 2008-09-11 10:43:14 -06:00
scons scons: Install shared libs in the right subdir. 2008-09-08 21:50:50 +09:00
src cell: more comments, stub code for colormask/logicop/etc 2008-09-11 10:52:03 -06:00
.emacs-dirvars
.gitignore
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: Put the tool logic in a frontend tool. 2008-06-06 14:55:51 +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.