Root for 64bit ubuntu and Windows

Hi

Recently i bought a new laptop with 64 bit processor. I want to install root on both my ubuntu and Windows. I tried exploring the website for a 64 bit version, but i couldnt actually find. Forgive me if this post is redundant please direct me to page where i can download 64 bit version for ubuntu and windows.

This is my uname information
Linux hash-Rev-1-0 2.6.35-23-generic #41-Ubuntu SMP Wed Nov 24 11:55:36 UTC 2010 x86_64 GNU/Linux

Thanks

For Windows, I do not know but for linux, you can get sources here (version 5.26.00e). During configure step, you can specify your architecture.
See here for more informations.
Cheers.

Hi,

right, just download the source, run ./configure (should even be fine without any arguments), then make -j4 and you’ll have a 64bit ROOT.

Cheers, Axel.

Yes Thanks. That worked!