[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] GSL-2.3 for Visual Studio
From: |
Fred Perras |
Subject: |
Re: [Help-gsl] GSL-2.3 for Visual Studio |
Date: |
Wed, 22 Feb 2017 14:59:44 -0600 |
Thank you for the quick responses! The NUGET option works really well and
is super quick to implement!
Meanwhile I had found a pre-compiled version 2.2.1 copy for mingw which
worked well:
https://sourceforge.net/projects/gnu-scientific-library-windows/
They should really advertise that NUGET option on the GSL website as a
great way to install it on windows. Installing GSL on windows has always
been a huge pain.
Fred
On Wed, Feb 22, 2017 at 1:05 PM, aweatherguy <address@hidden> wrote:
> 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,
>>
>>
>