NOTE: Fundamentals are still WIP
Fundamentals is a set of core utilities that aims to be as simple as possible without sacrificing compatibility with POSIX.
- C++20 compiler
- Meson build system
- (Optionally) scdoc for generating manpages
meson setup Build
meson compile -C Build/A test installation directory may help you if you are tinkering with this project.
meson configure Build/ --prefix=${PWD}/Install
meson install -C Build/
./Install/bin/echo 'Hello, World'Fundamentals are licensed under the terms of the Apache-2.0 license. For more information, please check out the ./License file.