Skip to content

Commit 600b667

Browse files
authored
Update README.md (#245)
Cmake failed on my system (running Ubuntu 20.04) with the "apt-get install ..." command in the readme. The Cmake error was ``` CMake Error at /usr/lib/x86_64-linux-gnu/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:49 (find_package) ``` To fix this, I had to also install libqt5svg5-dev. I added "libqt5svg5-dev" to the "apt-get install" command.
1 parent bad025b commit 600b667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ apt-get update
111111
apt-get install libkf5threadweaver-dev libkf5i18n-dev libkf5configwidgets-dev \
112112
libkf5coreaddons-dev libkf5itemviews-dev libkf5itemmodels-dev libkf5kio-dev \
113113
libkf5solid-dev libkf5windowsystem-dev libelf-dev libdw-dev cmake \
114-
extra-cmake-modules gettext
114+
extra-cmake-modules gettext libqt5svg5-dev
115115
```
116116

117117
### On Fedora

0 commit comments

Comments
 (0)