Closed
Description
Hello,
I can't find in documentation how to compile arduino-builder from my local sources.
I can git clone
then go build
and it works.
However when I modify something in src/github.com/arduino/arduino-cli/
I can never get my sources properly compiled.
Tweaking by pushing updates in an arduino-cli fork and updating github refs gives some results - my sources are compiled - but in the end this process fails to get to the final arduino-builder executable because of unmatching git urls.
Thank you for your help.
Edit
I understand arduino-cli is another repository, and that this tool is included in arduino-builder.
I would like arduino-builder to be built with my changes from arduino-cli.