vosk-browser
vosk-browser copied to clipboard
Build output location
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?
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
liband runnpm install - cd back out of the directory and run
make library - results are in
lib/dist
I am glad you figured it out @stevennyman :) thanks for summarizing it, I will leave the issue open until build documentation has been improved.