Skip to content

Commit

Permalink
updated README on master with libcurl instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
walaj committed Oct 21, 2016
1 parent f21c95b commit a37a6f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Installation
```bash
git clone --recursive https://github.com/walaj/SeqLib.git
cd SeqLib
./configure
## cd htslib && ./configure --enable-libcurl && cd .. # support for remote (FTP/HTTPS/Google etc) BAM access
./configure ## or: ./configure LDFLAGS='-lcurl -lcrypto' # for remote support
make ## for c++11 (req. for AhoCorasick), run as: make CXXFLAGS='-std=c++11'
make install
make seqtools ## for the command line version
Expand Down
2 changes: 1 addition & 1 deletion bwa
Submodule bwa updated from fbd4db to c02766
2 changes: 1 addition & 1 deletion htslib

0 comments on commit a37a6f5

Please sign in to comment.