Mesa 3D graphics library
Go to file
Brian Paul 3e4128963d pipe stderr to /dev/null 2008-05-27 13:45:16 -06:00
bin Demangle C++ symbols. 2008-05-25 01:35:53 +09:00
configs Merge branch 'gallium-i915-current' into gallium-0.1 2008-05-23 16:26:14 +02:00
docs Remove CVS keywords. 2008-05-26 20:14:40 +09:00
doxygen Convert crlf->lf line endings. 2008-02-28 15:53:13 +09:00
include obsolete with EGL 1.4 2008-05-27 13:45:01 -06:00
progs Remove CVS keywords. 2008-05-26 20:14:40 +09:00
scons scons: Play nice with MS Embedded Visual C++. 2008-05-28 01:24:06 +09:00
src pipe stderr to /dev/null 2008-05-27 13:45:16 -06:00
.emacs-dirvars
.gitattributes Disable autocrlf on Visual Studio project files. 2008-02-28 15:52:30 +09:00
.gitignore Update git ignores. 2008-02-25 17:05:15 +09:00
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: Play nice with MS Embedded Visual C++. 2008-05-28 01:24:06 +09:00
common.py scons: Play nice with MS Embedded Visual C++. 2008-05-28 01:24:06 +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.