How to install MPFR and GMP for C++ on visual studio

后端 未结 3 1581
半阙折子戏
半阙折子戏 2020-12-06 14:35

As I understand, I should first install GMP. The only tutorial I found for this purpose is http://cs.nyu.edu/exact/core/gmp/ and when I reach step 3: \"Open gmp.dsw (gmp.vcp

3条回答
  •  离开以前
    2020-12-06 15:17

    I met similar problem and had just resolved it by download precompiled MPIR and MPFR libraries instead of GMP which needs mingw or similar on Windows.

    Here is the link of my solution: How to install MPFR with Visual studio 2008 /2010

    Hope this help

    Now a perfect solution by @casevh can be found here: Build mpir/mpfr/mpc via VC++

提交回复
热议问题