SpectraST Windows Git
Brought to you by:
husince
File | Date | Author | Commit |
---|---|---|---|
SpectraST | 2016-04-19 |
![]() |
[07f790] Initial commit |
.gitignore | 2016-04-19 |
![]() |
[dadd9b] update .gitignore |
SpectraST.sdf | 2016-04-19 |
![]() |
[07f790] Initial commit |
SpectraST.sln | 2016-04-19 |
![]() |
[07f790] Initial commit |
readme.txt | 2016-04-19 |
![]() |
[07f790] Initial commit |
This is a version of SpectraST built from TPP 4.7. Guide for installation in Windows: 1. Dependencies: GNU Scientific Library (GSL) windows installation: download: http://gnuwin32.sourceforge.net/packages/gsl.htm static library conversion: start the "Visual Studio 2008 command lines" (administrator) goto the gsl lib directory, and type: lib /machine:i386 /def:libgsl.def lib /machine:i386 /def:libgslcblas.def bugs: In gsl 1.8, gsl_multifit_linear_svd is missing in libgsl.def. Add it back before 'lib' conversion. 2. Modified Settings Property->VC++ Directories settings Property->C/C++->"Command Line" OR "All Options"->additional Options Property->Linker->Additional Dependencies