rhasspy / piper-phonemize

C++ library for converting text to phonemes for Piper
MIT License
90 stars 77 forks source link

Provide install target and pkgconfig for headers #4

Closed mweinelt closed 1 year ago

mweinelt commented 1 year ago

The library currently comes without an install target, which is unfortunate and requires consumers to copy around build artifacts manually.

Also, Piper since 1.0.0 requires the header files for phonemes_ids.hpp, but since the build creates no .pc files, we cannot rely on pkgconfig to find the header files.

mweinelt commented 1 year ago

Whoops, apparently solved in acb02de736cd76562fad528fa1092eaa1d4d78a6