add opensuse repo

This commit is contained in:
Дмитрий Марков 2021-09-29 09:50:16 +05:00
parent ab013b989b
commit b08f473832
No known key found for this signature in database
GPG Key ID: 49CFEE49DBF77352
1 changed files with 16 additions and 0 deletions

View File

@ -207,6 +207,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).