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

systemd
Last change on this file was f745574, checked in by William Harrington <kb0iic@…>, 7 years ago

Update Man-DB to 2.7.6.1 and update install commmands.

  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[7582c5f]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
[d299af7]28<screen os="b"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
[7cd7f99]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 \
[f745574]37    --enable-cache-owner=bin \
[7cd7f99]38    --with-browser=/usr/bin/lynx \
39    --with-vgrind=/usr/bin/vgrind \
40    --with-grap=/usr/bin/grap</userinput></screen>
[7582c5f]41
42    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
43    href="../common/man-db.xml"
44    xpointer="xpointer(//*[@os='c'])"/>
45
46    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
47    href="../common/man-db.xml"
48    xpointer="xpointer(//*[@os='d'])"/>
49
50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
51    href="../common/man-db.xml"
52    xpointer="xpointer(//*[@os='e'])"/>
53
54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
55    href="../common/man-db.xml"
56    xpointer="xpointer(//*[@os='f'])"/>
57
58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
59    href="../common/man-db.xml"
60    xpointer="xpointer(//*[@os='g'])"/>
61
62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
63    href="../common/man-db.xml"
64    xpointer="xpointer(//*[@os='h'])"/>
65
66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
67    href="../common/man-db.xml"
68    xpointer="xpointer(//*[@os='i'])"/>
69
[afd5ee2f]70    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
71    href="../common/man-db.xml"
72    xpointer="xpointer(//*[@os='j'])"/>
73
74    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
75    href="../common/man-db.xml"
76    xpointer="xpointer(//*[@os='k'])"/>
77
[7582c5f]78  </sect2>
79
[d50634a]80  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
81  href="../common/man-db.xml"
82  xpointer="xpointer(id('encoding-man-db'))"/>
83
[7582c5f]84  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
85  href="../common/man-db.xml"
86  xpointer="xpointer(id('contents-man-db'))"/>
87
88</sect1>
Note: See TracBrowser for help on using the repository browser.