View Single Post
Old 11-16-2023, 10:23 AM   #26
derrickoswald
Junior Member
derrickoswald began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Nov 2023
Device: Sigil
Quote:
Originally Posted by DiapDealer View Post
What did you use for an install prefix when configuring Sigil? And why? I'm a little concerned that Sigil has been installed to /opt rather than the typical /usr/local. You're changing things that really shouldn't be altered if you don't know exactly what you're doing.

I've never seen this output from Sigil's test plugin before:
Code:
Wrapped: /opt/sigil/bin/sigil
That was just added by me to explain the two different outputs (wrapped vs raw).

The install prefix was:
Code:
-DCMAKE_INSTALL_PREFIX=/opt/sigil
The reason is, I try to put any manually installed stuff in /opt as a means of tracking and hence being able to quickly delete installations by removing a directory.

By the way, if I just remove the QTLIB_DIR definition in that wrapper script:
Code:
#QTLIB_DIR="/usr/lib/x86_64-linux-gnu"
QTLIB_DIR=""
it works correctly (at least the testplugin and a quick smoketest), so I'm good with that.
Thanks for the heads-up about the wrapper.
derrickoswald is offline   Reply With Quote