Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-04-30 22:21:35 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-04-30 22:21:35 +0400
commitfe741259c1050baa5c828444dd5a968ed658d1fb (patch)
tree5d88893eddeba12d7e28485dcb4084a99ec6452d /README.draft
parent34077f70e0fc2fbb5d345699384dc3a46970d213 (diff)
Updated README
Diffstat (limited to 'README.draft')
-rw-r--r--README.draft12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.draft b/README.draft
index 9e1b53e3..cc8219e0 100644
--- a/README.draft
+++ b/README.draft
@@ -10,17 +10,13 @@ steps are necessary
1) Clone the repository:
-% git clone git://git.xiph.org/users/jm/ietfcodec.git
-% cd ietfcodec
+% git clone git://git.opus-codec.org/opus.git
+% cd opus
-2) Get the celt and silk submodules:
-
-% git submodule update --init
-
-3) Compile
+2) Compile
% ./autogen.sh
-% ./configure --disable-shared
+% ./configure
% make