mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Early build instructions
This commit is contained in:
parent
729b7d5e3f
commit
989dc27a8e
11
readme.md
11
readme.md
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue