1
0
Fork 0
flightgear/3rdparty/hts_engine_API/INSTALL
James Turner 7b2d710cd0 Add hts_engine 1.08 and flite_hts 1.05 code.
- Not compiled by default, nor hooked up to anything yet.
- Both libraries licensed under modified BSD license.
- Added top-level CMake file for both, to create a plain static
  library for each.
2014-03-10 09:32:43 +00:00

20 lines
323 B
Text

Installation Instructions
*************************
1. After unpacking the tar.gz file, cd to the hts_engine API directory.
2. Run configure script with appropriate options.
% ./configure
For detail, please see.
% ./configure --help
3. Run make.
% make
4. Install library and binary.
% make install