diff options
author | Peter Carbonetto | 2017-05-24 22:29:28 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-24 22:29:28 -0500 |
commit | a19c532566795a2c9b953a4f2b88fd462ebf84c1 (patch) | |
tree | a04773704df403559471b322fab218e22df86cf0 /README.md | |
parent | 8dcaade55867f0459122431872289758fa1116bb (diff) | |
download | pangemma-a19c532566795a2c9b953a4f2b88fd462ebf84c1.tar.gz |
Added some notes to README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -92,10 +92,18 @@ the full text of the license. ## Setup +*Explain that there are two ways to install GEMMA on your computer; +give pros and cons of each approach.* + ### Using precompiled executables ### Building from source +*We provide a simple Makefile which will need to be customized; please +see the comments at the top of the Makefile. Explain why we +automatically generate a Makefile using programs such as CMake or +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 |