File: README.md

package info (click to toggle)
artikulate 4%3A17.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,704 kB
  • sloc: cpp: 10,015; xml: 2,955; sh: 17; makefile: 10
file content (47 lines) | stat: -rw-r--r-- 1,438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Artikulate
==========

Artikulate is a language learning application that helps improving pronunciation skills for
various languages. This repository maintains the application and language specifications. All course
files are maintained in a separate repository named "artikulate-data" and hosted on the KDE
infrastructure.

For a detailed explanation how to contribute new languages and/or new courses, please refer to the
information at techbase: http://techbase.kde.org/Projects/Edu/Artikulate

* contribute: please go to phabricator.kde.org

Packaging and Building Information
==================================

# Build Dependencies

All build dependencies are defined in the CMake files. Please run CMake and and consider the
the output.

# Packaging

Building produces the binary "artikulate" and the following shared libraries, which are only used
internally inside Artikulate:

* artikulatelearnerprofile
* artikuklatesound
* artikulatecore


# Runtime Dependencies

* Breeze icons 

# Licensing

The major part of the codebase is licensed as GPL-2+ with the additional KDE e.V. clause. If no
license is given, this is the default license (though please report missing licenses asap.)
Main parts of the above named libraries are licenses as LGL-2+ with the additional KDE e.V. clause.
CMake files are BSD licensed.


# Patches and Bug Reports

Please use the bugs.kde.org or the git.reviewboard.kde.org infrastructure for this.