Skip to content

logos-co/logos-capability-module

Repository files navigation

Logos Capability Module

Coordinates permissions and capabilities between Logos modules.

Building with Nix (Recommended)

Build the module

nix build

This will create a result symlink with the following structure:

result/
└── lib/
    └── capability_module_plugin.dylib  (or .so on Linux)

Enter development shell

nix develop

Build manually in development shell

nix develop
mkdir build && cd build
cmake -GNinja ..
ninja

Building with CMake

If you don't want to use Nix, you can build directly with CMake:

mkdir build && cd build
cmake -GNinja \
  -DLOGOS_CPP_SDK_ROOT=/path/to/logos-cpp-sdk \
  -DLOGOS_LIBLOGOS_ROOT=/path/to/logos-liblogos \
  ..
ninja

Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published