View Single Post
Old 02-20-2013, 01:07 AM   #35
Ahmad Samir
Zealot
Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!
 
Posts: 114
Karma: 5246
Join Date: Jul 2010
Device: none
Quote:
Originally Posted by st_albert View Post
@meme:
For the Linux build, what does the "-DFORCE_BUNDLED_COPIES=1" define in the cmake command do? I inadvertently built it without that define, and it seems to run fine. (Debian sid, with KDE).

Thanks for all your work!

Albert
Sigil bundles some libraries in its source repository, e.g. Boost, zlib, MiniZip, hunspell, PCRE.... etc; FORCE_BUNDLED_COPIES makes Sigil use those bundled libraries instead of using the system-provided libraries (if they're installed on your system).

For example if you have pcre-devel installed and build with -DFORCE_BUNDLED_COPIES=1, then Sigil will use the bundled pcre not the system-provided ones.
Ahmad Samir is offline