]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/flite_hts_engine/INSTALL
Launcher shows polygon/polyline data
[flightgear.git] / 3rdparty / flite_hts_engine / INSTALL
1 Installation Instructions
2 *************************
3
4 1. After unpacking the tar.gz file, cd to the flite+hts_engine directory.
5
6 2. Run configure script with appropriate options.
7
8    % ./configure \
9      --with-hts-engine-header-path=/usr/local/hts_engine_API/include \
10      --with-hts-engine-library-path=/usr/local/hts_engine_API/lib
11
12    For detail, please see.
13
14    % ./configure --help
15
16 3. Run make.
17
18    % make
19
20 4. Install library and binary.
21
22    % make install