I need the root for my macbook. However, I can’t find suitable root for my macOS 15.7.1.
Where can I dowload the binary root for macOS x86_64 15.7.1 Xcode 26.01?
I need the root for my macbook. However, I can’t find suitable root for my macOS 15.7.1.
Where can I dowload the binary root for macOS x86_64 15.7.1 Xcode 26.01?
If from the official page ( Installing ROOT - ROOT ) you don’t find a precompiled binary or with your package manager, you’ll have to compile it yourself; scroll down to the bottom of the page to “build from source”.
I can’t compile it, because it always display errors. I can’t fix it!
I don’t have experience with MacOS, so I can’t help much there, but in general, make sure you have installed all the dependencies (even the optionals, to be safe) and follow the instructions carefully; if it’s not working, you can make a post asking for help on compilation (describe what you have installed, tried, etc). There are other alternatives: you could run a ROOT binary in a virtual machine with a supported OS like Ubuntu (or a derivative like Mint), or run it in a Docker container: Installing ROOT - ROOT