Cemu: Problem building on Fedora
Following official build instructions for Fedora Linux, I encounter this error when building:
-- Checking for one of the modules 'zarchive'
-- Could NOT find ZArchive (missing: zarchive_LINK_LIBRARIES zarchive_FOUND) (found version "")
-- Configuring done
-- Generating done
This error comes a long way through the build process, and occurs while running the command cmake -S . -B build -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -G Ninja
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 26 (13 by maintainers)
@Exzap I seem to be able to build it now. Thanks for closing the issue!