回复:再问一个关于 cygwin 的问题:如何安装 BLAS

I think it is .tar.gz file.

1. uncompress
gzip -cd xx.tar.gz | tar xvf -
2. cd xx/
3. Take a look at the ./README or ./INSTALL, if it's
GNU source packge, possibly use:
./configure
make
make install

请您先登陆,再发跟帖!