simoninns / DomesdayDuplicator

High-speed LaserDisc RF sampler
GNU General Public License v3.0
148 stars 21 forks source link

linux DdD GUI cmake script broken #144

Closed aiohdfgaiuhg closed 1 year ago

aiohdfgaiuhg commented 1 year ago

When trying to install DdD GUI on Ubuntu 22.04

cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .

is met with

CMake Error at CMakeLists.txt:18 (qt_add_resources): Unknown CMake command "qt_add_resources".

-- Configuring incomplete, errors occurred!

aiohdfgaiuhg commented 1 year ago

apt install libqt5serialport5 libqt5serialport5-dev fixed the issue

atsampson commented 1 year ago

I've checked that these are listed in the installation instructions (well, the Qt 6 equivalents are).