blob: d66ca8d3caa44dd04cfbc0a5e03a67822b9e1558 [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
Brian Paul6e5d3112009-02-05 08:41:27 -070025 cd src/mesa/drivers/directfb ; make install
Brian Paul81ca6162005-01-03 15:35:00 +000026
27 to install DirectFBGL module in the proper location.
Brian Paul6e5d3112009-02-05 08:41:27 -070028 Actually, that last command may not be needed. Please provide feedback.
Brian Paul81ca6162005-01-03 15:35:00 +000029