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
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.