Skip to content

Commit 5e36678

Browse files
committed
update installation instructions
1 parent d828b05 commit 5e36678

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ Currently, `diagnose_dups` must be compiled from source code.
4747

4848
* git
4949
* cmake 2.8+ ([cmake.org](http://cmake.org))
50-
* boost1.48 or greater
51-
* zlib
52-
* htslib1.2.1 or greater
5350

5451
## Build Instructions
5552

@@ -58,14 +55,7 @@ Currently, `diagnose_dups` must be compiled from source code.
5855
* For APT-based systems (Debian, Ubuntu), install the following packages:
5956

6057
```
61-
sudo apt-get install build-essential git-core cmake zlib1g-dev libncurses-dev libboost-dev
62-
```
63-
64-
* For htslib:
65-
```
66-
wget https://github.com/samtools/htslib/archive/1.2.1.tar.gz -O /tmp/htslib-1.2.1.tar.gz
67-
tar -xvf /tmp/htslib-1.2.1.tar.gz
68-
cd htslib-1.2.1/ && make && sudo make install
58+
sudo apt-get install build-essential git-core cmake
6959
```
7060

7161
### Clone the repository

0 commit comments

Comments
 (0)