From 4a5d6dcf007ca1694e78e1fb61dd44db1f6ff19e Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Wed, 4 Sep 2019 17:17:07 +0200 Subject: [PATCH] Address review comments X-DeepSpeech: NOBUILD --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4799d2a3..af09cae5 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ Inference using a DeepSpeech pre-trained model can be done with a client/languag Running `deepspeech` might require some runtime dependencies to be already installed on your system: * 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. Please refer to your system's documentation on how to install these dependencies.