Skip to content
New issue

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

Build output location #57

Open
stevennyman opened this issue Nov 6, 2022 · 2 comments
Open

Build output location #57

stevennyman opened this issue Nov 6, 2022 · 2 comments

Comments

@stevennyman
Copy link
Contributor

I am able to get the build to complete (when using the modification made in #56), but I cannot find the output files. I run the build by running make in the vosk-browser directory. Where does the build output its files? Do the output files need to be manually extracted from the Docker container?

@stevennyman
Copy link
Contributor Author

stevennyman commented Nov 7, 2022

I was able to figure it out, though build documentation could be improved. Here is a brief summary of the steps I followed:

  • install Docker, make, and npm/nodejs
  • pull the Vosk submodule: git submodule update --init --recursive
  • run make
  • run make binary
  • cd into lib and run npm install
  • cd back out of the directory and run make library
  • results are in lib/dist

@ccoreilly
Copy link
Owner

I am glad you figured it out @stevennyman :) thanks for summarizing it, I will leave the issue open until build documentation has been improved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants