From a3a6a9740785cde7d77e207f40ffce13c0c6527d Mon Sep 17 00:00:00 2001 From: Brian Martin <42186431+martinb35@users.noreply.github.com> Date: Fri, 8 Nov 2019 14:26:04 -0800 Subject: [PATCH] update build instructions to include --build_shared_lib (#2358) * update build instructions to include --build_shared_lib * fix line breaks --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index e4ddb52dbf..b6e06b18bd 100644 --- a/BUILD.md +++ b/BUILD.md @@ -86,7 +86,7 @@ For other system requirements and other dependencies, please see [this section]( |**Build Shared Library**|--build_shared_lib|| |**Build Python wheel**|--build_wheel|| |**Build C# and C packages**|--build_csharp|| -|**Build WindowsML**|--use_winml --use_dml|| +|**Build WindowsML**|--use_winml
--use_dml
--build_shared_lib|WindowsML depends on DirectML and the OnnxRuntime shared library.| # Additional Build Instructions