source: BOOK/temp-system/common/cloog.xml @ ee4c6a2

clfs-3.0.0-sysvinitsysvinit
Last change on this file since ee4c6a2 was ee4c6a2, checked in by Chris Staub <chris@…>, 10 years ago

Add command explanation

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[9470388]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
[84b164e]8<sect1 id="ch-temp-system-cloog" role="wrap">
9  <?dbhtml filename="cloog.html"?>
[9470388]10
[1fa67a8]11  <title>CLooG-&cloog-version;</title>
[9470388]12
[84b164e]13  <indexterm zone="ch-temp-system-cloog">
14    <primary sortas="a-CLooG">CLooG</primary>
[9470388]15    <secondary>temporary system</secondary>
16  </indexterm>
17
[dabbced]18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[84b164e]19  href="../../final-system/common/cloog.xml"
[9470388]20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
[84b164e]23    <title>Installation of CLooG</title>
[9470388]24
[84b164e]25    <para os="a">Prepare CLooG for compilation:</para>
[9470388]26
27<screen os="b"><userinput>./configure --prefix=/tools \
[9dbb9baf]28    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
29    --with-isl=system</userinput></screen>
[9470388]30
[ee4c6a2]31    <variablelist os="b1">
32      <title>The meaning of the new configure option:</title>
33
34      <varlistentry>
35        <term><parameter>--with-isl=system</parameter></term>
36        <listitem>
37          <para>This ensures that CLooG will use the version of Isl that was
38          just installed into <filename class="directory">/tools</filename>,
39         rather than the copy in its own source tree.</para>
40        </listitem>
41      </varlistentry>
42
43    </variablelist>
44
[9420398]45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
46    href="../../final-system/common/cloog.xml"
47    xpointer="xpointer(//*[@os='s1'])"/>
48
[787b933]49<screen os="s2"><userinput>cp -v Makefile{,.orig}
50sed '/cmake/d' Makefile.orig &gt; Makefile</userinput></screen>
[9420398]51
[9470388]52    <para os="c">Compile the package:</para>
53
[da6eb36]54<screen os="d"><userinput>make</userinput></screen>
[9470388]55
56    <para os="e">Install the package:</para>
57
58<screen os="f"><userinput>make install</userinput></screen>
59
60  </sect2>
61
62  <sect2 role="content">
63    <title/>
64
65    <para>Details on this package are located in <xref
[84b164e]66    linkend="contents-cloog" role="."/></para>
[9470388]67
68  </sect2>
69
70</sect1>
Note: See TracBrowser for help on using the repository browser.