Ticket #126 (closed task: fixed)
Install notes for HTK 3.4 install on Fedora FC4 AMD64
Reported by: | kmaclean | Owned by: | kmaclean |
---|---|---|---|
Priority: | minor | Milestone: | Website 0.2 |
Component: | Acoustic Model | Version: | 0.1-alpha |
Keywords: | Cc: |
Description (last modified by kmaclean) (diff)
Before following HTK instructions, do the following (assumes FC6 distro):
- HTK does not compile using GCC version 4 on AMD 64, need to install GCC version 3.4 compatibility libraries: #yum install compat-gcc-34 compat-gcc-34-c++ compat-libstdc++ compat-libstdc++-33
- install X Software Development package from Fedora #system-config-packages &
select Development, then 'X Software Development'
(make sure x0rg-X11-proto-devel and glibc-devel are installed)
- #./configure cc=gcc34
- #make all
- #make install
Change History
Note: See
TracTickets for help on using
tickets.