Ignore:
Timestamp:
Jun 20, 2014, 10:06:44 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
e1424ca
Parents:
37dd4bd
Message:

Updated gmp doc install instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gmp.xml

    r37dd4bd r4c68291  
    5151CXX="g++ -isystem /usr/include" \
    5252LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
    53   ./configure --prefix=/usr --enable-cxx</userinput></screen>
     53  ./configure --prefix=/usr --enable-cxx \
     54  --docdir=/usr/share/doc/gmp-&gmp-version;</userinput></screen>
    5455
    5556    <para os="c">Compile the package:</para>
     
    5758<screen os="d"><userinput>make</userinput></screen>
    5859
    59     <important os="e">
     60    <para os="e">Build the HTML documentation:</para>
     61
     62<screen os="f"><userinput>make html</userinput></screen>
     63
     64    <important os="g">
    6065      <para>The test suite for GMP is considered
    6166      critical. Do not skip it under any circumstance.</para>
    6267    </important>
    6368
    64     <para os="f">Test the results:</para>
     69    <para os="h">Test the results:</para>
    6570
    66 <screen os="g"><userinput remap="test">make check</userinput></screen>
     71<screen os="i"><userinput remap="test">make check</userinput></screen>
    6772
    68     <para os="h">Install the package:</para>
     73    <para os="j">Install the package:</para>
    6974
    70 <screen os="i"><userinput>make install</userinput></screen>
     75<screen os="k"><userinput>make install</userinput></screen>
    7176
    72     <para os="j">Install the documentation:</para>
     77    <para os="l">Install the documentation:</para>
    7378
    74 <screen os="k"><userinput>mkdir -v /usr/share/doc/gmp-&gmp-version;
    75 cp -v doc/{isa_abi_headache,configuration} doc/*.html \
    76     /usr/share/doc/gmp-&gmp-version;</userinput></screen>
     79<screen os="m"><userinput>make install-html</userinput></screen>
    7780
    7881  </sect2>
Note: See TracChangeset for help on using the changeset viewer.