KTranslator |
|||||||||||
|
Download and Install of KTranslatorRequirementsTo install KTranslator, you should have this software already installed:
To install Dictconv, you should have this software already installed: DownloadKTranslator 0.4Download the KTranslator 0.4 from here. Gentoo ebuild for KTranslator 0.4 here. Dictconv 0.2Download the Dictconv 0.2 from here.
You can download old releases here. InstallationTo install KTranslator or Dictconv, first decompress the package.
Next, run configure.
One important option of configure is --disable-opts. By default, the KTranslator uses some optimizations (use of QMap) that consumes a lot of memory, but makes the search very faster (about 1ms per dictionary). If your system does not have much memory (<64MB) or you think KTranslator is using too memory, pass this option to configure. The penalty is that the search will be very slower, but acceptable (~200 ms in a dictionary with 15000 headwords). If you are unsure, let it as is. Then, run make.
or
If all do without problems, you have KTranslator installed on your system. In first run, you have to configure one dictionary to use. Go to dictionaries page to download one. Dictconv can also be compiled with CMake.
|