Skip to content
Snippets Groups Projects
Commit fe741259 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Updated README

parent 34077f70
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment