Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.11 KB

README.rst

File metadata and controls

28 lines (20 loc) · 1.11 KB

CastXML Superbuild

https://circleci.com/gh/CastXML/CastXMLSuperbuild.svg?style=shield https://travis-ci.org/CastXML/CastXMLSuperbuild.svg?branch=master

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 ../CastXMLSuperbuild
make

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.