Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
7610848
Parents:
811b5a39
git-author:
Thomas Trepl <thomas@…> (06/29/2020 07:55:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter08/zstd.xml

    r811b5a39 r6dfcfecc  
    3333
    3434      <seglistitem>
    35         <seg>&zstd-ch6-sbu;</seg>
    36         <seg>&zstd-ch6-du;</seg>
     35        <seg>&zstd-fin-sbu;</seg>
     36        <seg>&zstd-fin-du;</seg>
    3737      </seglistitem>
    3838    </segmentedlist>
     
    6363
    6464  </sect2>
     65
     66  <!-- - - - - - - - - - -->
     67  <!-- Multilib - 32bit  -->
     68  <!-- - - - - - - - - - -->
     69 
     70  <sect2 arch="ml_32,ml_all" role="installation">
     71    <title>Installation of Zstd - 32bit</title>
     72
     73    <para>Clean previous build:</para>
     74
     75<screen><userinput remap="pre">make clean</userinput></screen>
     76
     77    <para>Compile the package:</para>
     78
     79<screen><userinput remap="make">CC="gcc -m32" make</userinput></screen>
     80
     81    <para>Install the package:</para>
     82
     83<screen><userinput remap="install">CC="gcc -m32" make prefix=/usr DESTDIR=$PWD/DESTDIR install
     84cp -Rv DESTDIR/usr/lib/* &usr-lib-m32;/
     85sed -e "/^libdir/s/lib$&lib-m32;/" -i &usr-lib-m32;/pkgconfig/libzstd.pc</userinput></screen>
     86
     87  </sect2><!-- m32 -->
     88
     89  <!-- - - - - - - - - - -->
     90  <!-- Multilib - x32bit -->
     91  <!-- - - - - - - - - - -->
     92 
     93  <sect2 arch="ml_x32,ml_all" role="installation">
     94    <title>Installation of Zstd - x32bit</title>
     95
     96    <para>Clean previous build:</para>
     97
     98<screen><userinput remap="pre">make clean</userinput></screen>
     99
     100    <para>Compile the package:</para>
     101
     102<screen><userinput remap="make">CC="gcc -mx32" make</userinput></screen>
     103
     104    <para>Install the package:</para>
     105
     106<screen><userinput remap="install">CC="gcc -mx32" make prefix=/usr DESTDIR=$PWD/DESTDIR install
     107cp -Rv DESTDIR/usr/lib/* &usr-lib-mx32;/
     108sed -e "/^libdir/s/lib$&lib-mx32;/" -i &usr-lib-mx32;/pkgconfig/libzstd.pc</userinput></screen>
     109
     110  </sect2><!-- mx32 -->
    65111
    66112  <sect2 id="contents-zstd" role="content">
Note: See TracChangeset for help on using the changeset viewer.