Closed captainjack64 closed 1 year ago
A few users have installed vhs-decode/ld-decode on the Discord we also have now got a MacOS (Arm) build for the Domes Day Dupicator.
Though decoders are yet to have self contained binarys made, i've been waiting for things to get in order then it will be added to the docs.
Ah thanks! I'll jump on Discord and have a nosey. I am mostly interested in cvbs-decode rather than from FM-based sources (video heads or LD).
Just to follow up, this command helped me build the packages finally:
cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_QT_VERSION=5 -DQT_DIR=/opt/homebrew/opt/qt@5/lib/cmake/Qt5 -DQt5_DIR=/opt/homebrew/opt/qt@5/lib/cmake/Qt5 -DQWT_INCLUDE_DIR=/opt/homebrew/opt/qwt-qt5/lib/qwt.framework/Headers -DQWT_LIBRARY=/opt/homebrew/opt/qwt-qt5/lib/qwt.framework
Has anyone managed to get vhs-decode and its companions installed on Mac OS? I spent about a day trying to get it going but failed miserably.
The main sticking point seems to be Qt5 libraries and its dependencies. Here are some logs:
Then
make -j4
There are other errors as well of similar ilk.
I have tried various installation options for Qt with homebrew and macports and a lot of Googling but the above errors aren't going away.
Any pointers?