source: BOOK/final-system/multilib/man-db.xml @ 7cd7f99

systemd
Last change on this file since 7cd7f99 was 7cd7f99, checked in by Chris Staub <chris@…>, 8 years ago

Put one configure option per line

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