We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I run the configure command ./configure --prefix $PWD/phonetisaurus-install --enable-static --enable-shared
./configure --prefix $PWD/phonetisaurus-install --enable-static --enable-shared
However, the ./phonetisaurus-install contains only the binaries
./phonetisaurus-install
tree phonetisaurus-install/ phonetisaurus-install/ └── bin ├── phonetisaurus-align ├── phonetisaurus-apply ├── phonetisaurus-arpa2wfst ├── phonetisaurus-g2pfst ├── phonetisaurus-g2prnn ├── phonetisaurus-train └── rnnlm 1 directory, 7 files
Is it expected?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I run the configure command
./configure --prefix $PWD/phonetisaurus-install --enable-static --enable-shared
However, the
./phonetisaurus-install
contains only the binariesIs it expected?
The text was updated successfully, but these errors were encountered: