How to build gnu `libiconv` on & for windows?

后端 未结 4 2294
南笙
南笙 2020-12-16 21:06

I want to build a static library (*.LIB file) GNU libiconv on windows to be used with other libraries in Visual C++. Other libraries I\'m using are built with \"MultiThreade

4条回答
  •  Happy的楠姐
    2020-12-16 21:44

    I'm the OP. MSYS is the exact thing what I was looking for.

    Just install MinGW & MSYS which contains shell sh.exe & make.exewith which you can configure and generate a Makefile after that you can use make.exe to run it.

    Its as simple as that.

提交回复
热议问题