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

Enhance the part of how to build flannel.exe #1089

Merged
merged 1 commit into from
Jan 26, 2019

Conversation

JohnJAS
Copy link
Contributor

@JohnJAS JohnJAS commented Jan 26, 2019

Currently, it works on ubuntu, the part of Fedora/Redhat needs to enhance too.

Description

Todos

  • Tests
  • Documentation
  • Release note

Release Note

None required

Currently, it works on ubuntu, Fedora/Redhat needs to enhance too.
@rajatchopra
Copy link
Contributor

/lgtm

@rajatchopra rajatchopra merged commit d3eea7f into flannel-io:master Jan 26, 2019
@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: manually

Copy link
Contributor Author

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`
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants