How to build GSL with msvc2010?

后端 未结 2 2107
渐次进展
渐次进展 2020-12-14 03:27

I\'m working with Qt 4.8.3 and QtCreator, which I\'ve compiled with msvc2010 as per the instructions here. Now however I need to link to GSL (Gnu Scientific Library), but c

2条回答
  •  粉色の甜心
    2020-12-14 03:58

    You can use CMake and create your own build from this repository for whatever Visual Studio version you are using. Check out the answer by @vitaut for more details.

提交回复
热议问题