Author Topic: 64-bit users unable to update?!  (Read 2699 times)

The_KGB

  • Posts: 3
  • Turrets: +0/-0
64-bit users unable to update?!
« 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.

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: 64-bit users unable to update?!
« Reply #1 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.

KillerWhale

  • Spam Killer
  • *
  • Posts: 469
  • Turrets: +63/-26
Re: 64-bit users unable to update?!
« Reply #2 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.

The_KGB

  • Posts: 3
  • Turrets: +0/-0
Re: 64-bit users unable to update?!
« Reply #3 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

Kitashi

  • Posts: 69
  • Turrets: +8/-2
    • HGD
Re: 64-bit users unable to update?!
« Reply #4 on: May 11, 2009, 09:16:50 pm »
I think Trem-Servers 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.
Click the below userbars for more info about their associated programs.

tuple

  • Posts: 833
  • Turrets: +97/-80
Re: 64-bit users unable to update?!
« Reply #5 on: May 12, 2009, 04:04:34 am »
FWIW, there is also the MG 64bit client here