Mesa 3D graphics library
Go to file
Ian Romanick ffcb4d8498 Use EXTRA_LIB_PATH with *_LIB_DEPS
Make sure EXTRA_LIB_PATH is used with all the LIB_DEPS.  Re-order some
of the options and tweak the whitespace to make the various LIB_DEPS
more readable.  This makes building for Cell on x86 a bit easier and
doesn't seem to effect other builds.
2008-01-23 15:25:52 -08:00
bin Use -pthread instead of -lpthread on FreeBSD. 2007-06-22 11:19:42 -07:00
configs Use EXTRA_LIB_PATH with *_LIB_DEPS 2008-01-23 15:25:52 -08:00
docs Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
doxygen Mention 965 driver on main page. 2007-12-11 18:19:23 +00:00
include Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
progs gallium: Ignore generated files. 2008-01-17 12:05:37 +09:00
src Cell: remove old test code 2008-01-23 16:19:40 -07: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 Initial Cell driver infrastructure. 2007-12-02 15:23:51 -07:00
Makefile.DJ
Makefile.mgw Fix a number of MINGW32 issues 2007-07-21 11:28:06 -06:00
descrip.mms
mms.config Rename 'mms-config.' to 'mms.config'. 2007-10-29 19:50:10 +00: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

     make linux-directfb-install

  to install DirectFBGL module in the proper location.