From a19c532566795a2c9b953a4f2b88fd462ebf84c1 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Wed, 24 May 2017 22:29:28 -0500 Subject: Added some notes to README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fa54320..8875398 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3