Skip to navigation
How to use ./configure make on windows
30.10.19
On Windows you have MinGW installed and you also have to install msys. Some MinGW installations already come pre-installed with msys to check go to your MinGW folder and see if you have a msys folder inside there. Than make sure the path inside the Environment Variables of your windows is setup to MinGW and msys like so C:\MinGW\bin;C:\MinGW\msys\1.0\bin may look different on your system depending where you installed it. Now you can simply click on msys.bat inside msys\1.0 folder which will open up a shell. After you have the ability to run commands like sh inside your Command Prompt which is all you need. Now Click on your Windows Start button -> Run -> cmd.exe In Command Prompt just run sh command and it should show up as sh-3.1$ now you can navigate to your project folder and run the command ./configure make make install and that should completely build any of your pojects.
https://stackoverflow.com/questions/22873884/how-do-i-run-configure-with-mingw
Reply
Anonymous
Information Epoch 1745995053
Save trees.
Home
Notebook
Contact us