Commit graph

13 commits

Author SHA1 Message Date
DH 3e694d6bab ci/readme: remove glfw and vulkan-dev dependency 2025-10-04 14:54:14 +03:00
DHrpcs3 f9c67d60f1
Update BUILDING.md
Add release and march options
Add ubuntu 24.04 specific options
2024-11-09 17:25:35 +03:00
Mahmoud Adel 190b40d879
Update BUILDING.md (#82)
* Update BUILDING.md

```
Package vulkan-validationlayers-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  vulkan-utility-libraries-dev
```
on Ubuntu 24 LTS installing ``` vulkan-utility-libraries-dev``` seems to fix the problem

* removed vulkan-validationlayers

* Update BUILDING.md

---------

Co-authored-by: DHrpcs3 <dh.rpcs3@gmail.com>
2024-10-30 10:28:25 +03:00
DH 444fc1a387 add ffmpeg and libatrac9 submodules 2024-10-13 16:32:12 +03:00
Darkhost1999 85bd5be5ef
Update BUILDING.md
Third party dependencies have been merged into the source tree as submodules! If you previously installed RPCSX when you needed `spirv-cross`, `gslang`, or `xbyak`, you should run:
```
git pull
git submodule update --recursive --remote
```
2024-10-12 13:19:45 -05:00
DH 0c16e294d4 merge rpcsx-gpu and rpcsx-os
initial watchdog implementation
implement gpu -> os events
implement main gfx queue
2024-10-12 05:24:58 +03:00
Nikita Savyolov 3c1620c030
rpcsx-os: aout playback support 2024-10-04 00:24:34 +03:00
hax4dazy ef526f70a4
Remove 2nd instructions for arch. Make warning stand out (#64)
This removes the second way for arch to install spriv-cross as its easier / better to just use YAY.  

This also fixes the warning to make it an actual warning and stand out a bit more.
2024-02-24 13:25:09 +03:00
DH 8179a638ad Update readme and CI 2023-08-13 23:52:11 +03:00
RyzenDew 6358be32a0
Update readme to reflect changes (#43)
* Update USAGE.md

* Update BUILDING.md

* Update readme.md
2023-08-08 02:37:48 +03:00
RyzenDew 032d1915f1
Usage and Building.md changes for ps4_unfself which is required for Testing 2023-07-28 06:07:36 +03:00
Ayoub NASR 483e5d9831
Separate Usage doc from building (#27)
* Separate Usage doc from building

* Cleanup usage doc
2023-07-25 22:32:26 +03:00
RyzenDew b26773a9d0
Move Building instruction's to a BUILDING.md and add new deps for fedora and arch (#23) 2023-07-21 08:58:26 +03:00