We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc46a2 commit 6f31ef9Copy full SHA for 6f31ef9
README.md
@@ -13,8 +13,13 @@ example:
13
git clone https://github.com/CastXML/CastXMLSuperbuild.git
14
mkdir CastXMLSuperbuild-build
15
cd CastXMLSuperbuild-build
16
- cmake ../CastXMLSuperbuild
17
- make
+ cmake -GNinja ../CastXMLSuperbuild
+ 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}.
0 commit comments