Skip to content

Commit 539fb0f

Browse files
committed
Update readme
1 parent 9e28203 commit 539fb0f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ To get the latest version and best performance consider to build Flexbar from so
3838
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:
3939

4040
* Get SeqAn library version 2.4.0 [here](https://github.com/seqan/seqan/releases/download/seqan-v2.4.0/seqan-library-2.4.0.tar.xz)
41-
* Download Flexbar 3.4.0 source code [release](https://github.com/seqan/flexbar/releases)
41+
* Download Flexbar 3.5.0 source code [release](https://github.com/seqan/flexbar/releases)
4242

4343
Decompress both files:
4444

45-
tar xzf flexbar-3.4.0.tar.gz
45+
tar xzf flexbar-3.5.0.tar.gz
4646
tar xJf seqan-library-2.4.0.tar.xz
4747

4848
Move SeqAn include folder to Flexbar:
4949

50-
mv seqan-library-2.4.0/include flexbar-3.4.0
50+
mv seqan-library-2.4.0/include flexbar-3.5.0
5151

5252
Use these commands for building:
5353

54-
cd flexbar-3.4.0
54+
cd flexbar-3.5.0
5555
cmake .
5656
make
5757

@@ -65,12 +65,12 @@ For execution of provided Flexbar binaries, the corresponding TBB library has to
6565
#### Linux
6666
Adjust lib search path to include the absolute path of the Flexbar directory containing the lib file libtbb.so.2 for the current terminal session, or permanently in shell startup scripts:
6767

68-
export LD_LIBRARY_PATH=/YourPath/flexbar-3.4.0-linux:$LD_LIBRARY_PATH
68+
export LD_LIBRARY_PATH=/YourPath/flexbar-3.5.0-linux:$LD_LIBRARY_PATH
6969

7070
#### Mac OS
7171
It applies the same as for Linux. Make the file libtbb.dylib available by setting the lib search path:
7272

73-
export DYLD_LIBRARY_PATH=/YourPath/flexbar-3.4.0-macos:$DYLD_LIBRARY_PATH
73+
export DYLD_LIBRARY_PATH=/YourPath/flexbar-3.5.0-macos:$DYLD_LIBRARY_PATH
7474

7575

7676
### Program usage

0 commit comments

Comments
 (0)