HOW-TO: Debian Sarge

Insert here your troubles, infos and request about YSoccer's technical questions.
Post Reply
Massimo32
Chapman's successor
Chapman's successor
Posts: 852
Joined: Wed Dec 29, 2004 1:14 pm
Location: Turin, Italy

HOW-TO: Debian Sarge

Post by Massimo32 »

1) First of all you need OpenGL acceleration.

How to check:

Code: Select all

glxinfo | grep direct
You should get: direct rendering: Yes

2) Then you need to install the xlibs-dev library.
As root:

Code: Select all

apt-get update
apt-get install xlibs-dev
and then:

Code: Select all

cd /usr/X11R6/lib
ld --whole-archive -shared -o libXxf86vm.so libXxf86vm.a
ldconfig
Post Reply