VCMI and Fedora

Hi,
the packages for Fedora are outdated. So i tried to compile it myself. ```
cmake -S …/vcmi resulted in:

CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by “Qt5Svg” with any
of the following names:

Qt5SvgConfig.cmake
qt5svg-config.cmake

Add the installation prefix of “Qt5Svg” to CMAKE_PREFIX_PATH or set
“Qt5Svg_DIR” to a directory containing one of the above files. If “Qt5Svg”
provides a separate development package or SDK, be sure it has been
installed.

Call Stack (most recent call first):
CMakeLists.txt:510 (find_package)

So what to do? Is this a QT installation issue? Or is there something missing in the VCMI sources? I used the installation command from the web site. And i checked the whole file system for these files, and none found.

Easiest would of course be to update the Fedora packages :slight_smile:

Why am i trying to use latest version: I tried to modify necromancy so that if and inferno hero has it necromancy would rise demons instead of skeletons. So i added this as a specialty to all inferno heroes. And i found that it did simply nothing. I once had something similar working for a Pavillon hero with mummy specialty. I configured him to raise mummies instead of skeletons, and that worked. But that is long ago. So i wanted to try it with the latest version.

Now what to do? Or is this intentionally prohibited?

just install the Qt 5 SVG package, but unfortunately I don’t know its name. VCMI docs need to be updated to include that package.