localization of DWC
-
i downloaded source code and found files that are required for localization (language files)
how do i compile source code back to something that i can install into my duet ?
-
Have a look at https://github.com/chrishamm/DuetWebControl
The sources of DWC2 can be found in the 'next' branch. -
@chrishamm , next is not available in location you have specified...
another question: How do i compile DWC after i change (add language file) ?!
-
@c310 said in localization of DWC:
next is not available in location you have specified...
seems to be fixed now?
-
@c310 said in localization of DWC:
@chrishamm , next is not available in location you have specified...
another question: How do i compile DWC after i change (add language file) ?!
Install Node.JS and run "npm run build" in the directory where package.json lies.