diff options
author | Peter Carbonetto | 2017-05-27 16:07:07 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-27 16:07:07 -0500 |
commit | 338bf7b7db8805515597d9e2d4b5dcbe2e40dfd1 (patch) | |
tree | ee0956354916c7795a5c2b656c4ff5405f09271f /README.md | |
parent | 94b4437dba1bd0e2767a73d0b79c5da9f393a1e3 (diff) | |
download | pangemma-338bf7b7db8805515597d9e2d4b5dcbe2e40dfd1.tar.gz |
Removed src/Eigen; instead, Eigen C++ library is downloaded separately. See Issue #42 for tests performed.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -112,10 +112,11 @@ This is the current structure of the GEMMA source repository: ├── doc ├── example └── src - └── Eigen ``` -*Explain here what is in each of the subfolders.* +*Write a paragraph here briefly explaining what is in each of the +subfolders; see Wilson et al "Good Enough Practices" paper for example +of this.* ## Setup @@ -173,6 +174,11 @@ You will need a standard C/C++ compiler such as GNU gcc, as well as [LAPACK](http://www.netlib.org/lapack) libraries. You will need to change the library paths in the Makefile accordingly. +*Revise this step:* You will need to download the +[Eigen C++ library](http://eigen.tuxfamily.org), and copy the `Eigen` +subdirectory into the `src` directory of the GEMMA repository. (It was +last tested using Eigen version 3.3.3.) + ## Credits The *GEMMA* software was developed by: |