diff options
author | Peter Carbonetto | 2017-05-24 13:24:48 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-24 13:24:48 -0500 |
commit | 0aaf9223e9aba1963b97a33fb8d117e6a6e3d819 (patch) | |
tree | dc0eeacb356ad45c722e1aa50594291e8a82d357 /README.txt | |
parent | 1e7bd5f2309a2bea2a84098be9a411ac8d2f226b (diff) | |
download | pangemma-0aaf9223e9aba1963b97a33fb8d117e6a6e3d819.tar.gz |
Moved text from README.txt to README.md.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/README.txt b/README.txt deleted file mode 100644 index e23f2c5..0000000 --- a/README.txt +++ /dev/null @@ -1,24 +0,0 @@ -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. - -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. - -For details on installing GSL library, please refer to: -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. - - |