Changeset 2ce95e9 for BOOK/final-system/common/xz.xml
- Timestamp:
- May 19, 2011, 7:23:24 AM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1ac2d0c
- Parents:
- 2864455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/xz.xml
r2864455 r2ce95e9 36 36 <screen os="d"><userinput>make</userinput></screen> 37 37 38 <para os="e">Install the programs:</para> 39 40 <screen os="f"><userinput>make install</userinput></screen> 41 42 <para os="g">Move the <filename>xz</filename> binary, and several symlinks 38 <para os="e">To test the results, issue: 39 <userinput>make check</userinput>.</para> 40 41 42 <para os="f">Install the programs:</para> 43 44 <screen os="g"><userinput>make install</userinput></screen> 45 46 <para os="h">Move the <filename>xz</filename> binary, and several symlinks 43 47 that point to it, into the /bin directory:</para> 44 48 45 <screen os="h"><userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput></screen> 46 47 <para os="i">Move the static libraries to the proper location:</para> 48 49 <screen os="j"><userinput>mv -v /lib/liblzma.a /usr/lib</userinput></screen> 49 <screen os="i"><userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput></screen> 50 50 51 51 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.