Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ramp-up into the project #38

Open
benhxy opened this issue Jul 22, 2019 · 1 comment
Open

Ramp-up into the project #38

benhxy opened this issue Jul 22, 2019 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@benhxy
Copy link
Collaborator

benhxy commented Jul 22, 2019

Install:

  1. Go SDK: https://golang.org/dl/
  2. VSIX SDK: https://docs.microsoft.com/en-us/visualstudio/extensibility/installing-the-visual-studio-sdk?view=vs-2019
  3. MinGW32 (to get gcc on Windows): https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/

Set environment variables :

  1. Clone this repo
  2. Set env variable GOPATH= (Temporary hack to make go build possible outside of default GOPATH, Read about GOPATH here: https://golang.org/doc/code.html#Organization)
  3. Add MinGW32 bin path to PATH

Open solution:

  1. For Windows: open src/Go.Windows.sln
  2. For Mac: open src/Go.Mac.sln
@benhxy benhxy added the documentation Improvements or additions to documentation label Jul 22, 2019
@gundermanc gundermanc pinned this issue Jul 22, 2019
@gundermanc
Copy link
Owner

Set env variable GOPATH= (Temporary hack to make go build possible outside of default GOPATH, Read about GOPATH here: https://golang.org/doc/code.html#Organization)

Note: we can probably fix this for the VS build at least by adding it to the EnvironmentVariables block in the build task.

@gundermanc gundermanc mentioned this issue Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants