Mesa 3D graphics library
Go to file
Brian Paul dc4bf43898 fix CFLAGS (bug 8344) 2006-09-19 16:31:37 +00:00
bin mkdir -> mkdir -p, since /usr/include might not exist in the installroot yet 2006-08-10 20:24:50 +00:00
configs fix CFLAGS (bug 8344) 2006-09-19 16:31:37 +00:00
docs 6.5.1 md5 sums 2006-09-16 04:23:16 +00:00
doxygen
include added #ifdef tests for Windows for int64_t, uint64_t 2006-09-16 04:10:56 +00:00
progs npot version of redbook/mipmap.c 2006-09-15 10:41:54 +00:00
src change make depend output redirection to 2>&1 (bug 8344) 2006-09-18 22:55:13 +00:00
vms
windows added arrayobj.[ch] files 2006-07-21 19:56:52 +00:00
Makefile remove VERSIONS from tarballs 2006-08-31 15:18:04 +00:00
Makefile.DJ DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Makefile.mgw remove stupid flags 2005-05-23 22:02:53 +00:00
descrip.mms VMS updates from Jouk Jansen 2005-01-11 15:23:08 +00:00
mms-config.

docs/README.directfb

                         
                         Mesa DirectFB Information


Requirements
============

  To build Mesa with DirectFB (DirectFBGL) support you need:
     - DirectFB at least 0.9.21 (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.