Hello, all! I just discovered the site this week joined today.
I am running Linux Mint 17.3. I grabbed the source to the latest Sigil version and am trying to figure out how to build it. The trouble seems to be that with the latest Qt5 (5.6.0) things aren't where they are expected. Working from the instructions in /docs/BuildingOnLinux.html I made my directories and modified their cmake options to point to QTs default directory, so now it looks like:
cmake -G "Unix Makefiles" -DCMAKE_PREFIX_PATH=/home/name/Qt5.6.0/5.6/gcc_64/lib/cmake -DCMAKE_BUILD_TYPE=Release ../sigil-src
and now it finds the Qt5Config.cmake file fine. But shortly after it fails to find config files for the Qt5 components "WebKit" and "WebKitWidgets". Well, I did the whole giant bloated install of 2.2GB of everything, source and all, and there are no such modules present. The QT website says:
http://wiki.qt.io/New_Features_in_Qt_5.6
Quote:
With Qt 5.6 the following modules are no longer part of the release packages, but users can still build them from source:
Qt WebKit
|
Looking around in there at the source directories, I have no clue how one might compile only a WebKit module. Does this mean needing to compile all of Qt 5.6.0 from source? I hope not. I am kind of stuck for now.