Skip to content

Building and Toolchain

renanbomtempo edited this page Jun 10, 2026 · 1 revision

⚠️ This wiki is under construction. Pages are being populated incrementally.

Building and Toolchain

This page covers compiler compatibility, CMake configuration details, and troubleshooting for building Nodens.

Compiler Support

CMake Module Support

Build Types

CMake Options

Option Default Description
ND_BUILD_EXAMPLES ON (top-level) / OFF (consumed) Build the example applications.

Dependency Resolution

Troubleshooting

Building Documentation Locally

cmake --build build --target nodens-docs
# Output will be in build/docs/html/

See Also

Clone this wiki locally