Reference: https://forum.diybookscanner.org/viewtopic.php?t=3407#p20608
- Download the experimental branch from here: https://github.com/Tulon/scantailor/tree/experimental (Or, possibly, in the future: Some other fork of ScanTailor)
- In the file
scantailor-experimental/filters/page_split/OptionsWidget.cpp
add after all the#include
-statements the following line:#include <QButtonGroup>
- Via homebrew run:
brew install cmake eigen qt5 jpeg libtiff boost
- CD into the scantailor-directory (root level)
- Run
cmake . -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.8.0_2
-- attention: Replace the Qt-version with the one that brew installed! - if it was successful (read the last few lines of output), run:
make