-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
update install make by w64devkit #5297
Conversation
@airMeng , @luoyu-intel @abhilash1910 @cebtenzzre |
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.
maybe we can simply as the main README.md does
Line 256 in 52bb63c
- On Windows: |
The usage in the guide of README.md is to build the whole project in shell (unix-like) environment. I try it and its fault (cmake issue, maybe cmake conflict to other cmake in my PC). |
- Unzip the binary package. In the **bin** sub-folder and rename **xxx-make.exe** to **make.exe**. | ||
|
||
- Add the **bin** folder path in the Windows system PATH environment. | ||
- Add the **bin** folder path in the Windows system PATH environment, like `C:\xxx\w64devkit\bin\`. |
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.
Is there a reason the w64devkit console can't be used for the following steps, instead of polluting the native Windows environment with Unix-like build tools?
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.
I have tried with w64devkit console. The compile is fault now. cmake report issue.
So I introduce native windows environment.
I'm busy for another feature development now. I will check it later.
add install make.exe method in windows by w64devkit.