Changeset 3427
- Timestamp:
- Oct 24, 2015, 3:21:24 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.13-stable/README
r3417 r3427 113 113 compiler with `./configure CPPFLAGS=-I<include dir>` when header files 114 114 are found in directory `<include dir>`. Configure detects whether 115 header files are from htslib or old samtools and looks for either libhts or libbam accordingly. If library is installed outside linker's search path, in `<lib 116 dir>`, you can run `./configure LDFLAGS=-L<lib dir>`. You can build 117 yat without bam support by running `./configure --without-samtools`. 118 119 The samtools program is needed for some tests realted to bam 115 header files are from htslib or old samtools and looks for either 116 libhts or libbam accordingly. If library is installed outside linker's 117 search path, in `<libdir>`, you can run `./configure LDFLAGS=-L<lib 118 dir>`. You can build yat without bam support by running `./configure 119 --without-samtools`. 120 121 The samtools program is needed for some tests related to bam 120 122 functionality. If samtools is not found by configure, these tests will 121 123 be skipped. If you have samtools available outside PATH, you can help
Note: See TracChangeset
for help on using the changeset viewer.