回複:再問一個關於 cygwin 的問題:如何安裝 BLAS

來源: 2005-10-17 22:41:45 [舊帖] [給我悄悄話] 本文已被閱讀:

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