KDE4/KdeAccessibility: Difference between revisions
From CBLFS
Jump to navigationJump to search
New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdeaccessibility |} == Dependencies == === ... |
|||
| Line 12: | Line 12: | ||
=== Optional === | === Optional === | ||
* [[ALSA]] | |||
=== Runtime === | |||
* [[Epos]] | |||
* [[Festival]] | |||
* [[flite]] | |||
* [[FreeTTS]] | |||
* [[mbrola]] | |||
* [[txt2pho]] | |||
== Configuration Information == | == Configuration Information == | ||
Revision as of 07:55, 31 October 2008
| Download Source: | svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdeaccessibility |
|---|
Dependencies
Required
Optional
Runtime
Configuration Information
Non-Multilib
Compile the package:
mkdir -vv build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) && make
Install the package:
make install