]> git.donarmstrong.com Git - samtools.git/blob - INSTALL
* Merge from branches/dev/
[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/>. The default Makefile builds the
4 alignment viewer. If compilation fails due to errors in RAZF or the lack
5 of ncurses, you can compile with `make -f Makefile.lite'. However, the
6 alignment viewer will not be available; the FASTA indexer will not
7 support indexing compressed FASTA, either.