-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Archlinux support #16
Comments
Here is the required patch |
If you prefer that I fork the code and go through a pull request, let me know. |
Arch linux is not supported because gcc-7.1 did not compile with the provided gcc version. |
Just letting you know that patch works for me on Manjaro Linux. Thanks @Oxalin! |
I'll have to send a new version though, there shouldn't be a "abs" in the package list. |
This would be the correct patch. 0001-Add-Archlinux-support.patch.txt Tested on my setup on ArchLinux and I was able to confirm my CPU is also concerned by the segfault error... RMA has been approved by AMD. |
Okay, added the line. |
Archlinux uses pacman instead of dnf and apt-get. The script exits when it tries to install required development packages.
The text was updated successfully, but these errors were encountered: