Skip to content

Commit 3f9de0d

Browse files
committed
Update readme
1 parent 3189f93 commit 3f9de0d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ Flexbar source code as well as binaries for Linux and Mac OS can be downloaded o
2828
Make sure that `cmake` is available, as well as development and runtime files of the TBB library 4.0 or later (Intel Threading Building Blocks). For example on Debian systems, install the packages `libtbb-dev` and `libtbb2`. Furthermore, the SeqAn library and a compiler that supports C++14 is required:
2929

3030
* Get SeqAn library version 2.2.0 [here](https://github.com/seqan/seqan/releases/download/seqan-v2.2.0/seqan-library-2.2.0.tar.xz)
31-
* Download Flexbar 3.1 source code [release](https://github.com/seqan/flexbar/releases)
31+
* Download Flexbar 3.2 source code [release](https://github.com/seqan/flexbar/releases)
3232

3333
Decompress both files:
3434

35-
tar xzf flexbar-3.1.0.tar.gz
35+
tar xzf flexbar-3.2.0.tar.gz
3636
tar xJf seqan-library-2.2.0.tar.xz
3737

3838
Move SeqAn include folder to Flexbar:
3939

40-
mv seqan-library-2.2.0/include flexbar-3.1.0
40+
mv seqan-library-2.2.0/include flexbar-3.2.0
4141

4242
Use these commands for building:
4343

44-
cd flexbar-3.1.0
44+
cd flexbar-3.2.0
4545
cmake .
4646
make
4747

0 commit comments

Comments
 (0)