回複:再問一個關於 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

請您先登陸,再發跟帖!