07-09-2018, 06:00 PM -
So quick update, I needed to run a seperate update submodules command.
Well, for future reference, to have a compilible RPCS3 repository, just run these 3 commands:
1. git clone https://github.com/RPCS3/rpcs3.git
2. git submodule update --init
3. git pull --recurse-submodules
EDIT:
Was happy too soon lol. The output, while no errors, didn't compile all the things, so I'm missing the .exe for example.
Well, for future reference, to have a compilible RPCS3 repository, just run these 3 commands:
1. git clone https://github.com/RPCS3/rpcs3.git
2. git submodule update --init
3. git pull --recurse-submodules
EDIT:
Was happy too soon lol. The output, while no errors, didn't compile all the things, so I'm missing the .exe for example.
This post was last modified: 07-09-2018, 06:21 PM by Otakon7.