Created
December 18, 2025 18:23
-
-
Save mojoaxel/d590f42b1d77e53b5a982586310d58a5 to your computer and use it in GitHub Desktop.
Install scantailor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt update | |
| sudo apt install cmake gcc g++ | |
| sudo apt install exiv2 libexiv2-dev libqt5svg5-dev qt5-qmake qtbase5-dev qtcreator qtdeclarative5-dev qttools5-dev qttools5-dev-tools | |
| git clone --recurse-submodules https://github.com/trufanov-nok/scantailor.git | |
| mkdir build | |
| cd build | |
| cmake .. | |
| make && make test | |
| sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment