Quote:
Originally Posted by fekhner
I still believe that the DR's, especially the DR1000 with an easily exchangeable external card with up to 32 GB, would be ideal for off-line wikipedia and wiktionary.
Alternatives seem to be
http://aarddict.org/ or http://evopedia.info/
There has been a port of the latter for the Boox M92, so, since my developer skills are in-existent, I have just tried to adapt what has been done over there
https://www.mobileread.com/forums/sho...9&postcount=69
Over course it does not really work, the error message I get on the emulator is
root@qemuarm:/media/mmcblk0p1/Programs/_evopedia# ./_evopedia.sh
./evopedia: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
bind: Address already in use
Any chance to make this work ?
|
evopedia makes extensive use of Qt, so you either need to compile the Qt libraries and install them, or you need a statically linked build of evopedia. I am currently trying the latter, please stay tuned.