To compile Dave the ordinary spaceman you need to:

Linux:	
	install:
		cmake
		make, gcc and all the usual building stuff
		sdl-headers, sdl_image-headers and sdl_mixer-headers
		GLEW-headers
	
		in ubuntu just say: sudo apt-get install build-essential cmake libsdl-dev \
		libsdl-mixer1.2-dev libsdl-image1.2-dev libglew-dev

	say "cmake . && make" then start the game saying "./dave"


OS X:	
	install:
		cmake from http://www.cmake.org/
		xcode/developer tools
		sdl, sdl_image and sdl_mixer -frameworks from http://libsdl.org/ or included osxframeworkit.tgz

	say "cmake . && make" then start the game saying "open dave.app"


Win32:	
	Install:
		MinGW from http://www.mingw.org/
		sdl, sdl_image and sdl_mixer (with headers suitable for mingw)
		glew (with headers suitable for mingw)

	start win32/windowskaeaentoe.bat and hope for the best
