Skip to content

Commit

Permalink
Merge pull request #3548 from lissyx/doc-net-build
Browse files Browse the repository at this point in the history
Expose .Net building doc better
  • Loading branch information
lissyx authored Mar 3, 2021
2 parents 8c8b80d + a087509 commit 2bb42d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion native_client/dotnet/README.rst → doc/BUILDING_DotNet.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. _build-native-client-dotnet:

Building DeepSpeech native client for Windows
=============================================
Expand Down Expand Up @@ -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``.
Expand Down
2 changes: 2 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 2bb42d4

Please sign in to comment.