From 800a8399867327449d75d7df738a6e702b5647b0 Mon Sep 17 00:00:00 2001 From: Terence Li Date: Thu, 23 Jul 2020 14:32:21 -0700 Subject: [PATCH] update README - mention GSL requirement --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f1e30..077d81f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ SYSTEM REQUIREMENTS: ======================================================================== The preseq software will only run on 64-bit UNIX-like operating systems and was developed on both Linux and Mac. The preseq software -requires a C++ compiler that supports C++11. +requires a C++ compiler that supports C++11. The GNU Scientific Library +is also required. It can be installed using `apt` on Linux, using `brew` +on macOS, or from source available [here](http://www.gnu.org/software/gsl). INSTALLATION: ========================================================================