mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-26 18:34:18 +01:00
Update readme.md
Missed spirv-tools dependency
This commit is contained in:
parent
6c2989734f
commit
d999edfd2c
|
|
@ -11,7 +11,7 @@ If you want to contribute as a developer, please contact us in the Discord. http
|
|||
|
||||
1. Install dependencies for Debian-like distributive
|
||||
|
||||
`sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev`
|
||||
`sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev spirv-tools`
|
||||
2. Building
|
||||
|
||||
`mkdir -p build && cd build && cmake .. && cmake --build .`
|
||||
|
|
|
|||
Loading…
Reference in a new issue