Mesa 3D graphics library
Go to file
Ian Romanick 4f178c6e3a Add $(CFLAGS) to the link commands. This makes 'make linux-x86
ARCH_FLAGS=-m32' work correctly on x86-64 systems.
2005-07-02 07:12:44 +00:00
bin
configs Make linux-x86 more like the other linux configs. 2005-07-02 07:11:54 +00:00
docs Update notes with VC7 info. 2005-07-01 21:08:00 +00:00
doxygen
include
progs Add $(CFLAGS) to the link commands. This makes 'make linux-x86 2005-07-02 07:12:44 +00:00
src Expose the fact that we do not do either selection of feedback buffers - either with software or hardware rendering. 2005-07-02 01:09:10 +00:00
vms
windows VC7 project file for building glut lib 2005-07-01 20:25:57 +00:00
Makefile Add windows VC7 project files to filelist for tar/zip files. 2005-07-01 20:31:41 +00:00
Makefile.DJ
Makefile.mgw
descrip.mms
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.