Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/eudev.xml

    r0ebda11 rd7a9421  
    8383
    8484  </sect2>
    85 
    86   <!-- - - - - - - - - - -->
    87   <!-- Multilib - 32bit  -->
    88   <!-- - - - - - - - - - -->
    89  
    90   <sect2 arch="ml_32,ml_all" role="installation">
    91     <title>Installation of Eudev - 32bit</title>
    92 
    93     <para>Clean previous build:</para>
    94 
    95 <screen><userinput remap="pre">make distclean</userinput></screen>
    96 
    97     <para>Prepare Eudev for compilation:</para>
    98 
    99 <screen><userinput remap="configure">CC="gcc -m32" \
    100 ./configure --host=i686-pc-linux-gnu     \
    101             --prefix=/usr                \
    102             --bindir=/sbin               \
    103             --sbindir=/sbin              \
    104             --libdir=/usr/lib32          \
    105             --sysconfdir=/etc            \
    106             --libexecdir=/lib32          \
    107             --with-rootprefix=           \
    108             --with-rootlibdir=/usr/lib32 \
    109             --disable-manpages           \
    110             --disable-static             \
    111             --config-cache</userinput></screen>
    112 
    113     <para>Compile the package:</para>
    114 
    115 <screen><userinput remap="make">make</userinput></screen>
    116 
    117     <para>Install the package:</para>
    118 
    119 <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    120 cp -Rv DESTDIR/usr/lib32/* /usr/lib32
    121 rm -rf DESTDIR</userinput></screen>
    122 
    123   </sect2><!-- m32 -->
    124 
    125   <!-- - - - - - - - - - -->
    126   <!-- Multilib - x32bit -->
    127   <!-- - - - - - - - - - -->
    128  
    129   <sect2 arch="ml_x32,ml_all" role="installation">
    130     <title>Installation of Eudev - x32bit</title>
    131 
    132     <para>Clean previous build:</para>
    133 
    134 <screen><userinput remap="pre">make distclean</userinput></screen>
    135 
    136     <para>Prepare Eudev for compilation:</para>
    137 
    138 <screen><userinput remap="configure">CC="gcc -mx32" \
    139 ./configure --prefix=/usr                \
    140             --bindir=/sbin               \
    141             --sbindir=/sbin              \
    142             --libdir=/usr/libx32          \
    143             --sysconfdir=/etc            \
    144             --libexecdir=/libx32         \
    145             --with-rootprefix=           \
    146             --with-rootlibdir=/usr/libx32 \
    147             --disable-manpages           \
    148             --disable-static             \
    149             --config-cache</userinput></screen>
    150 
    151     <para>Compile the package:</para>
    152 
    153 <screen><userinput remap="make">make</userinput></screen>
    154 
    155     <para>Install the package:</para>
    156 
    157 <screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
    158 cp -Rv DESTDIR/usr/libx32/* /usr/libx32
    159 rm -rf DESTDIR</userinput></screen>
    160 
    161   </sect2><!-- mx32 -->
    16285
    16386  <sect2 id="conf-eudev" role="configuration">
Note: See TracChangeset for help on using the changeset viewer.