Building GMP library with Visual Studio?

后端 未结 2 1974
旧时难觅i
旧时难觅i 2020-12-09 05:50

Is there an easy way to build the GMP (GNU Multiple Precision Arithmetic Library, http://gmplib.org) under Windows, using Visual Studio 2005? I tried to find information abo

2条回答
  •  -上瘾入骨i
    2020-12-09 06:40

    MPIR is a valid alternative. Basically, the GMP folk didn't want to support building on Windows at all. Brian Gladman, as you can see, supported GMP building on Windows for a while. However, eventually he and others forked GMP and created MPIR. That wasn't the sole reason but it was a large driving factor and one of the key development principles of MPIR is it must build on Windows (as well as Linux and Mac).

提交回复
热议问题