-
Notifications
You must be signed in to change notification settings - Fork 39
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
Any idea for how to run "make" commands in windows #52
Comments
@rubenmedios you can try downloading the Make executable from http://www.mingw.org/. Though I remember that it's not very straight forward. How did you get your bash environment? |
@rubenmedios I have close to zero experience with Windows. However, on one occasion I had to install |
@rubenmedios could you specify more details on the problem - if it is still active? basic info would be: on windows you can use mingw32-make.exe - if you installed the compiler and add the path to your environment variable PATH to check it:
Sorry if this is too low level - but from your question I assumed that you did not know it... |
If it is only to generate binary files, I use:
|
Hi, |
Hi, I'm running bash (Version 4.4.12(3)-release (x86_64-cygwin) on Windows 10. I searched in my mingw program files for the (make) executable. C:..\MinGW\bin\make.exe |
Just add environment variable C:\Program Files (x86)\GnuWin32\bin Thats All. Cheers, |
Follow the step:Step 1 - Install Mingw, through the MinGW installer. |
-this has worked for me, thanks |
this didnot work for me. I am using make to start a postgres db for my go project. |
|
when i try to run make #even though the files are name Makefile |
I am using 64bit windows |
Try |
I try the system, but haven't luck, the result is this
I'm on Windows 10
The text was updated successfully, but these errors were encountered: