Changeset ac7dfaa for BOOK/final-system/common
- Timestamp:
- Jul 27, 2014, 9:19:44 PM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- d4469fc
- Parents:
- a3cdc8b
- Location:
- BOOK/final-system/common
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/cloog.xml
ra3cdc8b rac7dfaa 42 42 <screen os="d"><userinput>make</userinput></screen> 43 43 44 <important os="e"> 45 <para>The test suite for CLooG is considered 46 critical. Do not skip it under any circumstance.</para> 47 </important> 44 <para os="e">Test the results:</para> 48 45 49 <para os="f">Test the results:</para>46 <screen os="f"><userinput remap="test">make check</userinput></screen> 50 47 51 <screen os="g"><userinput remap="test">make check</userinput></screen>48 <para os="g">Install the package:</para> 52 49 53 <para os="h">Install the package:</para> 54 55 <screen os="i"><userinput>make install</userinput></screen> 50 <screen os="h"><userinput>make install</userinput></screen> 56 51 57 52 </sect2> -
BOOK/final-system/common/gmp.xml
ra3cdc8b rac7dfaa 62 62 <screen os="f"><userinput>make html</userinput></screen> 63 63 64 <important os="g"> 65 <para>The test suite for GMP is considered 66 critical. Do not skip it under any circumstance.</para> 67 </important> 64 <para os="g">Test the results:</para> 68 65 69 <para os="h">Test the results:</para>66 <screen os="h"><userinput remap="test">make check</userinput></screen> 70 67 71 <screen os="i"><userinput remap="test">make check</userinput></screen>68 <para os="i">Install the package:</para> 72 69 73 <para os="j">Install the package:</para>70 <screen os="j"><userinput>make install</userinput></screen> 74 71 75 <screen os="k"><userinput>make install</userinput></screen>72 <para os="k">Install the documentation:</para> 76 73 77 <para os="l">Install the documentation:</para> 78 79 <screen os="m"><userinput>make install-html</userinput></screen> 74 <screen os="l"><userinput>make install-html</userinput></screen> 80 75 81 76 </sect2> -
BOOK/final-system/common/isl.xml
ra3cdc8b rac7dfaa 36 36 <screen os="d"><userinput>make</userinput></screen> 37 37 38 <important os="e"> 39 <para>The test suite for ISL is considered 40 critical. Do not skip it under any circumstance.</para> 41 </important> 38 <para os="e">Test the results:</para> 42 39 43 <para os="f">Test the results:</para>40 <screen os="f"><userinput remap="test">make check</userinput></screen> 44 41 45 <screen os="g"><userinput remap="test">make check</userinput></screen>42 <para os="g">Install the package:</para> 46 43 47 <para os="h">Install the package:</para>44 <screen os="h"><userinput>make install</userinput></screen> 48 45 49 <screen os="i"><userinput>make install</userinput></screen>46 <para os="i">Finally, move a misplaced file:</para> 50 47 51 <para os="j">Finally, move a misplaced file:</para> 52 53 <screen os="k"><userinput>mkdir -pv /usr/share/gdb/auto-load/usr/lib 48 <screen os="j"><userinput>mkdir -pv /usr/share/gdb/auto-load/usr/lib 54 49 mv -v /usr/lib/libisl*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> 55 50 </sect2> -
BOOK/final-system/common/mpc.xml
ra3cdc8b rac7dfaa 40 40 <screen os="f"><userinput>make html</userinput></screen> 41 41 42 <important os="g"> 43 <para>The test suite for MPC is considered 44 critical. Do not skip it under any circumstance.</para> 45 </important> 42 <para os="g">Test the results:</para> 46 43 47 <para os="h">Test the results:</para>44 <screen os="h"><userinput remap="test">make check</userinput></screen> 48 45 49 <screen os="i"><userinput remap="test">make check</userinput></screen>46 <para os="i">Install the package:</para> 50 47 51 <para os="j">Install the package:</para>48 <screen os="j"><userinput>make install</userinput></screen> 52 49 53 <screen os="k"><userinput>make install</userinput></screen>50 <para os="k">Install the HTML documentation:</para> 54 51 55 <para os="l">Install the HTML documentation:</para> 56 57 <screen os="m"><userinput>make install-html</userinput></screen> 52 <screen os="l"><userinput>make install-html</userinput></screen> 58 53 59 54 </sect2> -
BOOK/final-system/common/mpfr.xml
ra3cdc8b rac7dfaa 41 41 <screen os="d"><userinput>make</userinput></screen> 42 42 43 <important os="e"> 44 <para>The test suite for MPFR is considered 45 critical. Do not skip it under any circumstance.</para> 46 </important> 43 <para os="e">Test the results:</para> 47 44 48 <para os="f">Test the results:</para>45 <screen os="f"><userinput remap="test">make check</userinput></screen> 49 46 50 <screen os="g"><userinput remap="test">make check</userinput></screen>47 <para os="g">Install the package:</para> 51 48 52 <para os="h">Install the package:</para> 53 54 <screen os="i"><userinput>make install</userinput></screen> 49 <screen os="h"><userinput>make install</userinput></screen> 55 50 56 51 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.