From a087509ab7b28c68ec76e89765901a9f1bb1ef4b Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Wed, 3 Mar 2021 15:42:31 +0100 Subject: [PATCH] Expose .Net building doc better --- native_client/dotnet/README.rst => doc/BUILDING_DotNet.rst | 4 +++- doc/index.rst | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) rename native_client/dotnet/README.rst => doc/BUILDING_DotNet.rst (97%) diff --git a/native_client/dotnet/README.rst b/doc/BUILDING_DotNet.rst similarity index 97% rename from native_client/dotnet/README.rst rename to doc/BUILDING_DotNet.rst index 7c9010c2..a85598e0 100644 --- a/native_client/dotnet/README.rst +++ b/doc/BUILDING_DotNet.rst @@ -1,3 +1,4 @@ +.. _build-native-client-dotnet: Building DeepSpeech native client for Windows ============================================= @@ -30,7 +31,8 @@ Prerequisites * Windows 10 * `Windows 10 SDK `_ -* `Visual Studio 2019 Community `_ +* `Visual Studio 2019 Community `_ v16.5.4.0 +* `Visual Studio 2019 BuildTools `_ v16.5.4.0 * `TensorFlow Windows pre-requisites `_ Inside the Visual Studio Installer enable ``MS Build Tools`` and ``VC++ 2019 v16.00 (v160) toolset for desktop``. diff --git a/doc/index.rst b/doc/index.rst index c5e80d06..33285c67 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -62,6 +62,8 @@ See the output of ``deepspeech -h`` for more information on the use of ``deepspe BUILDING + BUILDING_DotNet + .. include:: ../SUPPORT.rst .. toctree::