mesa/docs
Brian Paul b0613d8767 docs: fix typo: s/osdemo/osdemos/
(cherry picked from commit 0371956d66)
2010-02-09 11:21:41 -07:00
..
OLD
COPYING
GL3.txt
MESA_agp_offset.spec
MESA_copy_sub_buffer.spec
MESA_pack_invert.spec
MESA_pixmap_colormap.spec
MESA_release_buffers.spec
MESA_resize_buffers.spec
MESA_set_3dfx_mode.spec
MESA_shader_debug.spec
MESA_swap_control.spec
MESA_swap_frame_usage.spec
MESA_texture_array.spec
MESA_texture_signed_rgba.spec
MESA_window_pos.spec
MESA_ycbcr_texture.spec
MiniGLX.html
README.3DFX
README.AMIWIN
README.BEOS
README.CYGWIN
README.D3D
README.DJ
README.GGI
README.LYNXOS
README.MINGW32
README.MITS
README.NeXT
README.OS2
README.OpenStep
README.QUAKE
README.THREADS
README.VMS
README.WIN32
README.WINDML
README.directfb
RELNOTES-3.1
RELNOTES-3.2
RELNOTES-3.2.1
RELNOTES-3.3
RELNOTES-3.4
RELNOTES-3.4.1
RELNOTES-3.4.2
RELNOTES-3.5
RELNOTES-4.0
RELNOTES-4.0.1
RELNOTES-4.0.2
RELNOTES-4.0.3
RELNOTES-4.1
RELNOTES-5.0
RELNOTES-5.0.1
RELNOTES-5.0.2
RELNOTES-5.1
RELNOTES-6.0
RELNOTES-6.0.1
RELNOTES-6.1
RELNOTES-6.2
RELNOTES-6.2.1
RELNOTES-6.3
RELNOTES-6.3.1
RELNOTES-6.3.2
RELNOTES-6.4
VERSIONS
autoconf.html
banner.html
bugs.html
cell.html
conform.html
contents.html
debugging.html
demos.html
developers.html
devinfo.html
dispatch.html
download.html
egl.html
enums.txt
envvars.html
extensions.html
faq.html
fbdev-dri.html
games.html
gears.png
glfbdev-driver.html
glu.html
helpwanted.html
index.html
install.html
intro.html
libGL.txt
libraries.html
license.html
lists.html
mangling.html
mesa.css
modelers.html
news.html
opengles.html
openvg.html
osmesa.html docs: fix typo: s/osdemo/osdemos/ 2010-02-09 11:21:41 -07:00
perf.html
precompiled.html
relnotes-6.4.1.html
relnotes-6.4.2.html
relnotes-6.4.html
relnotes-6.5.1.html
relnotes-6.5.2.html
relnotes-6.5.3.html
relnotes-6.5.html
relnotes-7.0.1.html
relnotes-7.0.2.html
relnotes-7.0.3.html
relnotes-7.0.4.html
relnotes-7.0.html
relnotes-7.1.html
relnotes-7.2.html
relnotes-7.3.html
relnotes-7.4.1.html
relnotes-7.4.2.html
relnotes-7.4.3.html
relnotes-7.4.4.html
relnotes-7.4.html
relnotes-7.5.1.html
relnotes-7.5.2.html
relnotes-7.5.html
relnotes-7.6.1.html
relnotes-7.6.html
relnotes-7.7.1.html
relnotes-7.7.html
relnotes-7.8.html
relnotes.html
repository.html
science.html
shading.html
sourcedocs.html
sourcetree.html
subset-A.html
subset.html
systems.html
thanks.html
utilities.html
utility.html
versions.html
webmaster.html
xlibdriver.html

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

     cd src/mesa/drivers/directfb ; make install

  to install DirectFBGL module in the proper location.
  Actually, that last command may not be needed.  Please provide feedback.