From f14460ffb8eeb90c07f2f196ec3585fe3c3a4996 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 28 May 2019 13:09:43 +0000 Subject: [PATCH] Specify minimum SWIG version --- native_client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native_client/README.md b/native_client/README.md index c3d15919..bbe653f5 100644 --- a/native_client/README.md +++ b/native_client/README.md @@ -10,7 +10,7 @@ It is required to use our fork of TensorFlow since it includes fixes for common If you'd like to build the language bindings or the decoder package, you'll also need: -* [SWIG](http://www.swig.org/) +* [SWIG >= 3.0.12](http://www.swig.org/) * [node-pre-gyp](https://github.com/mapbox/node-pre-gyp) (for Node.JS bindings only)