Upsilon readme nix (#287)

This commit is contained in:
Hug0
2022-10-08 19:25:03 +02:00
committed by GitHub
parent 1fbd5281a9
commit 3a220c0507
2 changed files with 31 additions and 0 deletions

View File

@@ -81,6 +81,22 @@ dnf install make automake gcc gcc-c++ kernel-devel git ImageMagick libX11-devel
</details>
<details>
<summary>Nix or Nixos</summary>
<br>
To install all dependencies:
```bash
nix-shell -p gcc libpng libjpeg xorg.libX11 pkg-config freetype xorg.libXext python3 imagemagick python310Packages.lz4 python310Packages.pypng python310Packages.pypng gcc-arm-embedded
```
<br>
</details>
<br>
</details>