Mesa 3D graphics library
Go to file
Michal Krol 2953415223 Rework sse-utility function calls. 2007-10-28 17:34:35 +00:00
bin Use -pthread instead of -lpthread on FreeBSD. 2007-06-22 11:19:42 -07:00
configs Expand pkg-config flags before invoking the compiler. 2007-10-25 23:37:25 +01:00
docs Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
doxygen Ignore generated files. 2007-10-25 23:25:02 +01:00
include Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
progs Fix fragment shader. 2007-10-27 19:04:19 +01:00
src Rework sse-utility function calls. 2007-10-28 17:34:35 +00:00
vms
windows remove t_save_api.c and some other obsolete files, may be more 2007-06-28 07:18:43 -06:00
.emacs-dirvars Add emacs dirvars file with Mesa indention definition. 2007-09-18 10:02:51 -04:00
.gitignore mesa: Added Vim swap files to .gitignore. 2007-05-09 03:14:08 +00:00
Makefile Introduce linux-llvm target. Remove the llvm code from the default build for now. 2007-10-24 11:21:04 -04:00
Makefile.DJ
Makefile.mgw Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
descrip.mms Correcting directory name in OpenVMS-Makefile 2006-09-22 11:09:07 +00:00
mms-config.

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.