From e5f885b4daf412d6f8200d52937fda2339e4f8d5 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 28 Apr 2009 12:33:24 +0000 Subject: [PATCH] update INSTALL --- INSTALL | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 9efcd0c..faa3eaf 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,8 @@ Compiling samtools requires the zlib library ; compiling the alignment viewer further requires the GNU ncurses library -. 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 +. + +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. -- 2.39.5