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!

Add your own comment or set a trackback

Currently no comments

  1. No comment yet

Add your own comment



Follow comments according to this article through a RSS 2.0 feed