X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compile;h=0b6c2abcaea83d52def05db87ea70381b9ba6236;hb=46ca7a277da33a695db5a5de3a84ee08bf8155a9;hp=50f1cf6eb9e385f70dc936abea3e604cdaba7507;hpb=f3d58de5f2695badbad06f8fabbd4cfa8f599df2;p=virtualjaguar diff --git a/compile b/compile index 50f1cf6..0b6c2ab 100644 --- a/compile +++ b/compile @@ -11,6 +11,25 @@ # simply add them to the 'compile' command line as if 'compile' were make. # +echo +echo -n "*** Checking compilation environment... " + +# Check for SDL + +if [ "`which sdl-config`" = "" ]; then + + echo + echo + echo "It seems that you don't have the SDL development libraries installed. If you" + echo "have installed them, make sure that the sdl-config file is somewhere in your" + echo "path and is executable." + + exit 1 + +fi + +echo -n "OK" + echo echo -n "*** Compiling Virtual Jaguar for "