summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-09-16 01:07:09 -0400
committerGregory Maxwell <greg@xiph.org>2012-09-16 01:07:09 -0400
commit0a17185061529d26cf61c34e523bf5cfe29fb23a (patch)
tree96055ee90a81b810df32dbe25a74ec660e808aae /README
parented5989b0fb547e62323fc1d38f9e890ae7a96ba5 (diff)
downloadopus-0a17185061529d26cf61c34e523bf5cfe29fb23a.tar.gz
Add a make install instruction to the README.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index ea68fe30..655c6b44 100644
--- a/README
+++ b/README
@@ -59,6 +59,10 @@ To build from the git repository, the following steps are necessary:
% ./configure
% make
+3) Install the codec libraries (optional)
+
+% sudo make install
+
Once you have compiled the codec, there will be a opus_demo executable
in the top directory.