Merge pull request #3548 from lissyx/doc-net-build

Expose .Net building doc better
This commit is contained in:
lissyx 2021-03-03 15:45:25 +01:00 committed by GitHub
commit 2bb42d4fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
.. _build-native-client-dotnet:
Building DeepSpeech native client for Windows
=============================================
@ -30,7 +31,8 @@ Prerequisites
* Windows 10
* `Windows 10 SDK <https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk>`_
* `Visual Studio 2019 Community <https://visualstudio.microsoft.com/vs/community/>`_
* `Visual Studio 2019 Community <https://visualstudio.microsoft.com/vs/community/>`_ v16.5.4.0
* `Visual Studio 2019 BuildTools <https://visualstudio.microsoft.com/vs/community/>`_ v16.5.4.0
* `TensorFlow Windows pre-requisites <https://www.tensorflow.org/install/source_windows>`_
Inside the Visual Studio Installer enable ``MS Build Tools`` and ``VC++ 2019 v16.00 (v160) toolset for desktop``.

View File

@ -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::