Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Brian Paul 3491cbea88 added pointer to beta/release candidates 2008-06-21 10:19:45 -06:00
bin autoconf: Scrape the version from configs/default 2008-05-05 14:21:28 -07:00
configs drop GLcore 2008-05-23 22:48:55 +03:00
docs added pointer to beta/release candidates 2008-06-21 10:19:45 -06:00
doxygen Fix CRLF line endings. 2008-06-07 12:33:47 +09:00
include remove old/unused foomesa.h example header 2008-06-04 09:33:02 -06:00
progs r300: Fix new incarnation of bug 3195. 2008-06-16 01:21:42 -07:00
src R300: 1002:5657 is actually RV410 2008-06-21 10:52:49 -04:00
vms Committing in . 2003-06-17 07:20:22 +00:00
windows undo prev change to this VC7 project file 2008-05-29 10:46:39 -06:00
.gitattributes Disable autocrlf for Visual Studio project files. 2008-02-28 12:34:01 +09:00
.gitignore Add cscope files to .gitignore 2008-05-21 15:36:08 -07:00
Makefile Distribute version.mk in case autoconf needs to be run again 2008-06-10 06:06:40 -07: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
acinclude.m4 autoconf: Attempt to figure out the PIC flags for the platform 2008-05-09 07:05:16 -07:00
autogen.sh autoconf: Add autogen.sh from Xorg for easier setup from git 2008-03-10 12:36:57 -07:00
configure.ac sparc: add swrast to dri drivers 2008-06-12 16:26:46 +10: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 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.