Skip to content

Commit

Permalink
updated htslib to hold configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Wala committed Oct 13, 2016
1 parent 0f493d3 commit f3513af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ make seqtools ## for the command line version
```

I have successfully compiled with GCC-4.5+ and Clang on Linux and OSX.
(OSX may require C++11 libs if ``tr1`` not present)

SeqLib is compatible with c++98 and later.

Expand All @@ -57,9 +56,10 @@ LDFLAGS="$LDFLAGS -L$SEQ/bin/libseqlib.a -L$SEQ/bin/libbwa.a -L$SEQ/bin/libfml.a
To add support for reading BAMs, etc with HTTPS, FTP, S3, Google cloud, etc, you must compile and link with libcurl.
```bash
## set hts to build with libcurl links and hfile_libcurl.c
cd htslib
cd SeqLib/htslib
./configure --enable-libcurl
## compile seqlib with libcurl support
cd ../ # back to SeqLib main directory
./configure LDFLAGS="-lcurl -lcrypto"
make
make install
Expand Down
2 changes: 1 addition & 1 deletion htslib

0 comments on commit f3513af

Please sign in to comment.