blob: e3bada4888b0fec843ceb0649647339f59f5c876 [file] [log] [blame]
Brian Paul81ca6162005-01-03 15:35:00 +00001
2 Mesa DirectFB Information
3
4
5Requirements
6============
7
8 To build Mesa with DirectFB (DirectFBGL) support you need:
Claudio Ciccani73fdecc2006-12-01 14:12:05 +00009 - DirectFB at least 1.0.0 (http://directfb.org)
Brian Paul81ca6162005-01-03 15:35:00 +000010 - pkg-config at least 0.9 (http://pkgconfig.sf.net)
11
12
13Installation
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 make linux-directfb-install
26
27 to install DirectFBGL module in the proper location.
28