Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Ian Romanick 7fbe6a5c51 Eliminate use of deprecated GetBufferSize interface. 2006-11-13 21:21:40 +00:00
bin fix -noprefix option for Solaris (bug 7722) 2006-11-10 12:47:56 +00:00
configs merge the (rest of) texmem branch 2006-11-01 14:26:10 +00:00
docs Added information about added GLX_SGI_make_current_read support 2006-11-10 21:11:39 +00:00
doxygen Use CSS in custom headers. 2004-09-10 11:47:51 +00:00
include added 1.3/1.4 function mangling 2006-11-03 18:29:39 +00:00
progs added fsligght 2006-11-03 00:16:12 +00:00
src Eliminate use of deprecated GetBufferSize interface. 2006-11-13 21:21:40 +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.