Skip to content

Instantly share code, notes, and snippets.

@mojoaxel
Created December 18, 2025 18:23
Show Gist options
  • Select an option

  • Save mojoaxel/d590f42b1d77e53b5a982586310d58a5 to your computer and use it in GitHub Desktop.

Select an option

Save mojoaxel/d590f42b1d77e53b5a982586310d58a5 to your computer and use it in GitHub Desktop.
Install scantailor
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