first commit

This commit is contained in:
Your Name
2022-10-20 20:29:11 +08:00
commit 4d531f8044
3238 changed files with 1387862 additions and 0 deletions

20
3rdparty/hts_engine_API/INSTALL vendored Normal file
View File

@@ -0,0 +1,20 @@
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