Changeset 76b06f6 for BOOK/temp-system/common/ppl.xml
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (11 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/ppl.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-temp-system- isl" role="wrap">9 <?dbhtml filename=" isl.html"?>8 <sect1 id="ch-temp-system-ppl" role="wrap"> 9 <?dbhtml filename="ppl.html"?> 10 10 11 <title> ISL-&isl-version;</title>11 <title>PPL-&ppl-version;</title> 12 12 13 <indexterm zone="ch-temp-system- isl">14 <primary sortas="a- ISL">ISL</primary>13 <indexterm zone="ch-temp-system-ppl"> 14 <primary sortas="a-PPL">PPL</primary> 15 15 <secondary>temporary system</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../../final-system/common/ isl.xml"19 href="../../final-system/common/ppl.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of ISL</title>23 <title>Installation of PPL</title> 24 24 25 <para os="a">Prepare ISL for compilation:</para>25 <para os="a">Prepare PPL for compilation:</para> 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 28 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 --with-gmp-prefix=/tools</userinput></screen> 29 --enable-interfaces="c,cxx" --enable-shared --disable-optimization \ 30 --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib</userinput></screen> 30 31 31 32 <para os="c">Compile the package:</para> … … 43 44 44 45 <para>Details on this package are located in <xref 45 linkend="contents- isl" role="."/></para>46 linkend="contents-ppl" role="."/></para> 46 47 47 48 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.