Menu

Tree [8c4d33] master /
 History

HTTPS access


File Date Author Commit
 3rdparty 2016-05-12 Koptsow Dmitriy Koptsow Dmitriy [dc4f83] fixes
 corpusgenerator 2015-10-18 Koptsov Dmitry Koptsov Dmitry [680b57] macx project fixes
 fontimagecreator 2015-08-25 Koptsow Dmitriy Koptsow Dmitriy [f5e4e9] gui: linux dbus; global: switch to qlogginghelper
 generatorfunctions 2015-08-25 Koptsow Dmitriy Koptsow Dmitriy [f5e4e9] gui: linux dbus; global: switch to qlogginghelper
 gui 2019-01-19 Koptsow Dmitriy Koptsow Dmitriy [8c4d33] sync
 jmdictgenerator 2019-01-19 Koptsow Dmitriy Koptsow Dmitriy [8c4d33] sync
 kanjidicgenerator 2015-11-29 Koptsow Dmitriy Koptsow Dmitriy [223672] adapt kanjivggenerator to new kanjivg source fo...
 kanjiocrdb 2015-10-18 Koptsov Dmitry Koptsov Dmitry [680b57] macx project fixes
 kanjivggenerator 2015-11-29 Koptsow Dmitriy Koptsow Dmitriy [223672] adapt kanjivggenerator to new kanjivg source fo...
 qjdicexamplecore 2019-01-19 Koptsow Dmitriy Koptsow Dmitriy [8c4d33] sync
 qjdictest 2015-08-25 Koptsow Dmitriy Koptsow Dmitriy [f5e4e9] gui: linux dbus; global: switch to qlogginghelper
 qkanjiocr 2016-01-07 Koptsov Dmitry Koptsov Dmitry [0bf535] win32 fixes
 revisioncontrol 2015-08-25 Koptsow Dmitriy Koptsow Dmitriy [f5e4e9] gui: linux dbus; global: switch to qlogginghelper
 sentdbconverter 2015-08-25 Koptsow Dmitriy Koptsow Dmitriy [f5e4e9] gui: linux dbus; global: switch to qlogginghelper
 templates 2011-05-22 Koptsow Dmitriy Koptsow Dmitriy [9ffb88] initial commit
 versioncontrol 2015-08-25 Koptsow Dmitriy Koptsow Dmitriy [f5e4e9] gui: linux dbus; global: switch to qlogginghelper
 zinniagenerator 2015-10-18 Koptsov Dmitry Koptsov Dmitry [680b57] macx project fixes
 .gitignore 2015-12-28 Koptsov Dmitry Koptsov Dmitry [573196] sync; win frame dev-t
 README 2012-09-14 Koptsow Dmitriy Koptsow Dmitriy [027797] quazip 0.5, singleapp - not tested
 astyle_format 2012-05-07 Koptsow Dmitriy Koptsow Dmitriy [e1dd9d] sync - wont compile
 bin_install.conf 2011-08-30 Koptsow Dmitriy Koptsow Dmitriy [186594] sync - install path do not work
 build.conf 2015-01-31 Koptsov Dmitry Koptsov Dmitry [30d5f9] some macx fixes
 deploymaclibs.sh 2015-05-30 Koptsov Dmitry Koptsov Dmitry [710662] mac fixes; ui (for mac) fixes
 git_push 2012-04-30 Koptsow Dmitriy Koptsow Dmitriy [f07080] code formatting, searchconfig from popupdict, s...
 gplv3.txt 2011-10-27 Koptsow Dmitriy Koptsow Dmitriy [45720a] add gpl text file
 lib_install.conf 2015-05-30 Koptsov Dmitry Koptsov Dmitry [710662] mac fixes; ui (for mac) fixes
 movemacexec.sh 2015-10-18 Koptsov Dmitry Koptsov Dmitry [c64bec] macx installation fixes
 qjdicexample.pri 2016-04-23 Koptsov Dmitry Koptsov Dmitry [30217c] webengine(5.6) html save
 qjdicexample.pro 2015-01-31 Koptsov Dmitry Koptsov Dmitry [470111] qt 5.4 fixes

Read Me

QJDicExample is an English <-> Japanese dictionary.

------------------------------------------------------------------------------

Author:  Koptsow Dmitriy
Licence: GNU General Public License version 3 (GPLv3) (Please refer to Help->About dalogt to learn about licences and resources, used by this application)
E-mail: suslicsoft.at.gmail.com

Please feel free to contact me about bugs, more detailed help etc.

------------------------------------------------------------------------------

WARNING.

First launch will require an active internet connection to download/build databases. It is recommended that pre-built databases are selected (building is quite slow)

------------------------------------------------------------------------------

Dependencies:
1. zlib - should be present if Qt is installed
2. (Optional) Qxt Library  - http://libqxt.org/ (To disable Qxt support run qmake with "NOQXT=1")

------------------------------------------------------------------------------

Compilation:
1. qmake PREFIX=/install/path qjdicexample.pro
	Optional arguments: LIB_DIR=/path/to/installed/libraries DATA_DIR=/path/to/installed/data/files NOQXT=1
2. make
3. make install

NOTE:
If QLocalSocket/QLocalServer are not implemented on your system, run qmake with "NOSAPP=1"

------------------------------------------------------------------------------

ATTENTION:
1. on *nix platforms --rpath is used at compile time, so you won't be able to launch qjdicexample executable if corresponfing libraries are not in /install/path/lib (or LIB_DIR value, which was specified when qmake was executed).
2. On Windows platform libraries must be in the same folder as executables.
3. Do not forget to quote install path if it contains spaces.
4. (Windows only) If make complains about zlib not found, rerun qmake with additional argument ZLIB_PATH=/path/to/zlib/library
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.