mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-20 15:40:30 +01:00
Add spirv-tools, fix spelling
This commit is contained in:
parent
6c2989734f
commit
881a9371b2
|
|
@ -9,16 +9,16 @@ If you want to contribute as a developer, please contact us in the Discord. http
|
|||
|
||||
## Building
|
||||
|
||||
1. Install dependencies for Debian-like distributive
|
||||
1. Install dependencies for Debian-like distributions
|
||||
|
||||
`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 .`
|
||||
|
||||
4. Run
|
||||
|
||||
See usage message of rpcsx-os (-h argument), or follow to our discord for help.
|
||||
See usage message of rpcsx-os (-h argument), or join the Discord for help.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue