/kstd

The Karma Krafts portable standard library for C++20 and up.

Primary LanguageC++Apache License 2.0Apache-2.0

kstd

The Karma Krafts portable standard library for C++20 and up.

Requirements

Windows

No additional dependencies are required on Windows.

Linux

On Linux, it is usually required to install the following libraries:

  • libunwind
  • libdwarf

For Debian based systems which use the apt package manager, the following command may be used:

sudo apt install libunwind8 libunwind-dev libdwarf1 libdwarf-dev

macOS

On macOS, all required libraries are already shipped with the system.