Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Brian Paul c478f0d25b name mangling update/fix 2006-11-18 16:44:30 +00:00
bin fix -noprefix option for Solaris (bug 7722) 2006-11-10 12:47:56 +00:00
configs need to specify Xlibs with APP_LIB_DEPS 2006-11-18 16:43:13 +00:00
docs name mangling update/fix 2006-11-18 16:44:30 +00:00
doxygen Use CSS in custom headers. 2004-09-10 11:47:51 +00:00
include regenerate from gl.h 2006-11-16 16:13:55 +00:00
progs added fsligght 2006-11-03 00:16:12 +00:00
src fix mgl name mangling problem 2006-11-18 16:40:09 +00:00
vms Committing in . 2003-06-17 07:20:22 +00:00
windows Move mipmap generation functions, texture scaling functions into new 2006-09-29 01:24:26 +00:00
Makefile add minstall script to MAIN_FILES (bug 8720) 2006-10-22 22:37:30 +00:00
Makefile.DJ DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Makefile.mgw remove stupid flags 2005-05-23 22:02:53 +00:00
descrip.mms Correcting directory name in OpenVMS-Makefile 2006-09-22 11:09:07 +00:00
mms-config. Committing in . 2003-06-17 07:20:22 +00:00

docs/README.directfb

                         
                         Mesa DirectFB Information


Requirements
============

  To build Mesa with DirectFB (DirectFBGL) support you need:
     - DirectFB at least 0.9.21 (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.