Replies: 2 comments
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
0 replies
-
>>> JanX2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
>>> JanX2
[December 4, 2017, 3:53pm]
I have just tried to build Deep Speech from source.
pwd
shows that I am in thenative_client
directory.DeepSpeech
andtensorflow
are in adjacent directories.This appears to instruct the build system to build the binaries:
bazel build -c opt --copt=-O3 //tensorflow:libtensorflow_cc.so //tensorflow:libtensorflow_framework.so //native_client:deepspeech //native_client:deepspeech_utils //native_client:libctc_decoder_with_kenlm.so //native_client:generate_trie
Running the above results in:
ERROR: The 'build' command is only supported from within a workspace.
To get further, I have tried to
touch ../WORKSPACE
andtouch WORKSPACE
. This gives me new errors.[This is an archived TTS discussion thread from discourse.mozilla.org/t/build-deep-speech-from-source-macos-10-12-6]
Beta Was this translation helpful? Give feedback.
All reactions