Running Tuxdroid on a 64-bit Linux
From Tuxisalive
There's been a fair bit of chat on the IRC and on the Forums about how to get TuxDroid to work with a 64-bit Linux, there are two solutions to this.
[edit] Install Compatability Libraries
Install the 32-bit version of the libusb libraries. This should be sufficient.
[edit] Compile TuxDroid from Source
At the moment this isn't an officially endorsed option, so to get the source you have to check out the SVN repository.
Here's how from the linux command line (assuming you've installed SubVersion ;) )
$ svn co http://svn.tuxisalive.com tuxdroid
That downloads all the code to a directory called "tuxdroid".
The code you're looking for is in "daemon/trunk". No need to ./configure, just "make" and it should compile with no errors (if there are errors, poke a developer!).
Due to licensing issues, tuxttsd can't be compiled from source. We're working on this.

