开发者

Using ROOT (cern) with mingw32

Can I install Ce开发者_如何学JAVArn's ROOT on win32 without MSVS but with mingw32? I want to develop some C/C++ programs, which will use ROOT.


As far as I know, compiling with mingw32 is currently not supported. I guess it would technically be possible, as mingw32 is based on gcc, but it would be a lot of work.

The best way seems to be to use MSVC++ (even the free express version will do). ROOT builder is a nice tool that uses mingw32 (but the MS compiler) and builds ROOT for you, without the need for the command line.

Another option would be to use cygwin, but that is also unsupported, and it's probably slower, because it introduces a layer of indirection to convert posix calls to windows.

Here are some links to further information:

http://www.muenster.de/~naumana/root.html

http://root.cern.ch/root/HowtoWindows.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜