r9y9 / hts_engine_API

A fork of hts_engine_API
20 stars 17 forks source link

インストールできません #20

Open project100man opened 2 years ago

project100man commented 2 years ago

https://amanokei.hatenablog.com/entry/2020/10/11/195626 とか https://qiita.com/taroushirani/items/ec16cb9a6b3b691f5e74 にあるgoogle colaboratorで

! git clone -q https://github.com/r9y9/hts_engine_API ! cd hts_engine_API/src && ./waf configure --prefix=/usr/ && ./waf build > hts_engine_API_build.log 2>&1 && ./waf install ! git clone -q https://github.com/r9y9/sinsy ! cd sinsy/src/ && mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr/ .. && make -j > sinsy_build.log 2>&1 && make install

すると

CMake Error at CMakeLists.txt:20 (add_subdirectory): add_subdirectory given source "lib/hts_engine_API/hts_engine/src" which is not an existing directory.

止まる