-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to build codecBox.js #10
Comments
The error you saw is due to changed x264 repo url. Edit |
Hi @duanyao , Thanks for reply, After the above given correction the command was executed successfully.Now Kindly provide steps to overcome this issue. |
The error in |
@duanyao Thanks Much ! I am able to produce codecbox.js without any errors, Further below Changes is what helped me to integrate my project Successfully
|
Hi @duanyao
I had followed your methods to build project as follows.
I have installed emscriptm package in linux
And then i had cloned the project and run
npm install
Then i installed grunt npm module globally by using this command
npm install grunt -g --save
Then i run command
grunt init --force
(because it was exited last time when running same command without -- force)After running above command i got done message with some warning.
Next i executed
grunt build
command but shows warning in between process and finally it throws error like this`
Running "exec:configure-x264" (exec) task
`
How to fix the above errors. Kindly provide steps to overcome this issue.
The text was updated successfully, but these errors were encountered: