mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-27 13:53:18 +00:00
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:
parent
f686b1df98
commit
50aa0f5564
2 changed files with 32 additions and 15 deletions
|
@ -46,6 +46,7 @@ pkgs.mkShell {
|
|||
pkgs.stb
|
||||
pkgs.qt6.qtwayland
|
||||
pkgs.wayland-protocols
|
||||
pkgs.libpng
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue