http://sourceforge.net/projects/stuntra ... z/download
I was under the impression from the Install wiki that the download contained both 32 bit and 64 bit binaries:
Official archive with precompiled binaries (32 and 64 bit)
And I see that the stuntrally shell script checks whether the system is 32 or 64 bit and points to the appropriate file:
- {l Code}: {l Select All Code}
if [ "$(uname -m)" = "x86_64" ]; then
"$BINPATH/stuntrally_x86_64" $*
else
"$BINPATH/stuntrally_x86" $*
but the /StuntRally-2.4-linux64/bin/ directory only has the 64 bit executable.
It's a great game (I've played on a Windows machine) and really grateful for the work you put in it! I look forward to 32 bit binaries so I can try it out on my linux machine.
Regards.