View Single Post
Old 10-15-2014, 03:59 AM   #4
blackest
Connoisseur
blackest began at the beginning.
 
Posts: 67
Karma: 10
Join Date: Sep 2014
Device: sony prs 2
Quote:
Originally Posted by DiapDealer View Post
I think you have it built properly if it runs. It doesn't need to be in your path to work.

If you want it to be in your path then either create a symlink in /usr/bin or /usr/local/bin to the sigil binary in your ~/Sigil-0.8.1/run/bin folder, or eliminate the "-DCMAKE_INSTALL_PREFIX=~Sigil-0..8.1/run" from your original cmake command and use:

"sudo make install"

to install Sigil to the /usr/local prefix. The Sigil binary (/usr/local/bin/sigil) will be in your path.
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

There is also a warn on compilation
"/src/Sigil/Misc/PluginDB.cpp:101:18: warning: unused variable ‘plugin’ [-Wunused-variable]
Plugin *plugin;
"

cheers other than that it seems without problems.
blackest is offline   Reply With Quote