Compile error?
Added by Anonymous almost 7 years ago
Hi,
I'm trying to make some changes to the dvr.js for the webui (add a new button), I have made all changes and tvheadend compile without errors (changes affect to api_dvr.c, dvr.h, dvr_db.c, dvr.js and ext.css), but when I open the webui the changes are gone, I can't see the new button, but the other changes is working well. If I use the developer mode of chrome and I search inside the tvh.js.gz, the new code don't exist. What I'm doing wrong?
Thanks.
Replies (2)
RE: Compile error? - Added by Anonymous almost 7 years ago
I don't know why, but if you change any code into javascripts files you need to create a new .deb file and install it, to be able
to see the result, if you only change C code, you can copy the tvheadend binary to the /usr/bin directory and the changes will take effect.
So this problem is resolved.
Thanks.