Skip to content

Commit a37a6f5

Browse files
author
walaj
committed
updated README on master with libcurl instructions
1 parent f21c95b commit a37a6f5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Installation
2828
```bash
2929
git clone --recursive https://github.com/walaj/SeqLib.git
3030
cd SeqLib
31-
./configure
31+
## cd htslib && ./configure --enable-libcurl && cd .. # support for remote (FTP/HTTPS/Google etc) BAM access
32+
./configure ## or: ./configure LDFLAGS='-lcurl -lcrypto' # for remote support
3233
make ## for c++11 (req. for AhoCorasick), run as: make CXXFLAGS='-std=c++11'
3334
make install
3435
make seqtools ## for the command line version

bwa

Submodule bwa updated from fbd4dbc to c02766e

htslib

0 commit comments

Comments
 (0)