ref: d2913a62b93b6b3bcaf4c152ac1bfecedcbaea84
parent: 34e99da9b204f8d5c19b312d67d40defc8e4353f
author: Jean-Marc Valin <[email protected]>
date: Thu Feb 3 08:59:57 EST 2011
Update draft instructions for source extraction
--- a/doc/draft-ietf-codec-opus.xml
+++ b/doc/draft-ietf-codec-opus.xml
@@ -1770,11 +1770,13 @@
<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>