aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Carbonetto2017-07-27 13:30:08 -0500
committerPeter Carbonetto2017-07-27 13:30:08 -0500
commit84360c191f418bf8682b35e0c8235fcc3bd19a06 (patch)
tree796f1acef50e1415874492e12ca9e95e8d94afe4 /README.md
parent5fc26ee16f6f4ad5a80524cc3ef8e23d115b7c20 (diff)
downloadpangemma-84360c191f418bf8682b35e0c8235fcc3bd19a06.tar.gz
Added note about GSL version in installation instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8779e5..9a51770 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,9 @@ Autotools.*
You will need a standard C/C++ compiler such as GNU gcc, as well as
[GSL](http://www.gnu.org/s/gsl) and
[LAPACK](http://www.netlib.org/lapack) libraries. You will need to
-change the library paths in the Makefile accordingly.
+change the library paths in the Makefile accordingly. *Note that GEMMA
+currently does not work with GSL 2.x. We recommend linking to the
+latest version of GSL 1.x, which is GSL 1.16 as of this writing.*
*Revise this step:* You will need to download the
[Eigen C++ library](http://eigen.tuxfamily.org), and copy the `Eigen`