install GSL on windows/Visual Studio
1. Within VisualStudio, go to File->New->Project, then
"Visual C++
Projects," then "Win32," then "Win32 Console
Application." Enter a name and
click "OK." On the next screen click "Finish."
2. In the "Solution Explorer," right click on the name
of your project and
go to "Properties."
3. Under Configuration Properties->Linker->General->Additional Library Directories, type in C:\Program Files\GnuWin32\lib
4. Under Configuration Properties->Linker->Input->Additional Dependencies, type in libgslcblas.a;libgsl.a
5. Under Configuration Properties->C/C++->General->Additional Include Directories, type in C:\Program Files\GnuWin32\include
6. Under Configuration Properties->C/C++->Code
Generation->Runtime Library,select "Multi-threaded DLL"
kaynak : http://permalink.gmane.org/gmane.comp.lib.gsl.general/4071
"Visual C++
Projects," then "Win32," then "Win32 Console
Application." Enter a name and
click "OK." On the next screen click "Finish."
2. In the "Solution Explorer," right click on the name
of your project and
go to "Properties."
3. Under Configuration Properties->Linker->General->Additional Library Directories, type in C:\Program Files\GnuWin32\lib
4. Under Configuration Properties->Linker->Input->Additional Dependencies, type in libgslcblas.a;libgsl.a
5. Under Configuration Properties->C/C++->General->Additional Include Directories, type in C:\Program Files\GnuWin32\include
6. Under Configuration Properties->C/C++->Code
Generation->Runtime Library,select "Multi-threaded DLL"
kaynak : http://permalink.gmane.org/gmane.comp.lib.gsl.general/4071
Yorumlar