diff --git a/doc/BUILDING.rst b/doc/BUILDING.rst index d0ade9d6..ff4ed381 100644 --- a/doc/BUILDING.rst +++ b/doc/BUILDING.rst @@ -17,9 +17,9 @@ 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 >= 3.0.12 `_. - Unfortunately, NodeJS / ElectronJS after 10.x support on SWIG is a bit behind, and while there are pending patches proposed to upstream, it is not yet merged. - The proper prebuilt patched version (covering linux, windows and macOS) of SWIG should get installed under `native_client/ `_ as soon as you build any bindings that requires it. +* `SWIG master `_. + Unfortunately, NodeJS / ElectronJS after 10.x support on SWIG is a bit behind, and while there are fixes merged on master, they have not been released. + Prebuilt patched versions (covering Linux, Windows and macOS) of SWIG should get installed under `native_client/ `_ automatically as soon as you build any bindings that requires it. * `node-pre-gyp `_ (for Node.JS bindings only) @@ -162,7 +162,7 @@ We only support building CTC Decoder on x86-64 architectures. However, we offer Feedback on improving this section or usage on other architectures is welcome. -First, you need to build SWIG from scratch. +First, you need to build SWIG from scratch, from the master branch. Our pre-built binaries are built from the tree `90cdbee6a69d13b39d734083b9f91069533b0d7b `_. You can supply your prebuild SWIG using ``SWIG_DIST_URL`` @@ -232,9 +232,9 @@ Due to the discontinuation of Bintray JCenter we do not have pre-built Android p project. Please make sure your project is setup to pull from this repository. You can then include the library by just adding this line to your ``gradle.build``, adjusting ``VERSION`` to the version you need: - + .. code-block:: - + implementation 'stt.coqui.ai:libstt:VERSION@aar' Building ``libstt.so`` for Android