diff options
-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 |