I build pcb2gocde from the source files available on Github. I can't use git because it is unable to clone the repository.
This means that each time I build pcb2gcode I get error messages in the output complaining that the git cannot be found, or, if I do install git, that it fails to find the repository.
To eliminate the error messages I have been manually editing CMakeLists.txt so that the line set(PCB2GCODE_GIT_VERSION "unknown") is changed to set(PCB2GCODE_GIT_VERSION "<hash from github page>")
Can pcb2gcode be updated to not require needing git when building from source?
I build pcb2gocde from the source files available on Github. I can't use
gitbecause it is unable to clone the repository.This means that each time I build pcb2gcode I get error messages in the output complaining that the
gitcannot be found, or, if I do installgit, that it fails to find the repository.To eliminate the error messages I have been manually editing
CMakeLists.txtso that the lineset(PCB2GCODE_GIT_VERSION "unknown")is changed toset(PCB2GCODE_GIT_VERSION "<hash from github page>")Can pcb2gcode be updated to not require needing
gitwhen building from source?