albiondata-client icon indicating copy to clipboard operation
albiondata-client copied to clipboard

Windows build instructions have fallen out of date

Open regner opened this issue 8 years ago • 1 comments

regner avatar Aug 21 '17 20:08 regner

https://github.com/Regner/albiondata-client/wiki/Building-in-Windows is still a good start but has some issues:

  • One should really use git bash, otherwise its pain
  • Make sure, GOPATH is set correctly
  • After installing dep, make sure to do export PATH=$GOPATH/bin:$PATH to find the dep tool
  • I had to execute the steps described here: https://stackoverflow.com/a/38069376 not sure if this was a specific problem for me

oxisto avatar Sep 08 '17 10:09 oxisto