Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
Brian c8af89cf72 gallium: added mem_dup() 2008-02-06 09:35:39 -07:00
bin Use -pthread instead of -lpthread on FreeBSD. 2007-06-22 11:19:42 -07:00
configs Cell: add OPT_FLAGS var 2008-01-28 18:18:46 -07:00
docs Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
doxygen Mention 965 driver on main page. 2007-12-11 18:19:23 +00:00
include Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
progs push out far clip plane to 200 2008-01-28 12:42:37 -07:00
src gallium: added mem_dup() 2008-02-06 09:35:39 -07:00
vms Committing in . 2003-06-17 07:20:22 +00:00
windows remove t_save_api.c and some other obsolete files, may be more 2007-06-28 07:18:43 -06:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitignore gallium: Add SCons as alternative build system for Gallium. 2008-01-31 14:22:21 +09:00
Makefile Initial Cell driver infrastructure. 2007-12-02 15:23:51 -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
SConstruct gallium: Update scons instructions. Propagate user environment. 2008-02-06 14:36:50 +09:00
descrip.mms Correcting directory name in OpenVMS-Makefile 2006-09-22 11:09:07 +00:00
mms.config Rename 'mms-config.' to 'mms.config'. 2007-10-29 19:50:10 +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.