Mesa3D Graphics Library (Bleeding edge ray tracing branches)
Go to file
José Fonseca 2691c22870 gallium: Replace getenv by placeholder code on WinCE.
WinCE processes supposedly have environment, but it is not clear which API to use.
2008-05-30 03:33:06 +09: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 egl: query/print EGL_CLIENT_APIS 2008-05-28 15:25:01 -06:00
scons scons: Play nice with MS Embedded Visual C++. 2008-05-28 01:24:06 +09:00
src gallium: Replace getenv by placeholder code on WinCE. 2008-05-30 03:33:06 +09:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.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.