mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-11 11:10:04 +01:00
Update readme to reflect changes (#43)
* Update USAGE.md * Update BUILDING.md * Update readme.md
This commit is contained in:
parent
5e0d4676e4
commit
6358be32a0
19
.github/BUILDING.md
vendored
19
.github/BUILDING.md
vendored
|
|
@ -4,41 +4,28 @@
|
|||
### The dependencies for Debian-like distributions.
|
||||
|
||||
```
|
||||
sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev spirv-tools glslang-tools libspirv-cross-c-shared-dev python3-pip git
|
||||
sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev spirv-tools glslang-tools libspirv-cross-c-shared-dev git
|
||||
```
|
||||
# git is only needed for ubuntu 22.04
|
||||
|
||||
### The dependencies for Fedora distributions:
|
||||
|
||||
```
|
||||
sudo dnf install cmake libunwind-devel glfw-devel vulkan-devel vulkan-validation-layers-devel spirv-tools glslang-devel gcc-c++ gcc spirv-tools-devel xbyak-devel python3-pip
|
||||
sudo dnf install cmake libunwind-devel glfw-devel vulkan-devel vulkan-validation-layers-devel spirv-tools glslang-devel gcc-c++ gcc spirv-tools-devel xbyak-devel
|
||||
```
|
||||
|
||||
### The dependencies for Arch distributions:
|
||||
|
||||
```
|
||||
sudo pacman -S libunwind glfw-x11 vulkan-devel glslang python-pip git cmake
|
||||
sudo pacman -S libunwind glfw-x11 vulkan-devel glslang git cmake
|
||||
```
|
||||
> Side note you will need to pull ``spirv-cross`` from the AUR for now so do the following
|
||||
```
|
||||
sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
|
||||
```
|
||||
> Side note glslang as of the newest version is broken and it needs a simple fix
|
||||
```
|
||||
sudo ln -s /usr/bin/glslang /usr/bin/glslangValidator
|
||||
```
|
||||
```
|
||||
yay -S spirv-cross
|
||||
```
|
||||
|
||||
## We need one more thing
|
||||
|
||||
Python2 is now replaced fully and to use ```ps4_unfself``` we have to use python3 and install future using ```pip```
|
||||
|
||||
```
|
||||
pip install future
|
||||
```
|
||||
|
||||
## Getting spriv-cross on Fedora and Arch Linux
|
||||
|
||||
```
|
||||
|
|
|
|||
11
.github/USAGE.md
vendored
11
.github/USAGE.md
vendored
|
|
@ -1,16 +1,5 @@
|
|||
# Usage
|
||||
|
||||
## How to prepare eboot.bin with ps4_unfself
|
||||
|
||||
### eboot.bin needs to be unfselfed and to do this [pip](https://github.com/RyzenDew/rpcsx/edit/usage-changes/.github/BUILDING.md#we-need-one-more-thing) is required with this tool [ps4_unfself](https://github.com/SocraticBliss/ps4_unfself)
|
||||
|
||||
Place ```ps4_unfself.py``` into the same folder as the eboot.bin then open a console and type
|
||||
|
||||
```
|
||||
python ps4_unfself.py eboot.bin
|
||||
```
|
||||
You will get a read out and it will make an ```eboot.elf```
|
||||
|
||||
## How to run samples and games
|
||||
|
||||
You will need firmware 5.05 dumped via PS4 FTP it must be fully decrypted and we do not provide the firmware
|
||||
|
|
|
|||
2
.github/readme.md
vendored
2
.github/readme.md
vendored
|
|
@ -12,8 +12,6 @@
|
|||
</div>
|
||||
|
||||
> **Warning** <br/>
|
||||
> It's NOT possible to run any games yet, and there is no ETA for when this will change.
|
||||
|
||||
> Do not ask for link to games or system files. Piracy is not permitted on the GitHub nor in the Discord.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue