mirror of
https://github.com/xiph/opus.git
synced 2025-05-29 06:39:15 +00:00
Update draft instructions for source extraction
This commit is contained in:
parent
34e99da9b2
commit
d2913a62b9
1 changed files with 3 additions and 1 deletions
|
@ -1770,11 +1770,13 @@ following command line:
|
|||
|
||||
<list style="symbols">
|
||||
<t><![CDATA[
|
||||
cat draft-ietf-codec-opus.txt | grep '^ ###' | sed 's/ ###//' | base64 -d > opus_source.tar.gz
|
||||
cat draft-ietf-codec-opus.txt | grep '^\ \ \ ###' | sed 's/\s\s\s###//' | base64 -d > opus_source.tar.gz
|
||||
]]></t>
|
||||
<t>
|
||||
tar xzvf opus_source.tar.gz
|
||||
</t>
|
||||
<t>cd opus_source</t>
|
||||
<t>make</t>
|
||||
</list>
|
||||
|
||||
</t>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue