add llvm package for Fedora #1101

Merged
leifliddy merged 1 commits from main into main 2024-02-24 16:47:06 -03:00
leifliddy commented 2024-02-24 15:15:43 -03:00 (Migrated from github.com)

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

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 commented 2024-02-24 16:47:12 -03:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cemu-project_Mirror/Cemu-2024-03-05#1101
No description provided.