Changeset a5ad6a8 for chapter06/zstd.xml


Ignore:
Timestamp:
01/13/2020 06:27:40 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0ebc874
Parents:
912108f
Message:

Clean up zstd installation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/zstd.xml

    r912108f ra5ad6a8  
    5252
    5353<screen><userinput remap="install">make prefix=/usr install</userinput></screen>
     54
     55    <para>Remove the static library and move the shared library to
     56    <filename class="directory">/lib</filename>. Also, the
     57    <filename class="extension">.so</filename> file in
     58    <filename class="directory">/usr/lib</filename> will need to be recreated:</para>
     59
     60<screen><userinput remap="install">rm -v /usr/lib/libzstd.a
     61mv -v /usr/lib/libzstd.so.* /lib
     62ln -sfv ../../lib/$(readlink /usr/lib/libzstd.so) /usr/lib/libzstd.so</userinput></screen>
    5463
    5564  </sect2>
Note: See TracChangeset for help on using the changeset viewer.