simoninns / DomesdayDuplicator

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

Build instructions broken on Ubuntu 22.04 LTS #129

Closed TokugawaHeavyIndustries closed 1 year ago

TokugawaHeavyIndustries commented 1 year ago

The build instructions for the capture application are broken for Ubuntu 22.04 LTS.

For QMake: QT5 is no longer available in normal repos for 22.04

For CMake: The following error is outputted: CMake Error at CMakeLists.txt:16 (qt_add_resources): Unknown CMake command "qt_add_resources".

atsampson commented 1 year ago

For Qt 6, it builds OK with Ubuntu 22.04 and the suggested list of dependencies in the CI. The CMake files for Qt are in qt6-base-dev, so if the dependency installation succeeded then you should have them. Can you show the full output from running the commands in the instructions, and check whether there's anything odd in your environment (env)?

(Qt 5 is still available in 22.04 as well, but the qt5-default package doesn't exist any more.)

lizardgai4 commented 1 year ago

This is strikingly similar to issue #104

simoninns commented 1 year ago

I believe this is fixed now; so closing