From 5406064a0149ad61c8315dc186e01df17c4fa3a9 Mon Sep 17 00:00:00 2001 From: Dave Sawyer Date: Thu, 19 Oct 2023 11:03:02 -0700 Subject: [PATCH] add cmake command Signed-off-by: Dave Sawyer --- website/tools.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/tools.rst b/website/tools.rst index c100cb2331..517fa4fb96 100644 --- a/website/tools.rst +++ b/website/tools.rst @@ -14,6 +14,11 @@ operations, consider `oiiotool Swiss Army Knife of `OpenImageIO `_ +To build a tool in a git bash window: +:: + cd + cmake -S . -B _build + .. toctree:: :caption: Tools :titlesonly: