source: BOOK/final-system/multilib/mpc-64bit.xml@ 6efc47a

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

Generate and install MPC html docs

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