Prerequisites

Prerequisites

  • C++ Compiler (clang++ / g++)
  • CMake build system CMake
  • Boost C++ Libraries Boost

Installaling Dependencies

Please install dependencies shown below, according to your operating system.

Debian/Ubuntu

Using apt.

sudo apt -y install \
    vim gcc g++ make cmake \
    libboost-dev libboost-program-options-dev \
    python3 git csh

macOS

Using homebrew.

brew install boost cmake coreutils

Windows

Please use Windows Subsystem for Linux. WSL

Hits