From 06bde0107b83914e3bdf1e2489ac0ddfb15102f7 Mon Sep 17 00:00:00 2001 From: taylorjtamu <49312021+taylorjtamu@users.noreply.github.com> Date: Tue, 23 Apr 2019 08:36:10 -0500 Subject: [PATCH] Update README.md for clearer requirements Specify that Spectra 0.4.0 is required, as latest fails. Specify that the Boost library is one that requires building. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a0fc01..3195421 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ On Linux: * g++ compiler * Eigen (http://eigen.tuxfamily.org), v3.2 or higher (if you get a compile error ``error: no match for 'operator/' in '1 / ((Eigen::MatrixBase...`` you'll need a more recent Eigen) -* Spectra (https://github.com/yixuan/spectra/) -* Boost (http://www.boost.org/), specifically boost_program_options/boost_program_options-mt. +* Spectra 0.4.0 (https://github.com/yixuan/spectra/releases/tag/v0.4.0) +* Boost (http://www.boost.org/), specifically boost_program_options/boost_program_options-mt which requires building. * libgomp for openmp support * Recommended: plink2 (https://www.cog-genomics.org/plink2) for SNP thinning