diff options
author | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | 2011-04-30 14:21:35 -0400 |
---|---|---|
committer | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | 2011-04-30 14:21:35 -0400 |
commit | fe741259c1050baa5c828444dd5a968ed658d1fb (patch) | |
tree | 5d88893eddeba12d7e28485dcb4084a99ec6452d /README | |
parent | 34077f70e0fc2fbb5d345699384dc3a46970d213 (diff) | |
download | opus-fe741259c1050baa5c828444dd5a968ed658d1fb.tar.gz |
Updated README
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -2,24 +2,20 @@ This is a prototype codec and for now it has limited functionality. 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: - -% git submodule update --init - -2) Compiling +1) Compiling % ./autogen.sh -% ./configure --disable-shared +% ./configure % make |