jump to navigation

Building ROOT on Windows March 2, 2008

Posted by gordonwatts in ROOT, computers.
trackback

Not so much interest to most people here…

So, on Windows, there has been the occasion that I’ve needed to build ROOT. In particular, on windows, this is because the released version of ROOT is not built against python. I also find myself doing lots of building building when buts are found in root (yeah, I know, ROOT doesn’t have bugs).

The standard way to do the build is download and install cygwin. It is a rather heavy install, however, as any of you who have installed it know. Axel, a member of the ROOT team, put together a minimal set of tools that will build ROOT using the MSVC compilers. I built a small UI on top of that along with an installer to make it easier to get onto your machine.

I found this pretty useful for getting my work done, so I thought I’d release it. Actually, it has been finished for months, I just never seemed to get around to finishing off the last bit. So, here it is. The UI is horrible, but it works…

Comments»

1. Rene Brun - March 29, 2008

Gordon,

The release version of ROOT has always been built against Python on Windows

Rene

2. gordonwatts - March 29, 2008

Good point — but python 2.4, not 2.5. -Gordon.