summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2022-05-13 00:51:43 -0400
committerJean-Marc Valin <jmvalin@amazon.com>2022-05-13 00:51:43 -0400
commit4e46ccd68642ce3f29885eb9b1a64fac5e392291 (patch)
treea93ef69a54e59314b3147adf1ff641e8821e6d73
parent05f6024f6fd8c5c2c9fcd562d27ca1613b60b70e (diff)
downloadopus-neural_plc.tar.gz
Update build instructionsneural_plc
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 4b13076f..41ebffa5 100644
--- a/README
+++ b/README
@@ -73,10 +73,13 @@ On Apple macOS, install Xcode and brew.sh, then in the Terminal enter:
2) Compiling the source
+ % git submodule update --init
% ./autogen.sh
% ./configure
% make
+On x86, it's a good idea to use a -march= option that allows the use of AVX2.
+
3) Install the codec libraries (optional)
% sudo make install