Update linux build docs (#2474)

* fix: update linux build dependencies for libpng

- add libpng to linux build docs
- add libpng to nix build file

* linux docs: reformat code blocks

- add code block bash syntax highlighting
- format long code blocks to multiline
This commit is contained in:
jarred wilson 2025-02-19 05:29:31 -06:00 committed by GitHub
parent f686b1df98
commit 50aa0f5564
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 15 deletions

View file

@ -46,6 +46,7 @@ pkgs.mkShell {
pkgs.stb
pkgs.qt6.qtwayland
pkgs.wayland-protocols
pkgs.libpng
];
shellHook = ''