From 6c2989734f47e97550ca62259a0e3903cc042f0d Mon Sep 17 00:00:00 2001 From: DHrpcs3 Date: Thu, 6 Jul 2023 22:55:22 +0300 Subject: [PATCH] Update readme.md No need to install any sdks to get vulkan libraries Also short mark how to run it --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index f6ff545..55aa7ac 100644 --- a/readme.md +++ b/readme.md @@ -9,16 +9,16 @@ If you want to contribute as a developer, please contact us in the Discord. http ## Building -1. Install dependencies +1. Install dependencies for Debian-like distributive - `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 + `sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev` +2. Building - `cmake .` -5. Build RPCSX + `mkdir -p build && cd build && cmake .. && cmake --build .` + +4. Run - `make` + See usage message of rpcsx-os (-h argument), or follow to our discord for help. ## License