Changeset 4c68291 for BOOK/final-system/common
- Timestamp:
- Jun 20, 2014, 10:06:44 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- e1424ca
- Parents:
- 37dd4bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gmp.xml
r37dd4bd r4c68291 51 51 CXX="g++ -isystem /usr/include" \ 52 52 LDFLAGS="-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> 54 55 55 56 <para os="c">Compile the package:</para> … … 57 58 <screen os="d"><userinput>make</userinput></screen> 58 59 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"> 60 65 <para>The test suite for GMP is considered 61 66 critical. Do not skip it under any circumstance.</para> 62 67 </important> 63 68 64 <para os=" f">Test the results:</para>69 <para os="h">Test the results:</para> 65 70 66 <screen os=" g"><userinput remap="test">make check</userinput></screen>71 <screen os="i"><userinput remap="test">make check</userinput></screen> 67 72 68 <para os=" h">Install the package:</para>73 <para os="j">Install the package:</para> 69 74 70 <screen os=" i"><userinput>make install</userinput></screen>75 <screen os="k"><userinput>make install</userinput></screen> 71 76 72 <para os=" j">Install the documentation:</para>77 <para os="l">Install the documentation:</para> 73 78 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> 77 80 78 81 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.