vosk-browser icon indicating copy to clipboard operation
vosk-browser copied to clipboard

Build output location

Open stevennyman opened this issue 3 years ago • 2 comments

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 avatar Nov 06 '22 21:11 stevennyman

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

stevennyman avatar Nov 07 '22 01:11 stevennyman

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

ccoreilly avatar Nov 07 '22 22:11 ccoreilly