ref: fe741259c1050baa5c828444dd5a968ed658d1fb
parent: 34077f70e0fc2fbb5d345699384dc3a46970d213
author: Jean-Marc Valin <[email protected]>
date: Sat Apr 30 10:21:35 EDT 2011
Updated README
--- a/README
+++ b/README
@@ -2,24 +2,20 @@
To build from a distribution tarball, you only need to do the following:
-% ./configure --disable-shared
+% ./configure
% make
To build from the git repository, the following steps are necessary
-0) Clone the repository:
+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
-1) Get the celt and silk submodules:
+1) Compiling
-% git submodule update --init
-
-2) Compiling
-
% ./autogen.sh
-% ./configure --disable-shared
+% ./configure
% make
--- a/README.draft
+++ b/README.draft
@@ -10,17 +10,13 @@
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:
+2) Compile
-% git submodule update --init
-
-3) Compile
-
% ./autogen.sh
-% ./configure --disable-shared
+% ./configure
% make