From 371bdcc24ef82d01e26677a190198e2ab4f20365 Mon Sep 17 00:00:00 2001 From: William Van Woensel Date: Tue, 1 Jan 2019 18:18:02 -0400 Subject: [PATCH] Update README.md --- 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 6748cd40..a5f52a91 100644 --- a/native_client/README.md +++ b/native_client/README.md @@ -81,7 +81,7 @@ After that, you can build the Tensorflow and DeepSpeech libraries using the foll bazel build --config=monolithic -c opt --copt=-O3 --copt="-D_GLIBCXX_USE_CXX11_ABI=0" --copt=-fvisibility=hidden //native_client:libdeepspeech.so //native_client:generate_trie ``` -If your build target requires extra flags, add them, like, for example --config=cuda if you do a CUDA build. +If your build target requires extra flags, add them, like, for example --config=cuda if you do a CUDA build. Note that the generated binaries will show up under `bazel-bin/native_client/` (e.g., including `generate_trie` in case the `//native_client:generate_trie` option was present). Finally, you can change to the `native_client` directory and use the `Makefile`. By default, the `Makefile` will assume there is a TensorFlow checkout in a directory above the DeepSpeech checkout. If that is not the case, set the environment variable `TFDIR` to point to the right directory.