Hi,
Quote:
Originally Posted by varlog
On my Ubuntu (14.04) compiling 0.7.700 (git latest) with Qt Creator (3.1.2 opensource) I don't get share/sigil/plugin_launchers folder in my build folder, I have to copy it manually. Is it design, do I miss something?
-DCMAKE_INSTALL_PREFIX is set to my build folder
|
Not sure, user-none has been changing some of the install locations to remove the lua code, something may have broken? I will look into it.
Lack of decent support for gui widgets, lack of decent support for xml parsers and processors, no real support for full unicode. All solvable given time but doing so would delay the actual release for not much reward given Lua has too small a user base. Instead we have focused on making the launcher code run on both python2.7, and python3.4 so we can now support both python and python 3 plugins. We will probably skip the beta and make a full release soon so that we can turn our attention to epub 3 support.
Quote:
Maintenance problems... duplicating code... .
|
Then simply add those python libs to your python interpreter sys.path search so they can be found by any python program. That way no duplicating of code. That is true of any python program.