Mesa 3D graphics library
Go to file
Dan Nicholson 94617bc6d5 pkg-config support 2007-09-12 10:03:05 -06:00
bin Use -pthread instead of -lpthread on FreeBSD. 2007-06-22 11:19:42 -07:00
configs add OSMESA_LIB_NAME 2007-08-03 10:08:39 -06:00
docs DESTDIR support. 2007-09-12 09:57:53 -06:00
doxygen doxygen: update doxygen project number to 6.5 2007-02-16 23:22:04 +01:00
include Unbreak Linux builds with -fvisibility=hidden. 2007-08-23 18:38:02 -04:00
progs clean-up (see bug 12317) 2007-09-10 08:37:09 -06:00
src pkg-config support 2007-09-12 10:03:05 -06:00
vms
windows updated VC7 project files 2007-09-05 10:04:37 -06:00
.gitignore pkg-config support 2007-09-12 10:03:05 -06:00
Makefile remove SHELL line, replace -e test with new logic (Daniel Stone) 2007-08-07 21:51:46 +01:00
Makefile.DJ DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Makefile.mgw Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06: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.