Skip to content

Commit adff3d7

Browse files
committed
Add 6.26.20 release
1 parent 8723bd3 commit adff3d7

1 file changed

Lines changed: 75 additions & 0 deletions

File tree

_releases/release-62620.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
layout: releases
3+
version: 6.26.20
4+
release_date: 2026-06-10
5+
state:
6+
7+
toc: true
8+
toc_sticky: true
9+
sidebar:
10+
nav: "releases"
11+
---
12+
13+
## Release Notes
14+
15+
**This is the final patch for the 6.26 release series, as per [ROOT's release and support plan](https://root.cern/install/all_releases/).**
16+
17+
The release notes for this release can be found [here](https://root.cern/doc/v626/release-notes.html#release-6.26.20).
18+
19+
## Binary distributions
20+
21+
Instead of manually downloading this binary, please explore first whether your [package manager](../../install/#install-via-a-package-manager){:target="\_blank"} already provides this version.
22+
This way, you will automatically keep up-to-date with the latest stable versions with no manual maintenance on your side.
23+
24+
| Platform | Files | Size |
25+
|-----------|-------|-----|
26+
| root_v6.26.20.Linux-AlmaLinux8.10x86_64-gcc8.5.tar.gz | [root_v6.26.20.Linux-AlmaLinux8.10x86_64-gcc8.5.tar.gz](https://root.cern/download/root_v6.26.20.Linux-AlmaLinux8.10x86_64-gcc8.5.tar.gz) | 235M |
27+
| root_v6.26.20.Linux-AlmaLinux9.8x86_64-gcc11.5.tar.gz | [root_v6.26.20.Linux-AlmaLinux9.8x86_64-gcc11.5.tar.gz](https://root.cern/download/root_v6.26.20.Linux-AlmaLinux9.8x86_64-gcc11.5.tar.gz) | 250M |
28+
| Ubuntu 22 | [root_v6.26.20.Linux-ubuntu22-x86_64-gcc11.4.tar.gz](https://root.cern/download/root_v6.26.20.Linux-ubuntu22-x86_64-gcc11.4.tar.gz) | 250M |
29+
30+
## Source distribution
31+
32+
| Platform | Files | Size |
33+
|-----------|-------|-----|
34+
| source | [root_v6.26.20.source.tar.gz](https://root.cern/download/root_v6.26.20.source.tar.gz) | 186M |
35+
36+
37+
## Installations in CVMFS
38+
39+
Standalone installations with minimal external dependencies are available at:
40+
~~~
41+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.26.20/almalinux8.10x86_64-gcc85-opt
42+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.26.20/almalinux9.8x86_64-gcc115-opt
43+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.26.20/x86_64-ubuntu22-gcc114-opt
44+
~~~
45+
46+
47+
## Git
48+
49+
The entire ROOT source can be obtained from our public Git repository:
50+
51+
~~~
52+
git clone https://github.com/root-project/root.git
53+
~~~
54+
The release specific tag can be obtained using:
55+
~~~
56+
cd root
57+
git checkout -b v6-26-20 v6-26-20
58+
~~~
59+
60+
See [instructions to build from source](../../install/#build-from-source){:target="\_blank"}.
61+
62+
## Windows
63+
64+
Windows 10/7/... are supported. We offer two packaging types:
65+
66+
* **exe**: a regular Windows installer package also setting up the required environment variables. With uninstall via "Control Panel" / "Add or Remove Programs". Simply download and start. You can double-click ROOT to run it; ROOT files get registered with Windows.
67+
* **tar**: unpack e.g. with [7zip](https://www.7-zip.org). Start ROOT in a Microsoft Visual Studio Prompt (in Start / Programs / Microsoft Visual Studio / Tools). If you installed ROOT to `C:\root` then call `C:\root\bin\thisroot.bat` before using ROOT to set up required environment variables. Call instead `thisroot.ps1` if you run from a `powershell` (the default terminal in Visual Studio Code).
68+
69+
### Important installation notes
70+
71+
* You must download the binary built with the exact same version of Visual Studio (and Python) than the one installed on your system.
72+
* Don't forget to select the component “Desktop development with C++" when running the Visual Studio Installer.
73+
* Do not untar in a directory with a name containing blank characters.
74+
* Take the release version if performance matters.
75+
* If you want to debug your code you need the ROOT debug build (you cannot mix release / debug builds due to a Microsoft restriction).

0 commit comments

Comments
 (0)