-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Enhance the part of how to build flannel.exe #1089
Conversation
Currently, it works on ubuntu, Fedora/Redhat needs to enhance too.
/lgtm |
@@ -22,10 +22,13 @@ Then you should be able to set the ARCH as above | |||
## Building manually | |||
|
|||
1. Make sure you have required dependencies installed on your machine. | |||
* On Ubuntu, run `sudo apt-get install linux-libc-dev golang gcc`. | |||
* On Ubuntu, run `sudo apt-get install linux-libc-dev golang gcc`. | |||
If the golang version installed is not 1.7 or higher. Download the newest golang and install manully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: manually
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. You can just edit it or another PR from me?
* On Ubuntu, run `sudo apt-get install linux-libc-dev golang gcc`. | ||
* On Ubuntu, run `sudo apt-get install linux-libc-dev golang gcc`. | ||
If the golang version installed is not 1.7 or higher. Download the newest golang and install manully. | ||
To build the flannel.exe on windows, mingw-w64 is also needed. Run command `sudo apt-get install mingw-w64` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean flanneld.exe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it's a typo error.
Meanwhile, for Fedora/Redhat, I think the mingw-w64 is also needed, but I only test on Ubuntu. Maybe someone who is in charge of the document can improve this section too.
Currently, it works on ubuntu, the part of Fedora/Redhat needs to enhance too.
Description
Todos
Release Note