mesa/docs
José Fonseca 7bbf7f94ea scons: Build progs together with everything else.
This is a substantial reorganization, This particular commit enables:
- building the progs for unices platforms
- glew is now built as a shared library (it is the default, and it is
inconvenient and pointless to shift away from that default)
- all progs get built by default
2010-01-01 12:16:19 +00: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
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 scons: Build progs together with everything else. 2010-01-01 12:16:19 +00:00
intro.html
libGL.txt
libraries.html
license.html
lists.html
mangling.html
mesa.css
modelers.html
news.html
openvg.html
osmesa.html
pbuffers.html
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.html
relnotes-7.8.html
relnotes.html
repository.html
science.html
shading.html
sourcedocs.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.