Is there build support in Linux? #24
-
I'm trying to build in Linux Mint 21 (Ubuntu 22.04). I tried in Linux Mint 20.3 and Manjaro Compilation fails everywhere. Tried both with Qt5.15 and Qt6 I wanted to ask - is there only support for Windows builds here? It doesn't seem to be able to build in Linux if there is no support. Just in case, I attach the error log
tried commands and standard but there's a problem with Boost even though it's found what should I do in Linux? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
It does support build on Linux. |
Beta Was this translation helpful? Give feedback.
-
I have used the following approach in the past, which still seems to work on Linux Mint 21, and is based upon the official building instructions residing at https://github.com/vigri/scantailor-libs-build#linux: git clone https://github.com/vigri/scantailor-advanced scantailor-advanced_vigri/
cd scantailor-advanced_vigri
mkdir build
cd build
cmake ..
make Your issues seem to be related to compiling the tests, which I never tried to compile or run. |
Beta Was this translation helpful? Give feedback.
What
locate boost/test/unit_test.hpp
outputs?Perhaps you have multiple boost installations or corrupted installation. Try
sudo apt install --reinstall libboost-dev