blob: f8fc3db1ceb79081cae7630979bc32753dffd2d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Installation issues
I am on Asahi Linux (Fedora) and following the [installation guide](https://wiki.fex-emu.com/index.php/Development:Setting_up_FEX). During build configuration I get the following error message:
```
CMake Error at Source/Tools/CMakeLists.txt:7 (find_package):
By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5" with any of
the following names:
Qt5Config.cmake
qt5-config.cmake
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
to a directory containing one of the above files. If "Qt5" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
```
I am at current HEAD 389ad737 and I've installed all the Fedora dependencies.
|