mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-09 10:10:01 +01:00
Fixup building instructions
This commit is contained in:
parent
4e37240cb9
commit
2a9d98c848
2
.github/readme.md
vendored
2
.github/readme.md
vendored
|
|
@ -23,7 +23,7 @@ If you want to contribute as a developer, please contact us in the [Discord](htt
|
|||
|
||||
1. Install dependencies for Debian-like distributions
|
||||
|
||||
`sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev spirv-tools glslang-tools`
|
||||
`sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev spirv-tools glslang-tools libspirv-cross-c-shared-dev`
|
||||
2. Building
|
||||
|
||||
`mkdir -p build && cd build && cmake .. && cmake --build .`
|
||||
|
|
|
|||
Loading…
Reference in a new issue