Installation of Topkata ----------------------- Installation is quite easy. A simple $ make $ sudo make install will do it. Sound support ------------- By default Topkata is installed without sound support, since the default openal package on linux/x86_64 segfaults. Just install the openal-soft package! (http://kcat.strangesoft.net/openal.html) and then compile with: $ make clean $ make FLAGS=sound $ sudo make install Check $ ldd $(which topkata) | grep openal There should be a line with ... => libopenal.so.1 ... Otherwise you should reinstall the Haskell/OpenAL package. Windows Binary -------------- Please check http://home.arcor.de/chr_bauer/ for an windows binary package. Unfortunatly I couldn't install haskells OpenAL package on windows.