Early build instructions

This commit is contained in:
Isaac Marovitz 2023-07-06 16:22:05 +01:00 committed by GitHub
parent 729b7d5e3f
commit 989dc27a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,16 @@ If you want to contribute as a developer, please contact us in the Discord. http
## Building ## Building
Under construction. 1. Install dependencies
`sudo apt install build-essential cmake clang libunwind-dev libglfw3-dev`
3. Install [Vulkan SDK](https://vulkan.lunarg.com/doc/sdk/latest/linux/getting_started.html)
4. Build Makefiles
`cmake .`
5. Build RPCSX
`make`
## License ## License