Mesa 3D graphics library
Go to file
José Fonseca fc8e0b97e5 gallium: Remove the sct module.
Not used, and its functionality is now addressed by
pipe_context::is_texture/buffer_referenced callbacks.
2010-01-01 12:16:19 +00:00
bin mklib: use a wrapper for ar 2009-12-30 09:30:24 -07:00
configs gallium: Remove the sct module. 2010-01-01 12:16:19 +00:00
docs scons: Build progs together with everything else. 2010-01-01 12:16:19 +00:00
doxygen configs: fix some remains of the i915simple driver 2009-10-11 20:02:47 -04:00
include mesa: Avoid WIN32_LEAN_AND_MEAN re-definition. 2010-01-01 12:16:18 +00:00
progs scons: Build progs together with everything else. 2010-01-01 12:16:19 +00:00
scons scons: Don't globally define WIN32_LEAN_AND_MEAN. 2010-01-01 12:16:19 +00:00
src gallium: Remove the sct module. 2010-01-01 12:16:19 +00:00
windows Remove grammar module -- no dependencies left. 2009-12-12 16:58:43 +01:00
.emacs-dirvars
.gitattributes
.gitignore scons: Build progs. 2008-11-21 10:44:30 +09:00
Makefile Merge branch 'i965g-restart' 2009-12-22 09:40:39 +00:00
SConstruct scons: Build progs together with everything else. 2010-01-01 12:16:19 +00:00
acinclude.m4
autogen.sh autogen: Make sure MAKEFLAGS is not set before running autoreconf 2009-02-10 11:58:11 +10:30
common.py scons: Set the default windows platform to be windows userspace. 2009-12-22 19:03:56 +00:00
configure.ac Merge branch 'i965g-restart' 2009-12-22 09:40:39 +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

     cd src/mesa/drivers/directfb ; make install

  to install DirectFBGL module in the proper location.
  Actually, that last command may not be needed.  Please provide feedback.