comparison DOCS/xml/en/codecs.xml @ 9815:eb55fee443d2

Make absolute symlinks relative as suggested by Rich, fix typo.
author diego
date Thu, 03 Apr 2003 16:11:37 +0000
parents abfe0bcd68bf
children 75ff80d8dc1e
comparison
equal deleted inserted replaced
9814:27be2a58e9ec 9815:eb55fee443d2
153 compiled separately. For the decore Library, simply type 153 compiled separately. For the decore Library, simply type
154 <screen> 154 <screen>
155 cd divxcore/decore/build/linux 155 cd divxcore/decore/build/linux
156 make 156 make
157 cp libdivxdecore.so /usr/local/lib 157 cp libdivxdecore.so /usr/local/lib
158 ln -s /usr/local/lib/libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 158 ln -s libdivxdecore.so /usr/local/lib/libdivxdecore.so.0
159 cp ../../src/decore.h /usr/local/include 159 cp ../../src/decore.h /usr/local/include
160 </screen> 160 </screen>
161 </para></step> 161 </para></step>
162 <step><para> 162 <step><para>
163 Alas, for the encore library there is no Linux Makefile available, and the 163 Alas, for the encore library there is no Linux Makefile available, and the
169 mkdir linux 169 mkdir linux
170 cd linux 170 cd linux
171 cp path/Makefile . 171 cp path/Makefile .
172 make 172 make
173 cp libdivxencore.so /usr/local/lib 173 cp libdivxencore.so /usr/local/lib
174 ln -s /usr/local/lib/libdivxencore.so /usr/local/lib/libdivxencore.so.0 174 ln -s libdivxencore.so /usr/local/lib/libdivxencore.so.0
175 cp ../../src/encore.h /usr/local/include 175 cp ../../src/encore.h /usr/local/include
176 </screen> 176 </screen>
177 </para></step> 177 </para></step>
178 </procedure> 178 </procedure>
179 179