Reading STAR Picos in Windows ROOT


ROOT Version: 6.22.06
Platform: Windows 10
Compiler: Not Provided


I’m wondering how to compile StRoot for Windows. It’s a series of macros and libraries to run over STAR data structures (picoDST), but I have no idea how to make it work with native Windows. I have a makefile for it that works on Linux, but no such makefile for Windows. Plus, I don’t know how to make a makefile …

Anyone else encounter this or know how to get started?

I would try to use CMake and create a CMakeLists.txt to generate a solution (.sln) file for Visual Studio (or a NMake makefile). See for example integrate root into my cmake project and How to Integrate ROOT into my project with CMake Good luck!