source: BOOK/final-system/multilib/dbus-n32.xml@ dc1ef58

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since dc1ef58 was 62172e9, checked in by William Harrington <kb0iic@…>, 11 years ago

Referencd library move and linking to libdbus.

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[27f57ec]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-dbus-n32" role="wrap">
9 <?dbhtml filename="dbus-n32.html"?>
10
11 <title>D-Bus-&dbus-version; N32 Libraries</title>
12
13 <indexterm zone="ch-system-dbus-n32">
14 <primary sortas="a-D-Bus">D-Bus</primary>
15 </indexterm>
16
[4317f44]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]18 href="../common/dbus.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
22 <title>Installation of D-Bus</title>
23
[4317f44]24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]25 href="../common/dbus.xml"
26 xpointer="xpointer(//*[@os='a'])"/>
27
28<screen os="b"><userinput>CC="gcc ${BUILDN32}" USE_ARCH=n32 \
29 ./configure --prefix=/usr --sysconfdir=/etc \
30 --libdir=/usr/lib32 --libexecdir=/usr/lib/dbus-1.0 \
31 --localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system</userinput></screen>
32
[4317f44]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]34 href="../common/dbus.xml"
35 xpointer="xpointer(//*[@os='c'])"/>
36
[4317f44]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]38 href="../common/dbus.xml"
39 xpointer="xpointer(//*[@os='d'])"/>
40
[4317f44]41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]42 href="../common/dbus.xml"
43 xpointer="xpointer(//*[@os='e'])"/>
44
[4317f44]45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]46 href="../common/dbus.xml"
47 xpointer="xpointer(//*[@os='f'])"/>
48
[4317f44]49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]50 href="../common/dbus.xml"
51 xpointer="xpointer(//*[@os='g'])"/>
52
[62172e9]53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
54 href="../multilib/libdbus-n32.xml"
55 xpointer="xpointer(//*[@os='h'])"/>
56
57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
58 href="../multilib/libdbus-n32.xml"
59 xpointer="xpointer(//*[@os='i'])"/>
60
[27f57ec]61 </sect2>
62
63 <sect2 role="content">
64 <title/>
65
66 <para>Details on this package are located in <xref
67 linkend="contents-dbus" role="."/></para>
68
69 </sect2>
70</sect1>
71
72
73
Note: See TracBrowser for help on using the repository browser.