Page 2 of 2

Re: Need 64 bit builds

Posted: Fri Nov 30, 2012 12:28 pm UTC
by JOURNEYMAN

Then you should compile yourself. It's quite easy to do.


Re: Need 64 bit builds

Posted: Fri Nov 30, 2012 1:28 pm UTC
by danmal
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.


Re: Need 64 bit builds

Posted: Sun Dec 02, 2012 12:36 am UTC
by Anomalous
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.