docs: clarify required compiler version

This commit is contained in:
LordMZTE 2022-12-06 20:36:43 +01:00
parent c6bc66e8e9
commit b68ecfdaa7
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
1 changed files with 3 additions and 1 deletions

View File

@ -47,10 +47,12 @@ apt install \
libarchive-dev
```
2. Install [gyro](https://github.com/mattnite/gyro)
2. Install [gyro](https://github.com/mattnite/gyro) and the zig toolchain
Gyro is a zig package manager. It is used by zupper to manage dependencies.
Zupper requires the development version of Zig (0.11.0). Make sure you install one of the latest versions of Zig.
3. Build it!
```bash