-
Notifications
You must be signed in to change notification settings - Fork 82
Initial requirements
Hannes Hauswedell edited this page Feb 23, 2017
·
6 revisions
- C++17
- Concepts ts
- optionally OpenMP
- GCC >= 7
- possibly clang >= 5 (2017Q3) or clang >= 6 (2018Q1)
- anything that GCC runs on
SeqAn3 will not work without:
- sdsl
- range-v3
- meta (tiny metaprogramming library included with range-v3)
- cereal
- rapidjson (tiny json library included with cereal)
- rapidxml (tiny xml library included with cereal)
- umesimd (or is this required?)
- zlib + boost-iostreams [not header-only]
- bzip2 + boost-iostreams [not header-only]