Skip to content

Commit

Permalink
Graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
djdv committed Feb 16, 2018
1 parent 8f63fea commit 498462e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/windows.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Building on Windows
![](http://127.0.0.1:8080/ipfs/QmccXW7JSZMVXidSc7tHsU6aktuaiV923q4yBGHUsdymYo/build.gif)

## Install Go

Expand Down Expand Up @@ -56,7 +57,8 @@ SETX PATH %PATH%;\msys64\usr\bin

## Cygwin
1. Install Cygwin (https://www.cygwin.com)
2. During the install, select the following packages. (If you already have Cygwin installed, run the setup file again to install additional packages)
2. During the install, select the following packages. (If you already have Cygwin installed, run the setup file again to install additional packages) A fresh install should look something like [this reference image](https://ipfs.io/ipfs/QmaYFSQa4iHDafcebiKjm1WwuKhosoXr45HPpfaeMbCRpb/cygwin%20-%20install.png).
3.
- devel packages
- `git`
- `make`
Expand Down

1 comment on commit 498462e

@GitCop
Copy link

@GitCop GitCop commented on 498462e Feb 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

Please sign in to comment.