From 4312a24e2ffbc1b91cf09bcfafaf2f20f0a4141c Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Thu, 19 Sep 2019 15:04:32 +0200 Subject: [PATCH] Update readme with ninja build --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 575de84..72a61e5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ cmake ../ make ``` +To build with ninja: +``` +mkdir build +cd build +cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ../ +ninja -v +``` + # Contribute Use [OneFlow][3] branching model and keep the [changelog][4]. -- 2.39.2