vle-forge / vle

Virtual Laboratory Environment
http://www.vle-project.org
GNU General Public License v3.0
21 stars 22 forks source link

Install on Ubuntu 20.04 #391

Open rtrepos opened 3 years ago

rtrepos commented 3 years ago

I tried the install commands provided in README.md and I got this error on cmake command.

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

After I installed libqt5svg5-dev it worked.