Search found 2 matches

by artelse
11 Dec 2018, 07:02
Forum: Scan Tailor
Topic: Scan Tailor Advanced
Replies: 112
Views: 196676

Re: Scan Tailor Advanced

Replying on my post as I have fixed the Qt path problem. on cmake one can pass a path like so: -DCMAKE_PREFIX_PATH=/opt/Qt/5.6/lib/cmake So my final cmake which compiles fine is: cmake -G "Unix Makefiles" --build .. -DBOOST_ROOT=/usr/local -DCMAKE_PREFIX_PATH=/opt/Qt/5.6/lib/cmake Make sur...
by artelse
10 Dec 2018, 08:00
Forum: Scan Tailor
Topic: Scan Tailor Advanced
Replies: 112
Views: 196676

Re: Scan Tailor Advanced

Need some help compiling for Linux Mint (Ubuntu 16). I went through installing the load of libs and hopefully this worked out ok. I now got stuck with an old version of Qt, 5.5.1 instead of the required 5.6: cmake -G "Unix Makefiles" --build .. -DBOOST_ROOT=/usr/local -DQt5_DIR=/opt/Qt/5.6...