Skip to content

LostEclair/Fundamentals

Repository files navigation

Fundamentals

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.

Build instructions

What you need

  1. C++20 compiler
  2. Meson build system
  3. (Optionally) scdoc for generating manpages

How to build

meson setup Build
meson compile -C Build/

Test installation directory

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'

License

Fundamentals are licensed under the terms of the Apache-2.0 license. For more information, please check out the ./License file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published