Merge pull request #55 from 13werwolf13/main

add opensuse repo
This commit is contained in:
aristocratos 2021-10-01 20:42:41 +02:00 committed by GitHub
commit 5082ae5e9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,6 +208,22 @@ Also needs a UTF8 locale and a font that covers:
make help
```
**Binary release (from native os repo)**
* **openSUSE**
* **Add repo**
```bash
sudo zypper ar --refresh obs://home:Werwolf2517 home:Werwolf2517
```
* **Refresh metadata**
```bash
sudo zypper ref
```
* **Install package**
```bash
sudo zypper in btop
```
## Compilation
Needs GCC 10 or higher, (GCC 11 or above strongly recommended for better CPU efficiency in the compiled binary).