update build instructions to include --build_shared_lib (#2358)

* update build instructions to include --build_shared_lib

* fix line breaks
This commit is contained in:
Brian Martin 2019-11-08 14:26:04 -08:00 committed by GitHub
parent b94ae8e965
commit a3a6a97407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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<br>--use_dml<br>--build_shared_lib|WindowsML depends on DirectML and the OnnxRuntime shared library.|
# Additional Build Instructions