Tremulous Forum

General => General Discussion => Topic started by: The_KGB on May 11, 2009, 01:45:35 am

Title: 64-bit users unable to update?!
Post 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.
Title: Re: 64-bit users unable to update?!
Post by: Bissig on May 11, 2009, 01:50:18 am
You might want to install 32bit compatibility libs so you can use 32bit software additional to the 64bit software.
Title: Re: 64-bit users unable to update?!
Post by: KillerWhale on May 11, 2009, 02:48:13 am
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:
Code: [Select]
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.
Title: Re: 64-bit users unable to update?!
Post by: The_KGB on May 11, 2009, 09:18:00 am
Ok, that worked, although I had to add +set fs_homepath ~/. tremulous and +set  fs_basepath /usr/share/games/tremulous when running the game
Title: Re: 64-bit users unable to update?!
Post by: Kitashi on May 11, 2009, 09:16:50 pm
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.
Title: Re: 64-bit users unable to update?!
Post by: tuple on May 12, 2009, 04:04:34 am
FWIW, there is also the MG 64bit client here (http://releases.mercenariesguild.net/client/linux_x64/tremulous.x86_64)