From af8b64f3bcc65b0453c1d307c905b708de04c632 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Tue, 17 Dec 2019 15:52:20 +0100 Subject: [PATCH] Ensure document vc_redist Fixes #2606 --- USING.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/USING.rst b/USING.rst index 06103c88..781ee67f 100644 --- a/USING.rst +++ b/USING.rst @@ -15,7 +15,8 @@ Running ``deepspeech`` might, see below, require some runtime dependencies to be * ``sox`` - The Python and Node.JS clients use SoX to resample files to 16kHz. * ``libgomp1`` - libsox (statically linked into the clients) depends on OpenMP. Some people have had to install this manually. * ``libstdc++`` - Standard C++ Library implementation. Some people have had to install this manually. -* ``libpthread`` - On Linux, some people have had to install libpthread manually. On Ubuntu, ``libpthread`` is part of the `` ``libpthread-stubs0-dev`` package. +* ``libpthread`` - On Linux, some people have had to install libpthread manually. On Ubuntu, ``libpthread`` is part of the ``libpthread-stubs0-dev`` package. +* ``Redistribuable Visual C++ 2015 Update 3 (64-bits)`` - On Windows, it might be required to ensure this is installed. Please `download from Microsoft `_. Please refer to your system's documentation on how to install these dependencies.