René Rahn Max Planck Institute for Molecular Genetics
Marcel Ehrhardt Free University Berlin, de.NBI
Enrico Seiler Max Planck Institute for Molecular Genetics
Debian ≥ 10.0 (Buster) / Ubuntu ≥ 18.04 (bionic):sudo apt install g++ cmake git
sudo apt install g++ cmake git
Ubuntu < 18.04 (bionic):sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt update sudo apt install g++-7 cmake git (or g++-8 or g++-9)
sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt update sudo apt install g++-7 cmake git (or g++-8 or g++-9)
macOS (XCode and https://brew.sh installed):brew install gcc brew cask install cmake
brew install gcc brew cask install cmake
Windows:use the browser ( ͡° ͜ʖ ͡°)
use the browser ( ͡° ͜ʖ ͡°)
-- The CXX compiler identification is GNU 11.1.0 -- Check for working CXX compiler: /usr/bin/g++-11 -- Check for working CXX compiler: /usr/bin/g++-11 -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Finding SeqAn3 and checking requirements: -- SeqAn3 include dir found: /home/biocpp/learning-resources/submodules/seqan3/include -- Detected as running from a repository checkout… -- …adding submodule include: /home/biocpp/learning-resources/submodules/seqan3/submodules/cereal/include -- …adding submodule include: /home/biocpp/learning-resources/submodules/seqan3/submodules/range-v3/include -- …adding submodule include: /home/biocpp/learning-resources/submodules/seqan3/submodules/sdsl-lite/include -- C++ Standard-17 support: builtin -- C++ Concepts support: via -std=c++20 -- C++ Filesystem header: <filesystem> -- C++ Filesystem library: builtin -- Check if compiler accepts -pthread -- Check if compiler accepts -pthread - yes -- Thread support: via -pthread -- Required dependency: Range-V3 found. -- Required dependency: SDSL found. -- Optional dependency: Cereal found. -- Optional dependency: Lemon not found. -- Optional dependency: ZLIB-1.2.11 found. -- Optional dependency: BZip2-1.0.8 found. -- Optional dependency: libexecinfo found. -- SeqAn3 platform.hpp build: passed. -- Found SeqAn3: /home/biocpp/learning-resources/submodules/seqan3/include (Required is at least version "3.0.3") -- Configuring done -- Generating done -- Build files have been written to: /home/biocpp/learning-resources/build
https://isocpp.org/std/status; accessed 07.09.2021
@SeqAnLib
github/seqan
seqan.de