Giter Site home page Giter Site logo

charygao / stardict-3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from huzheng001/stardict-3

0.0 2.0 0.0 7.16 MB

Automatically exported from code.google.com/p/stardict-3

License: GNU General Public License v3.0

Shell 0.87% Makefile 1.00% C 3.70% C++ 87.64% HTML 0.01% NSIS 0.61% JavaScript 0.32% M4 4.41% Roff 0.02% Python 1.04% PHP 0.17% Perl 0.16% V 0.05%

stardict-3's Introduction

See: dict/README

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.

The top level directory contains the following subdirectories:
- dict - StarDict dictionary
- tools - StarDict tools
- lib - a library with common code used by StarDict dictionary and StarDict tools

Each subdirectory contains an independent project with its own configure script.

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.

If you checkout StarDict source code from a repository, you need to bootstrap the project. 
Execute the autogen.sh file in the root directory. Now you should have configure script and
other files required to configure and build the project.
Note that autogen.sh does not automatically invoke the configure script.

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.

Now you may build and install the project:
make
make install

For information about specific subproject, recurse into the respective subdirectory. 
Read README, INSTALL and other files.

License notes
-------------

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

stardict-3's People

Contributors

huzheng001 avatar bircoph avatar korhoj avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.