From b421e2393c5a40eba4465b285a259a46409152e9 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 26 Dec 2011 11:40:04 +0100 Subject: thanks and new install file --- INSTALL | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 2d292b2..0000000 --- a/INSTALL +++ /dev/null @@ -1,40 +0,0 @@ -INSTALLATION - -Recommended method (tested on Ubuntu/Debian systems): - $ sudo apt-get install libgsl0-dev liblapack-dev - $ cabal install hmatrix - -Detailed installation instructions: - http://code.haskell.org/hmatrix/install.html - -INSTALLATION ON WINDOWS - -1) Install the Haskell Platform (tested on 2011.2.0.1) - - > cabal update - -2) Download and unzip the following file into a stable folder %GSL% - - http://perception.inf.um.es/hmatrix/gsl-lapack-windows.zip - -3.a) In a msys shell installation should be fully automatic: - - $ cabal install hmatrix --extra-lib-dir=${GSL} --extra-include-dir=${GSL} - -3.b) Alternatively, in a normal windows cmd: - - > cabal unpack hmatrix - - Edit hmatrix.cabal, in line 28 change build-type to "Simple", and then - - > cabal install --extra-lib-dir=%GSL% --extra-include-dir=%GSL% - - It may be necessary to put the dlls in the search path. - -4) If everything is ok we can run the tests: - - > ghci - Prelude> Numeric.LinearAlgebra.Tests.runTests 20 - -NOTE: The examples using graphics do not yet work in windows. - -- cgit v1.2.3