To play the game under FreeBSD (no matter the version), by V0rbe: * You need emulators/linux_base installed. I've tested the game with the default linux-base port. To install it, just: # cd /usr/ports/emulators/linux-base # make install clean * You need devel/linux-sdl12 installed too. It depends on a linux_base installed and will choose automagically linux-base if you don't have it. # cd /usr/ports/devel/linux-sdl12 # make install clean * You need to install SDL_mixer for linux yourself, because there is no port for it. Don't worry, it's easy. First download the RPM archive (I'm assuming you chose the Red Hat emulation, not the debian one) from the SDL site: # fetch http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.5-1.i386.rpm Then install it: # rpm -U --ignoreos --root /compat/linux --dbpath /var/lib/rpm --nodeps --replacepkgs SDL_mixer-1.2.5-1.i386.rpm Then run linux's ldconfig to rebuild the library list or whatever it thinks it does :) # /compat/linux/sbin/ldconfig Now you have all the needed linux libraries installed. Just unpack devet-linux and play :) # ./devet