Installation under Linux
Make sure you have all the prerequisits installed. Then download stoned and store it wherever you like.
If you are running a Debian distribution check for the following files:
- /usr/X11R6/lib/libXxf86dga.so
- /usr/X11R6/lib/libXxf86vm.so
- /usr/X11R6/lib/libXv.so
If you don’t have them you need to build them from the related archive file using the following commands:
- cd /usr/X11R6/lib
- ld –whole-archive -shared -o libXxf86dga.so libXxf86dga.a
- ld –whole-archive -shared -o libXxf86vm.so libXxf86vm.a
- ld –whole-archive -shared -o libXv.so libXv.a
Dont forget to activate them by issuing ldconfig.
That’s it, now have fun!

No comment yet