Build Native
From the native/ folder:
cmake -S . -B build -DBARQ_NATIVE_NO_TESTS=ONcmake --build build --target barq_nativeBy default, CMake fetches Barq Core from GitHub.
Use a Local Core Checkout
Section titled “Use a Local Core Checkout”cmake -S . -B build -DBARQ_CORE_SOURCE_DIR=/path/to/barq/coreUse a Core Git Revision
Section titled “Use a Core Git Revision”cmake -S . -B build -DBARQ_CORE_GIT_TAG=mainExample Apps
Section titled “Example Apps”The repo includes native examples under example/.
Start with:
example/barq_native_demo