How to run makefile in Windows

后端 未结 2 1181
旧时难觅i
旧时难觅i 2021-02-05 07:08

I have folder consisting files:

\"enter

How to run makefile? In console I type:

2条回答
  •  鱼传尺愫
    2021-02-05 08:01

    Try to use MSYS : http://www.mingw.org/wiki/MSYS

    MSYS is a collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally UNIX tools to be present.

    This allows to run bash-like scripts under windows.

    MSYS is included in MinGW package (direct download).

    MinGW Shell :

    enter image description here

    NOTE : CygWin can do this too, I think.


    EDIT : The link to MinGW above is 32 bits. If you are interested in a 64 bits version of it, please have a look here.


    EDIT : Changes have been made and the Windows Installer now comes with a bunch of installable packages (quite similar to apt-get install under Debian). This comes with a GUI that allows to choose/customize additional tools. Download it from here (The link above is kind of deprecated).

提交回复
热议问题