Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/file.xml

    r8ef4836 rdabbced  
    66]>
    77
    8 <sect1 id="ch-cross-tools-file" role="wrap">
     8<sect1 id="ch-cross-tools-file">
    99  <?dbhtml filename="file.html"?>
    1010
     
    2525    <para>Prepare File for compilation:</para>
    2626
    27 <screen><userinput>./configure --prefix=/cross-tools --disable-static</userinput></screen>
    28 
    29     <variablelist>
    30       <title>The meaning of the configure options:</title>
    31 
    32       <varlistentry>
    33         <term><parameter>--prefix=/cross-tools</parameter></term>
    34         <listitem>
    35           <para>This tells the configure script to prepare to install the
    36           package in the <filename class="directory">/cross-tools</filename>
    37           directory.</para>
    38         </listitem>
    39       </varlistentry>
    40 
    41       <varlistentry>
    42         <term><parameter>--disable-static</parameter></term>
    43         <listitem>
    44           <para>This tells the File package not to compile or install static
    45           libraries, which are not needed for the Cross-Tools</para>
    46         </listitem>
    47       </varlistentry>
    48 
    49     </variablelist>
     27<screen><userinput>./configure --prefix=/cross-tools</userinput></screen>
    5028
    5129    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.