Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/file.xml

    rceebda5 r8d557ad  
    7070  </sect2>
    7171
    72   <!-- - - - - - - - - - -->
    73   <!-- Multilib - 32bit  -->
    74   <!-- - - - - - - - - - -->
    75  
    76   <sect2 arch="ml_32,ml_all" role="installation">
    77     <title>Installation of File - 32bit</title>
    78 
    79     <para>Clean previous build:</para>
    80 
    81 <screen><userinput remap="pre">make distclean</userinput></screen>
    82 
    83     <para>Prepare File for compilation:</para>
    84 
    85 <screen><userinput remap="configure">CC="gcc -m32" ./configure \
    86     --prefix=/usr         \
    87     --libdir=&usr-lib-m32;   \
    88     --host=i686-pc-linux-gnu</userinput></screen>
    89 
    90     <para>Compile the package:</para>
    91 
    92 <screen><userinput remap="make">make</userinput></screen>
    93 
    94     <para>Install the package:</para>
    95 
    96 <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    97 cp -Rv DESTDIR&usr-lib-m32;/* &usr-lib-m32;
    98 rm -rf DESTDIR</userinput></screen>
    99 
    100   </sect2><!-- m32 -->
    101 
    102   <!-- - - - - - - - - - -->
    103   <!-- Multilib - x32bit -->
    104   <!-- - - - - - - - - - -->
    105  
    106   <sect2 arch="ml_x32,ml_all" role="installation">
    107     <title>Installation of File - x32bit</title>
    108 
    109     <para>Clean previous build:</para>
    110 
    111 <screen><userinput remap="pre">make distclean</userinput></screen>
    112 
    113     <para>Prepare File for compilation:</para>
    114 
    115 <screen><userinput remap="configure">CC="gcc -mx32" ./configure \
    116     --prefix=/usr          \
    117     --libdir=&usr-lib-mx32;   \
    118     --host=x86_64-pc-linux-gnux32</userinput></screen>
    119 
    120     <para>Compile the package:</para>
    121 
    122 <screen><userinput remap="make">make</userinput></screen>
    123 
    124     <para>Install the package:</para>
    125 
    126 <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    127 cp -Rv DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;
    128 rm -rf DESTDIR</userinput></screen>
    129 
    130   </sect2><!-- mx32 -->
    13172
    13273  <sect2 id="contents-file" role="content">
Note: See TracChangeset for help on using the changeset viewer.