Changeset 1ef890b for BOOK/final-system/common
- Timestamp:
- Jan 12, 2009, 3:52:13 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- b33fd59
- Parents:
- 8100441
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/lzma.xml
r8100441 r1ef890b 30 30 <para os="a">Prepare LZMA-Utils for compilation:</para> 31 31 32 <screen os="b"><userinput>./configure --prefix=/usr libdir=/lib</userinput></screen>32 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 33 33 34 34 <para os="c">Compile the package:</para> … … 39 39 40 40 <screen os="f"><userinput>make install</userinput></screen> 41 42 <para os="g">Move the LZMA-Utils static libraries to the proper location:</para>43 44 <screen os="h"><userinput>mv -v /lib/liblzmadec.{a,la} /usr/lib</userinput></screen>45 46 <para os="i">Create a symlink for the shared library:</para>47 48 <screen os="j"><userinput>ln -svf ../../lib/liblzmadec.so.0 /usr/lib/liblzmadec.so</userinput></screen>49 50 <para os="k">Move the <command>lzma</command> binary, and a couple51 symlinks to it, to <filename class="directory">/bin</filename> to be52 available like other compressing utilities:</para>53 54 <screen os="l"><userinput>mv -v /usr/bin/{lzma,lzcat,unlzma} /bin</userinput></screen>55 41 56 42 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.