diff options
author | Peter Carbonetto | 2017-05-25 21:31:22 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-25 21:31:22 -0500 |
commit | e9e12b9310d356d6589d1244220508084e0c591d (patch) | |
tree | 3dab2427cb62e592fb8df104759ef1975f1fad56 /README.md | |
parent | 1146141147517621c8b299e475a56b57ec218d24 (diff) | |
download | pangemma-e9e12b9310d356d6589d1244220508084e0c591d.tar.gz |
Revised overview of setup.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -13,7 +13,7 @@ Please post comments, feature requests or suspected bugs to [Github issues](https://github.com/xiangzhou/GEMMA/issues). Currently, GEMMA is supported for Mac OS X and Unix-alike platforms -(e.g., Linux). Windows is not currently supported. If you are +(e.g., Linux). *Windows is not currently supported.* If you are interested in helping to make GEMMA available on Windows platforms (e.g., by providing installation instructions for Windows, or by contributing Windows binaries) please post a note in the @@ -99,9 +99,18 @@ the full text of the license. ## Setup -There are two ways to install GEMMA: (1) download the precompiled -binaries, or (2) compiling GEMMA from source. The first option is much -simpler, and is therefore recommended +There are two ways to install GEMMA: + +1. Download the precompiled binaries. + +2. Compile the GEMMA executable from source. + +The first option is simpler, and is therefore recommended for +most users. + +The main benefit of the second option is that it allows for boosting +performance of the program using specialized C++ compilers (e.g., the +Intel C++ compiler) and numerical libraries. ### Using precompiled binaries |