Re: Need 64 bit builds
Then you should compile yourself. It's quite easy to do.
Unvanquished is an open-source FPS game featuring team-based strategy and RTS elements, pitting humans against aliens in a futuristic setting.
https://forums.unvanquished.net/
Then you should compile yourself. It's quite easy to do.
epicdude wrote:I do not want. deb because I want to install locally self contained for user, not system wide for all users as root (security)
I'm not very familiar with how .deb's work however I'm fairly sure they're just a compressed folder with the binaries + some config files. You should be able to extract the binaries and run them without needing to install the deb package.
epicdude wrote:I do not want. deb because I want to install locally self contained for user, not system wide for all users as root (security)
Yes, there are scripts which are run when you install the package. You can see them in the source repository. Alternatively, you can unpack the .deb yourself (hint: it's an ar archive) and examine them without running them.