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
cd
to the directory where the source archive has been extracted. See How do I install a .tar.gz (or .tar.bz2) file? for details. – Eliah Kagan Oct 17 '14 at 02:27