Mesa 3D graphics library
Go to file
Jeremy Huddleston 4dfd2dcbe7 Darwin: Fixed small error in darwin config files
(cherry picked from commit a21c61ee8b)
2008-03-10 16:03:29 -07:00
bin Apple: Pulled in changes from Apple's patchset to allow mesa to build on darwin again 2008-02-19 00:55:11 -08:00
configs Darwin: Fixed small error in darwin config files 2008-03-10 16:03:29 -07:00
docs autoconf: Add autogen.sh from Xorg for easier setup from git 2008-03-10 12:36:57 -07:00
doxygen Convert crlf->lf line endings. 2008-02-28 16:34:32 +09:00
include DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle. 2008-03-09 21:28:04 -04:00
progs Darwin: Config/source fixes to now build glxdemo apps and OSMesa 2008-03-10 15:21:39 -07:00
src Move make install logic for libGL back into src/mesa/Makefile. 2008-03-10 18:46:19 -04:00
vms
windows Replace glut_fbc.c with glut_fcb.c (cb=callback) 2008-02-25 11:01:23 -07:00
.gitattributes Disable autocrlf for Visual Studio project files. 2008-02-28 12:34:01 +09:00
.gitignore autoconf: Initial support for an autoconf configuration 2007-12-07 14:34:27 -08:00
Makefile Darwin: Config/source fixes to now build glxdemo apps and OSMesa 2008-03-10 15:21:39 -07:00
Makefile.DJ
Makefile.mgw Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
autogen.sh autoconf: Add autogen.sh from Xorg for easier setup from git 2008-03-10 12:36:57 -07:00
configure.ac autoconf: Print GCC include path directly and be more robust using it 2008-03-07 11:48:09 -08:00
descrip.mms Correcting directory name in OpenVMS-Makefile 2006-09-22 11:09:07 +00:00
mms-config.

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.