]> git.donarmstrong.com Git - samtools.git/commitdiff
update INSTALL
authorHeng Li <lh3@live.co.uk>
Tue, 28 Apr 2009 12:33:24 +0000 (12:33 +0000)
committerHeng Li <lh3@live.co.uk>
Tue, 28 Apr 2009 12:33:24 +0000 (12:33 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 9efcd0c0edc55bdb2fa35b7140f8285ab0409c20..faa3eaf10d66354329abd106c4f27d4230f8756c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,8 @@
 Compiling samtools requires the zlib library <http://www.zlib.net/>;
 compiling the alignment viewer further requires the GNU ncurses library
-<http://www.gnu.org/software/ncurses/>. The default Makefile builds the
-alignment viewer. If compilation fails due to errors in RAZF or the lack
-of ncurses, you can compile with `make -f Makefile.lite'. However, the
-alignment viewer will not be available; the FASTA indexer will not
-support indexing compressed FASTA, either.
\ No newline at end of file
+<http://www.gnu.org/software/ncurses/>.
+
+Please type `./configure; make' to compile samtools. If it fails, try
+`make -f Makefile.generic'. If the compilation still fails due to errors
+in RAZF or the lack of ncurses, try `make -f Makefile.lite' to disable
+the alignment viewer and the RAZF-enhanced FASTA indexer.