Mesa 3D graphics library
Go to file
Vinson Lee 331e910b5c gallium/util: Remove comma at end of enumerator list. 2009-12-26 16:22:25 -08:00
bin darwin: mklib: Use lipo rather than file to figure out architectures of object files 2009-12-20 21:36:41 -08:00
configs Add gallium to darwin config. 2009-12-22 18:21:41 -08:00
docs Add MD5 checksums for 7.6.1 release 2009-12-21 18:32:32 -08:00
doxygen Merge branch 'gallium-0.1' into gallium-0.2 2008-09-11 16:05:15 +01:00
include gl: added mangled glXGetProcAddressARB define 2009-11-19 09:33:32 -07:00
progs progs/demos: Silence warn_unused_result warnings. 2009-12-26 01:08:26 -08:00
scons scons: Define _USE_MATH_DEFINES on MSVC. 2009-12-21 17:25:03 -08:00
src gallium/util: Remove comma at end of enumerator list. 2009-12-26 16:22:25 -08:00
windows windows: remove old VC6 project files directory 2009-11-19 08:57:39 -07:00
.emacs-dirvars
.gitattributes
.gitignore scons: Build progs. 2008-11-21 10:44:30 +09:00
Makefile mesa: omit VC6, VC7 project files from tarballs 2009-11-19 09:00:16 -07:00
SConstruct llvmpipe: Fork softpipe for experimentation with llvm. 2009-08-29 09:21:15 +01: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: Add Mac OS to target platform list. 2009-12-02 20:33:32 -08:00
configure.ac configure.ac: fix for libdrm_radeon API changes. 2009-12-22 10:44:28 +10: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.