My main computer that I was using is broken at the moment so I booted up my old desktop and installed the most recent version of Xubuntu Linux. (There hasn't been windows on this pc for quite some time so that's not an option)
The problem is I can't get Graal to run. I've used Linux before and have gotten Graal working just fine on it. Whenever I try executing Graal nothing at all happens. I have it set to run as an executable program, so that's not the problem.
I was wondering if any skilled linux users could help me figure out an alternate way to get it running. I'm not very skilled with the terminal, I can really only do basic stuff.
PS: I'm using V6 from the linux section of the downloads page and I am using the 64 bit version of Xubuntu 12.04.
My guess is you just need to install libsdl-mixer1.2 (run `apt-get install libsdl-mixer1.2`) but can't say for certain without seeing the output you get when you run Graal.
Try running Graal from the Terminal (open a terminal, drag the binary on top of the terminal, press enter in the terminal) and you'll be able to see the error messages (if any).
My guess is you just need to install libsdl-mixer1.2 (run `apt-get install libsdl-mixer1.2`) but can't say for certain without seeing the output you get when you run Graal.
Try running Graal from the Terminal (open a terminal, drag the binary on top of the terminal, press enter in the terminal) and you'll be able to see the error messages (if any).