diff options
author | Peter Carbonetto | 2017-05-04 15:28:33 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-04 15:28:33 -0500 |
commit | 20a78735ae1bf98e1259644d3413c8599c3ef90d (patch) | |
tree | 84788b99de1180b0b44d553ca7ff17bb68850b22 /README.txt | |
parent | 12d2acb8f8ea39da448c94754a708c0dd4369c34 (diff) | |
download | pangemma-20a78735ae1bf98e1259644d3413c8599c3ef90d.tar.gz |
Added line feeds to README.txt so that it is easier to edit in emacs.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -4,13 +4,22 @@ AUTHOR: Xiang Zhou YEAR: 2012 -DOCUMENTATION: A detailed user manual is available online and a recent version is provided inside the doc directory. A brief description is also available if you type "./gemma -h". Please refer to the online user manual for updated information. +DOCUMENTATION: A detailed user manual is available online and a recent +version is provided inside the doc directory. A brief description is +also available if you type "./gemma -h". Please refer to the online +user manual for updated information. -LICENSE: Distributed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +LICENSE: Distributed under the terms of the GNU General Public License +as published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. -INSTALLATION: An executable binary (x86 64bit Linux) is available in the bin directory. No installation is necessary if the executable works in your system. Otherwise, see compilation section below. +INSTALLATION: An executable binary (x86 64bit Linux) is available in +the bin directory. No installation is necessary if the executable +works in your system. Otherwise, see compilation section below. -COMPILATION: You will need a standard C/C++ compiler such as GNU gcc, as well as GSL, LAPACK libraries. You will need to change the library paths in the Makefile accordingly. +COMPILATION: You will need a standard C/C++ compiler such as GNU gcc, +as well as GSL, LAPACK libraries. You will need to change the library +paths in the Makefile accordingly. For details on installing GSL library, please refer to: http://www.gnu.org/s/gsl/ @@ -18,7 +27,9 @@ http://www.gnu.org/s/gsl/ For details on installing LAPACK library, please refer to: http://www.netlib.org/lapack/ -USAGE: Type "./gemma" from the command line followed by the options of choice. Type "./gemma -h" for a brief description. Please refer to the online user manual for detailed and updated information. +USAGE: Type "./gemma" from the command line followed by the options of +choice. Type "./gemma -h" for a brief description. Please refer to the +online user manual for detailed and updated information. Xiang Zhou, December 2012 |