-
Notifications
You must be signed in to change notification settings - Fork 1
Building and Toolchain
renanbomtempo edited this page Jun 10, 2026
·
1 revision
⚠️ This wiki is under construction. Pages are being populated incrementally.
This page covers compiler compatibility, CMake configuration details, and troubleshooting for building Nodens.
| Option | Default | Description |
|---|---|---|
ND_BUILD_EXAMPLES |
ON (top-level) / OFF (consumed) |
Build the example applications. |
cmake --build build --target nodens-docs
# Output will be in build/docs/html/- Getting Started — Quick start build instructions.
- Why Cpp20 Modules — Rationale behind the module-first architecture.
Getting Started
Architecture
Guides
Reference