How do I install HTK on a 64 bit OS
			
			
				
					User: 
						
							kmaclean
						
						
					Date: 1/1/2010  5:27 pm
				
	
				
					Views: 12517
					Rating: -10
						
						
							
				
	
			 
			
				To compile HTK on a 64 bit Fedora Core 4, I used the following commands:
-  ./configure --prefix=/home/kmaclean/bin/htk-3.3 CC=gcc32 
 
- make all
- make install