Tremulous Forum
General => General Discussion => Topic started by: The_KGB on May 11, 2009, 01:45:35 am
-
On at least one server I play on, UBP, I try to do !register, but I'm prompted to update my client. However, there is no binary available for me to update to as I'm on 64-bit Linux (Ubuntu) and the only binary is 32-bit. I'd like to see a 64-bit binary or maybe even a . deb as 64-bit processors are pretty common nowadays and the lack of availability reduces how involved I can become in Tremulous - I can't register let alone attain any sort of adminship.
-
You might want to install 32bit compatibility libs so you can use 32bit software additional to the 64bit software.
-
It's not hard to compile a 64-bit client, there's a few threads here and there about it.
Say you wanted a brand-spankin'-new (kind of) FSM client, all you would have to do is:
sudo aptitude install build-essential subversion
sudo apt-get build-dep tremulous
cd ~
svn checkout http://fsm-trem.googlecode.com/svn/trunk/ fsm-trem-read-only
cd fsm-trem-read-only
make
sudo cp ~/fsm-trem-read-only/build/release-linux-x86_64/tremulous.x86_64 /usr/local/games/tremulous/
This assumes that you installed from the tremulous.net binary.
If you installed through Synaptic, I'm afraid that I've forgotten the location to place the client.
Read up on compiling, it's awful useful.
I might've forgotten something, someone please inform me if I missed a step.
-
Ok, that worked, although I had to add +set fs_homepath ~/. tremulous and +set fs_basepath /usr/share/games/tremulous when running the game
-
I think Trem-Servers (http://trem-servers.com/index.php?page=downloads#client) has a 64-bit client for linux, though I don't know for sure seeing as I don't use Linux. The filetype I'm looking at is x86_64.
-
FWIW, there is also the MG 64bit client here (http://releases.mercenariesguild.net/client/linux_x64/tremulous.x86_64)