Have you tried this one? It contains tools which create VS
project/solution files from scratch which can then be used to build the
entire library.
https://github.com/aweatherguy/GSL-on-Windows
On 2/22/2017 7:56 AM, Frederic Perras wrote:
Hi,
I am trying to build the GSL libraries using visual studio. I'm using the
version provided on Github (https://github.com/BrianGladman/gsl/) which
contains instructions and project files for visual studio. Unfortunately,
however, whenever I build the project it only creates the cblas.lib or
cblas.dll files (depending whether I try to build the static or dynamic
libraries). Does anybody know what might be wrong here and how to properly
build both files for Windows?
Thanks,