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-09-15 14:40:44 -0400
commit2d81acb712a10e63133296bd2eb9700c2275233b (patch)
tree8c5c400f9628cc82ef3891582aa12f531ee747a9
parent1e40be2279615ce174b6a22adac136de98e5361e (diff)
downloadopus-2d81acb712a10e63133296bd2eb9700c2275233b.tar.gz
Update build instructions
-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