How Do I Run ./configure with MinGW?

前端 未结 3 1801
抹茶落季
抹茶落季 2021-02-02 13:05

I am looking at this webpage

http://mathieu.carbou.free.fr/wiki/index.php?title=Glib_for_Win32

And it tells me I need to run the following commands.



        
3条回答
  •  Happy的楠姐
    2021-02-02 13:34

    configure is a shell file created by libtool, the code must provide one or generate with autoconf or source can provide a ./autogen.sh script for create the configure, sometimes configure is a perl script. maybe the project use another build tool as CMake or QMake...

提交回复
热议问题