Brian Paul | 81ca616 | 2005-01-03 15:35:00 +0000 | [diff] [blame] | 1 | |
| 2 | Mesa DirectFB Information |
| 3 | |
| 4 | |
| 5 | Requirements |
| 6 | ============ |
| 7 | |
| 8 | To build Mesa with DirectFB (DirectFBGL) support you need: |
Claudio Ciccani | 73fdecc | 2006-12-01 14:12:05 +0000 | [diff] [blame] | 9 | - DirectFB at least 1.0.0 (http://directfb.org) |
Brian Paul | 81ca616 | 2005-01-03 15:35:00 +0000 | [diff] [blame] | 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 | make linux-directfb-install |
| 26 | |
| 27 | to install DirectFBGL module in the proper location. |
| 28 | |