Warning, /education/artikulate/README.md is written in an unsupported language. File is not indexed.
0001 <!-- 0002 Copyright 2013-2019 Andreas Cord-Landwehr <cordlandwehr@kde.org> 0003 SPDX-License-Identifier: CC-BY-SA-4.0 0004 --> 0005 0006 Artikulate 0007 ========== 0008 0009 Artikulate is a language learning application that helps improving pronunciation skills for 0010 various languages. This repository maintains the application and language specifications. All course 0011 files are maintained in a separate repository named "artikulate-data" and hosted on the KDE 0012 infrastructure. 0013 0014 For a detailed explanation how to contribute new languages and/or new courses, please refer to the 0015 information at techbase: http://techbase.kde.org/Projects/Edu/Artikulate 0016 0017 * contribute: please go to phabricator.kde.org 0018 0019 Packaging and Building Information 0020 ================================== 0021 0022 # Build Dependencies 0023 0024 All build dependencies are defined in the CMake files. Please run CMake and and consider the 0025 the output. 0026 0027 # Packaging 0028 0029 Building produces the binary "artikulate" and the following shared libraries, which are only used 0030 internally inside Artikulate: 0031 0032 * artikulatelearnerprofile 0033 * artikuklatesound 0034 * artikulatecore 0035 0036 0037 # Runtime Dependencies 0038 0039 * Breeze icons 0040 0041 # Licensing 0042 0043 The major part of the codebase is licensed as GPL-2+ with the additional KDE e.V. clause. If no 0044 license is given, this is the default license (though please report missing licenses asap.) 0045 Main parts of the above named libraries are licenses as LGL-2+ with the additional KDE e.V. clause. 0046 CMake files are BSD licensed. 0047 0048 0049 # Patches and Bug Reports 0050 0051 Please use the bugs.kde.org or the git.reviewboard.kde.org infrastructure for this. 0052