Skip to content

Commit 6f31ef9

Browse files
committed
Recommend using ninja in the README.
1 parent dfc46a2 commit 6f31ef9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ example:
1313
git clone https://github.com/CastXML/CastXMLSuperbuild.git
1414
mkdir CastXMLSuperbuild-build
1515
cd CastXMLSuperbuild-build
16-
cmake ../CastXMLSuperbuild
17-
make
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.
1823

1924
The resulting [castxml]{.title-ref} executable will be located at
2025
[CastXMLSuperbuild-build/castxml/bin/castxml]{.title-ref}.

0 commit comments

Comments
 (0)