Installation of Root
Installation of Root
2.1 Windows
5. Click on I Agree.
6. By clicking to add ROOT to the system path for current user, click next
Installation of Visual Studio and Python: One can follow the following
steps to install Visual Studio, CMake, and Python on windows:
1. Visual Studio:
1. Download visual studio from the following link in .exe format:
https://visualstudio.microsoft.com/downloads/
Download the community version which is free.
3. In the Visual Studio Installer, select the workloads you want to install.
For ROOT, ensure you select "Desktop development with C++".
2. CMake:
1. Download the .msi file, looking like cmake-X.X.X-windows-
x86_64.msi from the following link:
https://cmake.org/download/
4. Read the License Agreement. If you agree, select "I accept the terms in
the License Agreement" and click "Next".
5. Select the destination folder where you want to install CMake. The
default location is usually fine. Click "Next" to continue.
6. Choose the option to add CMake to the system PATH for the
current user. This step is important to ensure you can use CMake from
the command line. Click "Next".
8. Open Command Prompt (cmd). Type cmake --version and press Enter.
You should see the CMake version information if the installation was
successful.
3. Python:
1. Download Python windows installer 64-bit from the following link:
https://www.python.org/downloads/windows/
3. Check the box that says "Add Python to PATH" at the bottom of the
installer window.
6. Type python --version and press Enter. You should see the Python
version information if the installation was successful.