File tree Expand file tree Collapse file tree 2 files changed +29
-26
lines changed Expand file tree Collapse file tree 2 files changed +29
-26
lines changed Original file line number Diff line number Diff line change 1+ # CastXML Superbuild
2+
3+ [ ![ CI] ( https://github.com/CastXML/CastXMLSuperbuild/actions/workflows/ci.yml/badge.svg )] ( https://github.com/CastXML/CastXMLSuperbuild/actions/workflows/ci.yml )
4+
5+ This builds [ CastXML] ( https://github.com/CastXML/CastXML ) and its
6+ dependencies (LLVM/Clang) with CMake\' s
7+ [ ExternalProject] ( http://www.cmake.org/cmake/help/git-master/module/ExternalProject.html )
8+ module. It is a cross-platform way to build CastXML.
9+
10+ This can be built like any other [ CMake] ( http://cmake.org ) project. For
11+ example:
12+
13+ git clone https://github.com/CastXML/CastXMLSuperbuild.git
14+ mkdir CastXMLSuperbuild-build
15+ cd CastXMLSuperbuild-build
16+ cmake -GNinja ../CastXMLSuperbuild
17+ ninja
18+
19+ This requires [ ninja] ( https://ninja-build.org/ ) , which comes with recent
20+ Visual Studio on Windows, can be installed on macOS with ` brew install ninja ` ,
21+ and can be installed with the ` ninja-build ` package in most Linux package
22+ managers.
23+
24+ The resulting [ castxml] {.title-ref} executable will be located at
25+ [ CastXMLSuperbuild-build/castxml/bin/castxml] {.title-ref}.
26+
27+ The resulting binary builds for Linux, Mac OSX, and Windows [ are
28+ available
29+ here] ( https://data.kitware.com/#collection/57b5c9e58d777f126827f5a1/folder/57b5de948d777f10f2696370 ) .
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments