aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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