Difference between revisions of "Flite"
From CBLFS
Jump to navigationJump to search(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
| http://www.speech.cs.cmu.edu/flite/packed/flite-1.3/flite-1.3-release.tar.gz | | http://www.speech.cs.cmu.edu/flite/packed/flite-1.3/flite-1.3-release.tar.gz | ||
+ | |-valign="top" | ||
+ | !Optional Patch (To Use [[ALSA]]): | ||
+ | | http://svn.cross-lfs.org/svn/repos/patches/flite/flite-1.3-alsa_support-1.patch | ||
|} | |} | ||
---- | ---- | ||
− | == Introduction to | + | == Introduction to Flite == |
− | + | Flite contains Text-To-speech engine for english users. | |
+ | |||
+ | == Dependencies == | ||
+ | |||
+ | === Optional === | ||
+ | * [[ALSA]] | ||
== Non-Multilib == | == Non-Multilib == | ||
+ | |||
+ | If you would like [[ALSA]] support apply the following patch: | ||
+ | |||
+ | patch -Np1 -i ../flite-1.3-alsa_support-1.patch | ||
Compile the package: | Compile the package: | ||
Line 26: | Line 38: | ||
=== 32Bit === | === 32Bit === | ||
+ | |||
+ | If you would like [[ALSA]] support apply the following patch: | ||
+ | |||
+ | patch -Np1 -i ../flite-1.3-alsa_support-1.patch | ||
Compile the package: | Compile the package: | ||
Line 38: | Line 54: | ||
=== N32 === | === N32 === | ||
+ | |||
+ | If you would like [[ALSA]] support apply the following patch: | ||
+ | |||
+ | patch -Np1 -i ../flite-1.3-alsa_support-1.patch | ||
Compile the package: | Compile the package: | ||
Line 50: | Line 70: | ||
=== 64Bit === | === 64Bit === | ||
+ | |||
+ | If you would like [[ALSA]] support apply the following patch: | ||
+ | |||
+ | patch -Np1 -i ../flite-1.3-alsa_support-1.patch | ||
Compile the package: | Compile the package: |
Latest revision as of 10:05, 16 December 2006
Download Source: | http://www.speech.cs.cmu.edu/flite/packed/flite-1.3/flite-1.3-release.tar.gz |
---|---|
Optional Patch (To Use ALSA): | http://svn.cross-lfs.org/svn/repos/patches/flite/flite-1.3-alsa_support-1.patch |
Contents
Introduction to Flite
Flite contains Text-To-speech engine for english users.
Dependencies
Optional
Non-Multilib
If you would like ALSA support apply the following patch:
patch -Np1 -i ../flite-1.3-alsa_support-1.patch
Compile the package:
./configure --prefix=/usr && sed -i 's/@ $(MAKE) -C lib/#/' Makefile && make
Install the package
make install
Multilib
32Bit
If you would like ALSA support apply the following patch:
patch -Np1 -i ../flite-1.3-alsa_support-1.patch
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --host=${CLFS_TARGET32} && sed -i 's/@ $(MAKE) -C lib/#/' Makefile && make
Install the package
make install
N32
If you would like ALSA support apply the following patch:
patch -Np1 -i ../flite-1.3-alsa_support-1.patch
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 && sed -i 's/@ $(MAKE) -C lib/#/' Makefile && make
Install the package
make install
64Bit
If you would like ALSA support apply the following patch:
patch -Np1 -i ../flite-1.3-alsa_support-1.patch
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 && sed -i 's/@ $(MAKE) -C lib/#/' Makefile && make
Install the package
make install