blob: 5534963e88e692f76fcb00e537c9abfff7507b3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
* SDL build:
./configure --with-extra-includes=/usr/local/include --enable-sdl
* XFree 4.0
You have installed XFree 4.0 from source?
please make sure you have the following link:
ln -s /usr/X11R6/include/X11/ /usr/include/X11
and then look for : (during ./configure)
XV extension -> yes
DGA 2.0 extension -> yes
|