gallium/draw: initial code to properly support llvm in the draw module
[mesa.git] / docs / README.directfb
1
2 Mesa DirectFB Information
3
4
5 Requirements
6 ============
7
8 To build Mesa with DirectFB (DirectFBGL) support you need:
9 - DirectFB at least 1.0.0 (http://directfb.org)
10 - pkg-config at least 0.9 (http://pkgconfig.sf.net)
11
12
13 Installation
14 ============
15 Run
16
17 make linux-directfb
18
19 to build Mesa and DirectFBGL module,
20
21 make install
22
23 to install OpenGL libraries and
24
25 cd src/mesa/drivers/directfb ; make install
26
27 to install DirectFBGL module in the proper location.
28 Actually, that last command may not be needed. Please provide feedback.
29