Closed arnested closed 8 years ago
The build instructions for the master branch doesn't work for me (and @danquah).
We end up at
% go generate make: *** No targets specified and no makefile found. Stop. gen_assets.go:4: running "make": exit status 2
ah, i suspect the main thing i'm missing is initializing the submodule. run
git submodule init git submodule update
then try again
Indeed. Thanks.
See PR #203.
The build instructions for the master branch doesn't work for me (and @danquah).
We end up at