blob: 169ebe486ee97452e66f5a0e02e78995829bc7b5 [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:
9 - DirectFB at least 0.9.21 (http://directfb.org)
10 - 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