Quote:
Originally Posted by blackest
That isn't quite how you do it thou is it?
/usr/local/bin/sigil is a script which sets up the qt lib locations and then runs /usr/local/share/sigil/sigil-real
|
That's not how I do it in my binary package, no. But I'm also distributing and relocating the Qt libs, so the script is necessary. You're free to create a similar script if you like.
Quote:
There is also a warn on compilation
"/src/Sigil/Misc/PluginDB.cpp:101:18: warning: unused variable ‘plugin’ [-Wunused-variable]
Plugin *plugin;
"
|
Compilation warnings are not errors. Ignore them.