Mesa 3D graphics library
Go to file
Brian 885a95f4fa Fix timer problem when using Fortran bindings (submitted by Bill Mitchell)
Also, add some comments about what's going on.
2007-09-13 14:42:23 -06:00
bin Use -pthread instead of -lpthread on FreeBSD. 2007-06-22 11:19:42 -07:00
configs add OSMESA_LIB_NAME 2007-08-03 10:08:39 -06:00
docs updated with pkg-config info 2007-09-12 10:11:49 -06:00
doxygen doxygen: update doxygen project number to 6.5 2007-02-16 23:22:04 +01:00
include Add glut_fcb.c to the build and update to fix warnings (see bug 12405) 2007-09-12 13:40:15 -06:00
progs clean-up (see bug 12317) 2007-09-10 08:37:09 -06:00
src Fix timer problem when using Fortran bindings (submitted by Bill Mitchell) 2007-09-13 14:42:23 -06:00
vms
windows updated VC7 project files 2007-09-05 10:04:37 -06:00
.gitignore pkg-config support 2007-09-12 10:03:05 -06:00
Makefile added .pc.in files to tarballs 2007-09-13 09:27:10 -06: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.