Building GMP library with Visual Studio?

后端 未结 2 1976
旧时难觅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条回答
  •  执笔经年
    2020-12-09 06:52

    If you want to quickly get started with GMP on windows, I've shared a my Visual Studio project which uses prebuilt GMP: https://stackoverflow.com/a/38176221/1327178.

提交回复
热议问题