rpcs3 icon indicating copy to clipboard operation
rpcs3 copied to clipboard

Add some forgotten things to the fedora build instructions

Open jordan4ibanez opened this issue 1 year ago • 3 comments

hi

jordan4ibanez avatar Dec 16 '24 14:12 jordan4ibanez

Technically those are not required as you can build LLVM from the submodule with -DBUILD_LLVM=ON and you can also use our curl submodule with -DUSE_SYSTEM_CURL=OFF (both as cmake parameters).

But yeah in the current state the build instructions won't work if you don't have llvm and curl. If we change it that needs to be change it for all distros. Or we can specify those instructions in the build instructions.

RipleyTom avatar Dec 16 '24 15:12 RipleyTom

Technically those are not required as you can build LLVM from the submodule with -DBUILD_LLVM=ON and you can also use our curl submodule with -DUSE_SYSTEM_CURL=OFF (both as cmake parameters).

But yeah in the current state the build instructions won't work if you don't have llvm and curl. If we change it that needs to be change it for all distros. Or we can specify those instructions in the build instructions.

I think if you blindly install those in the first place then you won't change the build variables anyway.

Megamouse avatar Dec 16 '24 18:12 Megamouse

is that PR still actual or possibly already fixed/implemented in a different way?

digant73 avatar Nov 14 '25 15:11 digant73