Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add llvm package for Fedora #1101

Merged
merged 1 commit into from
Feb 24, 2024
Merged

add llvm package for Fedora #1101

merged 1 commit into from
Feb 24, 2024

Conversation

leifliddy
Copy link
Contributor

Fedora requires the llvm compiler in order to compile Cemu with clang.
Installing clang will install llvm-libs but not llvm.
Interestingly enough it also installs gcc and gcc-c++ as dependencies -- so we don't need to install those separately (if compiling with gcc)

========================================================================================================================================
 Package                                   Architecture          Version                                   Repository              Size
========================================================================================================================================
Installing:
 clang                                     x86_64                17.0.6-2.fc39                             updates                 76 k
Installing dependencies:
 ....
 gcc                                       x86_64                13.2.1-3.fc39                             fedora                  34 M
 gcc-c++                                   x86_64                13.2.1-3.fc39                             fedora                  13 M
 ....
 llvm-libs                                 x86_64                17.0.6-3.fc39                             updates                 27 M

@Exzap Exzap merged commit 8b37e31 into cemu-project:main Feb 24, 2024
@Exzap
Copy link
Contributor

Exzap commented Feb 24, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants