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