Skip to content

WithSecureOpenSource/fsdyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d5cfe9 · Jul 24, 2024
Nov 18, 2021
Jan 14, 2021
May 23, 2024
Aug 19, 2021
Jul 1, 2022
Jul 24, 2024
Aug 1, 2023
Sep 16, 2022
Aug 9, 2021
Feb 7, 2020
Nov 18, 2021
Mar 29, 2022
Nov 23, 2021
Mar 7, 2022
Feb 7, 2020
Feb 7, 2020

Repository files navigation

Overview

fsdyn is a C library for Linux-like operating systems that offers a number of abstract data types and useful functions.

Building

fsdyn uses SCons and pkg-config for building.

Before building fsdyn for the first time, run

git submodule update --init

To build fsdyn, run

scons [ prefix=<prefix> ]

from the top-level fsdyn directory. The optional prefix argument is a directory, /usr/local by default, where the build system installs fsdyn.

To install fsdyn, run

sudo scons [ prefix=<prefix> ] install

Documentation

The header files under include contain detailed documentation.

About

collection of elementary data structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published