Skip to content

Releases: tzaeli/DomesdayDuplicator

2.3-macOS-arm

16 Jul 03:12
Compare
Choose a tag to compare

Running

App bundle is not signed, so must remove the quarantine flag once downloaded and extracted with the following command: xattr -cr DomesdayDuplicator.app

Building

Must have libusb and Qt5 installed: brew install qt@5 libusb

Build with the following:

  • cd DomesdayDuplicator/Linux-Application
  • cmake -DQT_DIR=/opt/homebrew/opt/qt@5/lib/cmake/Qt5 -DQt5_DIR=/opt/homebrew/opt/qt@5/lib/cmake/Qt5 .
  • make
  • make install

Must also use the -DCMAKE_INSTALL_PREFIX flag when building to set a build output directory, as macOS doesn't handle app bundles in /usr/local/bin/