comparison DOCS/xml/en/codecs.xml @ 27799:898b89a6dab1

Merge two Xvid build steps.
author diego
date Sun, 26 Oct 2008 09:49:33 +0000
parents 9f71a5b0fa94
children db2e2dff503a
comparison
equal deleted inserted replaced
27798:a73e2f6b5fad 27799:898b89a6dab1
82 </para></step> 82 </para></step>
83 <step><para> 83 <step><para>
84 <screen>cd xvidcore/build/generic</screen> 84 <screen>cd xvidcore/build/generic</screen>
85 </para></step> 85 </para></step>
86 <step><para> 86 <step><para>
87 <screen>./bootstrap.sh</screen> 87 <screen>./bootstrap.sh &amp;&amp; ./configure</screen>
88 </para></step>
89 <step><para>
90 <screen>./configure</screen>
91 You may have to add some options (examine the output of 88 You may have to add some options (examine the output of
92 <command>./configure --help</command>). 89 <command>./configure --help</command>).
93 </para></step> 90 </para></step>
94 <step><para> 91 <step><para>
95 <screen>make &amp;&amp; make install</screen> 92 <screen>make &amp;&amp; make install</screen>