Menu

Tree [dadd9b] master /
 History

HTTPS access


File Date Author Commit
 SpectraST 2016-04-19 Yingwei Hu Yingwei Hu [07f790] Initial commit
 .gitignore 2016-04-19 Yingwei Hu Yingwei Hu [dadd9b] update .gitignore
 SpectraST.sdf 2016-04-19 Yingwei Hu Yingwei Hu [07f790] Initial commit
 SpectraST.sln 2016-04-19 Yingwei Hu Yingwei Hu [07f790] Initial commit
 readme.txt 2016-04-19 Yingwei Hu Yingwei Hu [07f790] Initial commit

Read Me

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.