diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-12-22 09:04:12 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-12-22 09:04:12 +0000 |
commit | 107478b2288b0904159599be94089230c7cd3edf (patch) | |
tree | 14834baa61a038efe0e81ed00d45071ba47f2789 /INSTALL | |
parent | ed8f45f7316569bfeacdd2848017d93c5cfdd261 (diff) |
fix ghc-6.12 warnings
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | INSTALLATION | 5 | INSTALLATION |
6 | 6 | ||
7 | Recommended method: | 7 | Recommended method (ok in Ubuntu/Debian systems): |
8 | $ sudo apt-get install libgsl0-dev refblas3-dev lapack3-dev atlas3-[your arch]-dev | 8 | $ sudo apt-get install libgsl0-dev liblapack-dev |
9 | $ cabal install hmatrix | 9 | $ cabal install hmatrix |
10 | 10 | ||
11 | Detailed installation instructions: | 11 | Detailed installation instructions: |