I needed to amend _dev/Makefile slightly. On my system, some of the folders in GOROOT are symbolic links to directories the Makefile tries to copy. Adding the -H flag to cp solves this, and AFAICT should not affect the build on other systems.
I also added some notes to README.md for getting things to run on Ubuntu.
I needed to amend
_dev/Makefile
slightly. On my system, some of the folders in GOROOT are symbolic links to directories the Makefile tries to copy. Adding the-H
flag tocp
solves this, and AFAICT should not affect the build on other systems.I also added some notes to
README.md
for getting things to run on Ubuntu.