You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the same problem when attempting to compile on a Raspberry PI (raspbian "buster").
Apparently, the pkg-config system that ./configure is using is looking for a file named "libpcre2-8.pc", which the dependencies.sh script did built, but didn't copy into /usr/local.
So... After running ./dependencies.sh, you need to:
Trying to run this on Amazon Linux, because I hope to run some open source TTS on AWS Lambda.
Steps:
My full steps on the fresh instance:
I tried to install
pcre-devel
but output is still the same.The text was updated successfully, but these errors were encountered: