StarDict
Sign in to saveStarDict, developed by Hu Zheng (胡正), is a free GUI released under the GPL-3.0-or-later license for accessing StarDict dictionary files (a dictionary shell). It is the successor of StarDic, developed by Ma Su'an (馬蘇安), continuing its version numbers.
Key facts
- Software.name
- sdcv
- Software.screenshot
- Image:Stardict-screen.png
- Software.caption
- StarDict screenshot
- Software.programming language
- C++
- Software.genre
- Dictionary
- Software.operating_system
- Cross-platform
- Software.license
- GPL-3.0-or-later
- Software.developer
- Evgeniy A. Dushistov, Hu Zheng
- Software.operating system
- Cross-platform
via Wikipedia infobox
Source code
This is the top level directory of StarDict project. StarDict project consists of StarDict dictionary and StarDict tools subprojects. The directory does not contain any code to be build, instead it passes control to subproject in order to configure and build them in correct order. In version 3.0.2 and before StarDict dictionary and StarDict tools were independent projects, they were distributed in separate tarball. There are many code pieces that may be shared between both project. They are mainly small convenience functions, but large classes like ones that read dictionary files may be shared as well. Common code was moved into a convenience library. This library does not mean to be installed on the client machine, it's linked statically with relevant programs. The new design of the project force that both StarDict dictionary and StarDict tools now be distributed in a single tarball. Configuring the project. By default, both StarDict dictionary and StarDict tools will be configured. You may disable any subproject with configure options --disable-dict and --disable-tools. For example, to configure only StarDict dictionary, invoke configure script as follows: ./configure --disable-tools It's recommended to configure and build StarDict in a separate directory to source code. That preserve the source tree clean. StarDict dictionary and StarDict tools subprojects support their own configuration options. To see the list of supported option, invoke the top level configure script with --help=recursive option, or invoke configure script in subprojects with --help option. Options passed to the top level configure script will be passed to configure script in subdirectories, that allows you to configure subprojects. For information about specific subproject, recurse into the respective subdirectory. Read README, INSTALL and other files. The project is licensed under GPL version 3 or (at your option) any later version. The following files are exceptions: dict/src/lib/ctype-utf8.cpp - GNU Library General Public License dict/src/lib/ctype-uca.cpp - GNU Library General Public License dict/src/eggaccelerators.h - GNU Library General Public License dict/src/eggaccelerators.cpp - GNU Library General Public License
Excerpt from the source-code README · 2,953 chars · not written by Vinony
~3 min read
Encyclopedic overview
7 sectionsContents
- Supported platforms
- Dictionaries available
- Features
- sdcv
- See also
- References
- External links
StarDict, developed by Hu Zheng (胡正), is a free GUI released under the GPL-3.0-or-later license for accessing StarDict dictionary files (a dictionary shell). It is the successor of StarDic, developed by Ma Su'an (馬蘇安), continuing its version numbers.
According to StarDict's earlier homepage on SourceForge, the project has been removed from SourceForge due to copyright infringement reports. It moved to Google Code and then back to SourceForge, while development is now seemingly continued on GitHub.
Excerpted from Wikipedia’s “StarDict” article, available under the CC BY-SA 4.0 licence.
Available in 16 languages
- Español
- Français
- Deutsch
- 中文
- Русский
- हिन्दी
- Bahasa Indonesia
- Bulgarian
- Czech
- Nederlands
- Polski
- Tiếng Việt
- Ukrainian
- ไทย
- 한국어
via Wikidata sitelinks · CC0