romavis / winnwt5

Control application for NWT network analyzers
15 stars 5 forks source link

Cant make on Mint 21.2 #2

Open dungar43 opened 5 months ago

dungar43 commented 5 months ago

Tried to cmake your code. Cant get past this error: "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 "Qt5LinguistTools" with any of the following names:

Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake

Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or set "Qt5LinguistTools_DIR" to a directory containing one of the above files. If "Qt5LinguistTools" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:7 (find_package) I'm using QT5.15 -

janoleholm commented 2 months ago

I got the program compiled (and it runs) on Mint 20.2 and Qt5.12 by this:

sudo apt install qttools5-dev sudo apt install qtserialport5-dev

(and a lot of ChatGPT help :-))