-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Windows] Document make dependency #1406
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@Adirio: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @Adirio, What is expected here? Only add in the readme here that users might be able to try out it in a win SO with https://www.cygwin.com/ ? |
No, you are actually able to build kubebuilder with Windows without cygwin, you do need to install make to run the makefile though. |
In the bug triage meeting, we spoke about to support windows officially and we all agreed that it would be nice. However, we would need help from the community to achieve this goal. More info: #1405 (comment) |
Closed in favor of : #2940 |
Description
make
is not installed in Windows. This dependency should be added to the book.There are several methods to install
make
, providing some alternatives or a link to useful resources should be considered.Please, comment here before taking this task to coordinate development efforts.
Note: this task is tracked in #1405
The text was updated successfully, but these errors were encountered: