Add spirv-tools, fix spelling

This commit is contained in:
Isaac Marovitz 2023-07-06 21:21:24 +01:00 committed by GitHub
parent 6c2989734f
commit 881a9371b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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