Ok, so updating my question, maybe this'll help...
I'm trying to install Marathon, on this page it says to unpack the tar.bz2 file and run (I'm assuming this means in Terminal)
./configure && make && make install
but it returns as,
bash: ./configure: No such file or directory
Not sure what to do here