#!/bin/bash
echo Unfortunately, I didn\'t take the time to make a \"configure\" script that would set up makefiles all for you.
echo Please edit the two makefiles yourself, the one in src/ and the one in src/Moog.
echo
echo Basically, you can try \"make\" right now. It is most likely that the only problem could be the include path for SDL.h.
echo
echo First of all, you must have SDL installed. If you don\'t, go get it at http://www.libsdl.org
echo
echo You will most probably only need to modify the include path for SDL include files.
echo Try modifying the value SDL_INCLUDE_PATH in both make files. There are good chances that you can find
echo where it is with the command \"locate SDL.h\".
echo
#if "$QTDIR" = ""; then
#	echo It seems that your QTDIR environment variable is not set.
#	echo I\'ll be nice and try to set it for you.
#	trouve= `locate uic | grep uic$`
#	echo I found \"uic\" in $trouve
#	export QTDIR=${trouve%bin\/uic}
#	echo I have therefore set QTDIR to $QTDIR
#fi
