]> git.donarmstrong.com Git - samtools.git/blob - INSTALL
update INSTALL
[samtools.git] / INSTALL
1 Compiling samtools requires the zlib library <http://www.zlib.net/>;
2 compiling the alignment viewer further requires the GNU ncurses library
3 <http://www.gnu.org/software/ncurses/>.
4
5 Please type `./configure; make' to compile samtools. If it fails, try
6 `make -f Makefile.generic'. If the compilation still fails due to errors
7 in RAZF or the lack of ncurses, try `make -f Makefile.lite' to disable
8 the alignment viewer and the RAZF-enhanced FASTA indexer.