add llvm package for Fedora #1101
Loading…
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fedora requires the llvm compiler in order to compile Cemu with
clang
.Installing
clang
will installllvm-libs
but notllvm
.Interestingly enough it also installs
gcc
andgcc-c++
as dependencies -- so we don't need to install those separately (if compiling withgcc
)Thanks!