aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Carbonetto2017-05-24 22:29:28 -0500
committerPeter Carbonetto2017-05-24 22:29:28 -0500
commita19c532566795a2c9b953a4f2b88fd462ebf84c1 (patch)
treea04773704df403559471b322fab218e22df86cf0 /README.md
parent8dcaade55867f0459122431872289758fa1116bb (diff)
downloadpangemma-a19c532566795a2c9b953a4f2b88fd462ebf84c1.tar.gz
Added some notes to README.
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