Difference between revisions of "KDE4/KdeAccessibility"
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 == === ...) |
(→Dependencies) |
||
Line 12: | Line 12: | ||
=== Optional === | === Optional === | ||
+ | * [[ALSA]] | ||
+ | |||
+ | === Runtime === | ||
+ | * [[Epos]] | ||
+ | * [[Festival]] | ||
+ | * [[flite]] | ||
+ | * [[FreeTTS]] | ||
+ | * [[mbrola]] | ||
+ | * [[txt2pho]] | ||
== Configuration Information == | == Configuration Information == |
Revision as of 00:55, 31 October 2008
Download Source: | svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdeaccessibility |
---|
Contents
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