SkillAgentSearch skills...

CastXMLSuperbuild

Build CastXML and its dependencies (LLVM/Clang)

Install / Use

/learn @CastXML/CastXMLSuperbuild
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CastXML Superbuild

CI

This builds CastXML and its dependencies (LLVM/Clang) with CMake's ExternalProject module. It is a cross-platform way to build CastXML.

This can be built like any other CMake project. For example:

git clone https://github.com/CastXML/CastXMLSuperbuild.git
mkdir CastXMLSuperbuild-build
cd CastXMLSuperbuild-build
cmake -GNinja ../CastXMLSuperbuild
ninja

This requires ninja, which comes with recent Visual Studio on Windows, can be installed on macOS with brew install ninja, and can be installed with the ninja-build package in most Linux package managers.

The resulting castxml executable will be located at CastXMLSuperbuild-build/castxml/bin/castxml.

The resulting binary builds for Linux, Mac OSX, and Windows are available here.

Related Skills

View on GitHub
GitHub Stars42
CategoryDevelopment
Updated2mo ago
Forks15

Languages

CMake

Security Score

95/100

Audited on Jan 28, 2026

No findings