Quote:
Originally Posted by platt
you are right i needed libqtwebkit-dev, is missing in the wiki.
|
From the wiki page:
Quote:
Compiling on Linux
Aside from the core Qt libraries, you will also need to install libqt4-xml, libqt4-svg, libqt4-webkit and libqt4-dev (and their various dependencies) which are not included by default in Qt.
This should be as simple as typing in the following command into your terminal (on Debian-like systems):
sudo apt-get install libqt4-gui libqt4-svg libqt4-webkit libqt4-xml libqt4-dev
|
Quote:
Originally Posted by platt
Now it compiles, but the old error Segmentation fault appears, much the same as with the precompiled package.
|
Then you're hitting a bug, you should file a bug report in the Sigil issue tracker, IIUC.