mirror of
https://github.com/xiph/opus.git
synced 2025-05-31 23:57:42 +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">
|
<list style="symbols">
|
||||||
<t><![CDATA[
|
<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>
|
||||||
<t>
|
<t>
|
||||||
tar xzvf opus_source.tar.gz
|
tar xzvf opus_source.tar.gz
|
||||||
</t>
|
</t>
|
||||||
|
<t>cd opus_source</t>
|
||||||
|
<t>make</t>
|
||||||
</list>
|
</list>
|
||||||
|
|
||||||
</t>
|
</t>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue