Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
fe741259
Commit
fe741259
authored
Apr 30, 2011
by
Jean-Marc Valin
Browse files
Updated README
parent
34077f70
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
fe741259
...
...
@@ -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
...
...
README.draft
View file @
fe741259
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment