Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/acl.xml

    r8072d3d r6dfcfecc  
    8080  </sect2>
    8181
     82  <!-- - - - - - - - - - -->
     83  <!-- Multilib - 32bit  -->
     84  <!-- - - - - - - - - - -->
     85 
     86  <sect2 arch="ml_32,ml_all" role="installation">
     87    <title>Installation of Acl - 32bit</title>
     88
     89    <para>Clean previous build:</para>
     90
     91<screen><userinput remap="pre">make distclean</userinput></screen>
     92
     93    <para>Prepare Xz for compilation:</para>
     94
     95<screen><userinput remap="configure">CC="gcc -m32" ./configure \
     96    --prefix=/usr         \
     97    --disable-static      \
     98    --libdir=&usr-lib-m32;   \
     99    --libexecdir=&usr-lib-m32;   \
     100    --host=i686-pc-linux-gnu</userinput></screen>
     101
     102    <para>Compile the package:</para>
     103
     104<screen><userinput remap="make">make</userinput></screen>
     105
     106    <para>Install the package:</para>
     107
     108<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
     109cp -Rv DESTDIR&usr-lib-m32;/* &usr-lib-m32;
     110rm -rf DESTDIR</userinput></screen>
     111
     112  </sect2><!-- m32 -->
     113
     114  <!-- - - - - - - - - - -->
     115  <!-- Multilib - x32bit -->
     116  <!-- - - - - - - - - - -->
     117 
     118  <sect2 arch="ml_x32,ml_all" role="installation">
     119    <title>Installation of Acl - x32bit</title>
     120
     121    <para>Clean previous build:</para>
     122
     123<screen><userinput remap="pre">make distclean</userinput></screen>
     124
     125    <para>Prepare Xz for compilation:</para>
     126
     127<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
     128    --prefix=/usr          \
     129    --disable-static       \
     130    --libdir=&usr-lib-mx32;   \
     131    --libexecdir=&usr-lib-mx32;   \
     132    --host=x86_64-pc-linux-gnux32</userinput></screen>
     133
     134    <para>Compile the package:</para>
     135
     136<screen><userinput remap="make">make</userinput></screen>
     137
     138    <para>Install the package:</para>
     139
     140<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
     141cp -Rv DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;
     142rm -rf DESTDIR</userinput></screen>
     143
     144  </sect2><!-- mx32 -->
     145
    82146  <sect2 id="contents-acl" role="content">
    83147    <title>Contents of Acl</title>
Note: See TracChangeset for help on using the changeset viewer.