from http://techstabber.com/2013/08/04/sigil ... ub-editor/
Code: Select all
Sigil: The Free EPUB Editor
The best features of Sigil are the ability of edit the epub files using a WYSIWYG editor and the possibility to converting multiple file formats into epub files.
Free and open source software under GPLv3
Multi-platform: runs on Windows, Linux and Mac
Full UTF-16 support
Full EPUB 2 spec support
Multiple Views: Book View, Code View and Preview View
WYSIWYG editing in Book View
Complete control over directly editing EPUB syntax in Code View
Table of Contents generator with multi-level heading support
Metadata editor with full support for all possible metadata entries (more than 200) with full descriptions for each
User interface translated into many languages
Spell checking with default and user configurable dictionaries
Full Regular Expression (PCRE) support for Find & Replace
Supports import of EPUB and HTML files, images, and style sheets,
Documents can be validated for EPUB compliance with the integrated FlightCrew EPUB validator
Embedded HTML Tidy: all imported files have their formatting corrected, and your editing can be optionally cleaned
But it still says:
Code: Select all
guest@porteus:/usr/lib64$ ldd /usr/bin/sigil|grep "not found"
libhunspell-1.2.so.0 => not found
libboost_date_time.so.1.45.0 => not found
libboost_filesystem.so.1.45.0 => not found
libboost_program_options.so.1.45.0 => not found
libboost_regex.so.1.45.0 => not found
libboost_system.so.1.45.0 => not found
libboost_thread.so.1.45.0 => not found
Code: Select all
guest@porteus:/usr/lib64$ ls -1 libhunspell* libboost_date_time.so* libboost_filesystem.so* libboost_program_options.so* libboost_regex.so* libboost_system.so* libboost_thread.so*
libboost_date_time.so
libboost_date_time.so.1.49.0
libboost_filesystem.so
libboost_filesystem.so.1.49.0
libboost_program_options.so
libboost_program_options.so.1.49.0
libboost_regex.so
libboost_regex.so.1.49.0
libboost_system.so
libboost_system.so.1.49.0
libboost_thread.so
libboost_thread.so.1.49.0
libhunspell-1.3.la
libhunspell-1.3.so
libhunspell-1.3.so.0
libhunspell-1.3.so.0.0.0
All dependencies should be solved, since all needed libraries are of newer versions than the needed...