diff options
author | Calvin <calvin@EESI> | 2013-06-11 23:05:56 -0400 |
---|---|---|
committer | Calvin <calvin@EESI> | 2013-06-11 23:05:56 -0400 |
commit | 93e48bc3e884f0d17fe2e53ea2d2be70df46df19 (patch) | |
tree | 5d957afd8f7fe4e52d96daa05f589f3379a6f88c /doc/install.markdown | |
parent | 93752e1d92203dd725e1d980d432df9520caad9e (diff) | |
parent | fff49b63c7b2fc39dfaf1bd450e130df56c95e2b (diff) |
Merge branch 'master' of github.com:EESI/quikr
Diffstat (limited to 'doc/install.markdown')
-rw-r--r-- | doc/install.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.markdown b/doc/install.markdown index 543b8c4..61112e6 100644 --- a/doc/install.markdown +++ b/doc/install.markdown @@ -5,10 +5,10 @@ To use Quikr there are several prerequisites. + Mac OS X 10.6.8 or GNU/Linux + 4Gb of RAM minimum. Absolutely neccessary. + gcc that supports OpenMP -+ mlton, the ML compile ++ mlton the Standard-ML compiler ### Python Requirements ### -+ Python 2.7 ++ Python 2.7+ + Scipy + Numpy + BioPython @@ -16,7 +16,7 @@ To use Quikr there are several prerequisites. ### Mac Requirements ### + Mac OS X 10.6.8 (what we have tested) + GCC 4.7 or newer. (gcc 4.2 did not work, and is the default installation) -+ OCaml compiler mlton ++ mlton the Standard-ML compiler + OpenMP libraries (libgomp, usually comes with gcc) ### Linux Requirements ### |