Skip to content

Commit

Permalink
Update Arch install instructions
Browse files Browse the repository at this point in the history
One should not use `-Syu` when installing packages, because system
updates should be separate from installing individual packages.

Also, mentioning that Arch used C++17 is not worth it anymore since this
is the default C++ standard of ROOT anyway.
  • Loading branch information
guitargeek committed Aug 15, 2024
1 parent 17e7fe3 commit 9b84b01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,9 @@ $ yum install root
Arch's [ROOT package](https://www.archlinux.org/packages/community/x86_64/root){:target="\_blank"} can be installed with

```sh
$ pacman -Syu root
$ sudo pacman -S root
```

The Arch package uses C++17.

### Gentoo

The Gentoo package for ROOT is [sci-physics/root](https://packages.gentoo.org/packages/sci-physics/root){:target="\_blank"}.
Expand Down

0 comments on commit 9b84b01

Please sign in to comment.