/
/README
1 INblobs
2
3 After instaling the necessary tools/libraries:
4
5 * In Windows
6 run 'startghc.bat' and execute 'INblobs.exe'
7
8 * In Linux
9 Ensure that the line 'MAC = yes' is commented in file 'Makefile'
10 > make
11 > ./INblobs
12
13 * In Mac
14 Ensure that the line 'MAC = yes' is uncommented in file 'Makefile'
15 > make
16 > ./INblobs
17