Mesa 3D graphics library
Go to file
Jakob Bornecrantz 88f86c9d02 egl: Added peglgears, gears that uses pbuffers 2008-06-04 19:31:05 +02:00
bin Add copyright header. 2008-05-26 20:02:43 +09:00
configs Build with -O2 2008-06-04 09:56:00 +01:00
docs Remove CVS keywords. 2008-05-26 20:39:26 +09:00
doxygen Convert crlf->lf line endings. 2008-02-28 15:53:13 +09:00
include egl: new GLES/glplatform.h header 2008-06-04 10:27:22 -06:00
progs egl: Added peglgears, gears that uses pbuffers 2008-06-04 19:31:05 +02:00
scons scons: Play nice with MS Embedded Visual C++. 2008-05-28 01:24:06 +09:00
src egl: updated include paths (s/GLES/EGL/) 2008-06-04 10:09:49 -06:00
.emacs-dirvars
.gitattributes Disable autocrlf on Visual Studio project files. 2008-02-28 15:52:30 +09:00
.gitignore
Makefile mesa: Added linux-egl target, that only builds the i915simple driver and egl drivers 2008-05-23 11:02:14 +02:00
SConstruct scons: Integrate gdi winsys. 2008-06-03 00:05:54 +09:00
common.py scons: Some provisions to cross-compile x86 on x86_64 machines and vice-versa. 2008-06-04 23:58:45 +09: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.