mirror of
https://github.com/logos-co/logos-package-manager-module.git
synced 2026-08-27 10:31:10 +00:00
0ef3671e90c12153453eeeb73bd70f417796db2b
Logos Package Manager Module
Building with Nix (Recommended)
Build the module
nix build
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
- logos-cpp-sdk - Logos C++ SDK and code generator
- logos-liblogos - Logos core library
- Qt6 (Core and RemoteObjects)
Languages
C++
94%
Shell
3%
CMake
1.6%
C
1%
Nix
0.4%