[README updated, igor2.cabal now usable with cabal-install
martin.hofmann@uni-bamberg.de**20090525084644] hunk ./README 19
+II. Installation
+---------------------------
+First, get the most recent Cabal package from:
+ 
+	http://www.cogsys.wiai.uni-bamberg.de/effalip/download.html
+
+To install Igor2 unzip the Cabal packages below and change to the created directory. Then 
+choose one of the two alternatives to install Igor2. Note that at least ghc-6.10 is required.
+
+   1. Use the cabal build system to configure, build, and install the executable into ~/bin/ 
+      'by hand'. You may use the script 'quickstart' included in the package.
+
+      runhaskell Setup configure --prefix=$HOME --user
+      runhaskell Setup build
+      runhaskell Setup install
+      
+   2. Alternatively, you can install Igor2 via cabal-install, the comand-line tool of cabal.
+     
+     cabal install
+
+To run Igor2 with a batch of some examples simply type:
hunk ./README 41
-II. Usage
+	igor2 -b expl/batch.txt
+	
+III. Usage
hunk ./README 64
-III. Problem Specification
+IV. Problem Specification
hunk ./README 71
-IV. Trouble Shooting
+V. Trouble Shooting
hunk ./igor2.cabal 24
-                          mtl>=1.0, syb, 
+                          mtl>=1.0, 
+                          -- syb, 