atcommons is a package that contains common utilities and data structures used across the atSDK.
You can build atcommons from source and receive a static library,
libatcommons.a
, to be used in your projects.
- Get ahold of the source code either via git clone or from downloading the source from our releases:
git clone https://github.com/atsign-foundation/at_c.git
cd at_c/packages/atcommons
- CMake configure
cmake -S . -B build
- Build
cmake --build build
- Now you have the
libatcommons.a
static library which can be found in thebuild
directory.
cd build
ls -l libatcommons.a