Coordinates permissions and capabilities between Logos modules.
nix buildThis will create a result symlink with the following structure:
result/
└── lib/
└── capability_module_plugin.dylib (or .so on Linux)
nix developnix develop
mkdir build && cd build
cmake -GNinja ..
ninjaIf 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- logos-cpp-sdk - Logos C++ SDK and code generator
- logos-liblogos - Logos core library
- Qt6 (Core and RemoteObjects)