Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 933 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 933 Bytes

kdictionary-lingoes

A Lingoes Dictionary File LD2/LDX Reader. Written in C++(Qt).


This program is a standalone Lingoes LD2/LDX reader/extracter.

Usage

Execute ./kdictionary-lingoes -h to print this usage information.

Usage: ./kdictionary-lingoes [options]
Lingoes dictionary file (LD2/LDX) reader/extracter.

Options:
  -h, --help      Displays this help.
  -v, --version   Displays version information.
  -i <input>      Input Lingoes dictionary file (default: input.ld2).
  -o <output>     Output extracted text file (default: output.txt).
  --disable-trim  Disable HTML tag trimming.

Dependecencies

  • CMake > 2.8.11
  • Qt5Core

LICENSED UNDER GPLv3

THANKS

Xiaoyun Zhu: Author of original Java code.