-
Notifications
You must be signed in to change notification settings - Fork 82
Initial requirements
Simon Gene Gottlieb edited this page Oct 6, 2021
·
6 revisions
(Out-dated)
- 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]
- building shared lib for google test and then link tests agains this lib. [part of seqan3-test]