1Installation Instructions
2*************************
3
41. After unpacking the tar.gz file, cd to the hts_engine API directory.
5
62. Run configure script with appropriate options.
7
8   % ./configure
9
10   For detail, please see.
11
12   % ./configure --help
13
143. Run make.
15
16   % make
17
184. Install library and binary.
19
20   % make install
21