diff options
Diffstat (limited to 'results/scraper/fex/4115')
| -rw-r--r-- | results/scraper/fex/4115 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/results/scraper/fex/4115 b/results/scraper/fex/4115 new file mode 100644 index 000000000..f8fc3db1c --- /dev/null +++ b/results/scraper/fex/4115 @@ -0,0 +1,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. \ No newline at end of file |