source: BOOK/final-system/multilib/expat-64bit.xml @ 464b09f

sysvinit
Last change on this file since 464b09f was b27081c4, checked in by Chris Staub <chris@…>, 8 years ago

Put one configure option per line

  • Property mode set to 100644
File size: 2.1 KB
Line 
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
8<sect1 id="ch-system-expat" role="wrap">
9  <?dbhtml filename="expat-64bit.html"?>
10
11  <title>Expat-&expat-version; 64 Bit</title>
12
13  <indexterm zone="ch-system-expat">
14    <primary sortas="a-Expat">Expat</primary>
15  </indexterm>
16
17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
18  href="../common/expat.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
20
21  <sect2 role="installation">
22    <title>Installation of Expat</title>
23
24  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
25    href="../common/expat.xml"
26    xpointer="xpointer(//*[@os='a'])"/>
27
28<screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
29./configure \
30    --prefix=/usr \
31    --libdir=/usr/lib64</userinput></screen>
32
33  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
34    href="../common/expat.xml"
35    xpointer="xpointer(//*[@os='c'])"/>
36
37  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
38    href="../common/expat.xml"
39    xpointer="xpointer(//*[@os='d'])"/>
40
41  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
42    href="../common/expat.xml"
43    xpointer="xpointer(//*[@os='e'])"/>
44
45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
46    href="../common/expat.xml"
47    xpointer="xpointer(//*[@os='e2'])"/>
48
49  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
50    href="../common/expat.xml"
51    xpointer="xpointer(//*[@os='f'])"/>
52
53  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
54    href="../common/expat.xml"
55    xpointer="xpointer(//*[@os='g'])"/>
56
57  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
58    href="../common/expat.xml"
59    xpointer="xpointer(//*[@os='h'])"/>
60
61  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
62    href="../common/expat.xml"
63    xpointer="xpointer(//*[@os='i'])"/>
64
65  </sect2>
66
67  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
68  href="../common/expat.xml"
69  xpointer="xpointer(id('contents-expat'))"/>
70
71</sect1>
Note: See TracBrowser for help on using the repository browser.