Skip to content

Commit

Permalink
added v4 to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
an0nfunc committed Dec 12, 2023
1 parent 9822c43 commit 021520b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Buildbot for Archlinux-based repos build with different
[x86-64 feature levels](https://www.phoronix.com/scan.php?page=news_item&px=GCC-11-x86-64-Feature-Levels), `-O3` and
[LTO](https://en.wikipedia.org/wiki/Interprocedural_optimization).

> 📢 **x86-64-v4** repos just released. [If your CPU supports v4](#1-check-your-system-for-support), you
> can [try them out](#switch-between-levels).
> ⚠️ NVIDIA graphic users using the **proprietary driver** is highly recommended reading the
> [FAQ about Linux kernel modules](#directly-linked-kernel-modules) ⚠️
Expand All @@ -26,6 +29,7 @@ Buildbot for Archlinux-based repos build with different
* [What packages are built](#what-packages-are-built)
* [Why is package X not up-to-date](#why-is-package-x-not-up-to-date)
* [Debug symbols](#debug-symbols)
* [Switch between levels/repos](#switch-between-levels)
* [Matrix](#matrix)
* [Donations](#donations)
* [License and Legal](#license-and-legal)
Expand Down Expand Up @@ -108,7 +112,7 @@ Include = /etc/pacman.d/mirrorlist
```

Replace `x86-64-v3` with the x86-64 feature level you want to enable.
> ALHP only builds for `x86-64-v3` and `x86-64-v2` at the moment (list is subject to change). You can see all available
> ALHP builds for `x86-64-v2`, `x86-64-v3` and `x86-64-v4` at the moment. You can see all available
> repositories
> [here](https://alhp.dev/).
Expand Down Expand Up @@ -181,6 +185,15 @@ To use it, have `debuginfod` installed on your system and add it to your `DEBUGI
echo "https://debuginfod.alhp.dev" > /etc/debuginfod/alhp.urls
```

### Switch between levels

If you want to switch between levels, e.g. from `x86-64-v3` to `x86-64-v4`, you need to revert to official packages
first, then enable your desired repos again.

1. Comment or remove ALHP repo entries in `/etc/pacman.conf`.
2. Downgrade packages with `pacman -Suuy`.
3. Uncomment/add your desired repos to `/etc/pacman.conf` and update with `pacman -Suy`.

## Matrix

For any non-issue questions or if you just want to chat, ALHP has a matrix
Expand Down

0 comments on commit 021520b

Please sign in to comment.