source: BOOK/final-system/multilib/gawk.xml@ bddad35

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

Put one configure option per line

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-gawk" role="wrap">
9 <?dbhtml filename="gawk.html"?>
10
11 <title>Gawk-&gawk-version;</title>
12
13 <indexterm zone="ch-system-gawk">
14 <primary sortas="a-Gawk">Gawk</primary>
15 </indexterm>
16
[dabbced]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]18 href="../common/gawk.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
22 <title>Installation of Gawk</title>
23
[dabbced]24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]25 href="../common/gawk.xml"
26 xpointer="xpointer(//*[@os='a'])"/>
27
[7cd7f99]28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure \
29 --prefix=/usr \
30 --libexecdir=/usr/lib64</userinput></screen>
[3f8be484]31
[dabbced]32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]33 href="../common/gawk.xml"
[7cbeedf]34 xpointer="xpointer(//*[@os='c'])"/>
[3f8be484]35
[dabbced]36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]37 href="../common/gawk.xml"
[7cbeedf]38 xpointer="xpointer(//*[@os='d'])"/>
[3f8be484]39
[dabbced]40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]41 href="../common/gawk.xml"
[7cbeedf]42 xpointer="xpointer(//*[@os='e'])"/>
[3f8be484]43
[686839b]44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
45 href="../common/gawk.xml"
46 xpointer="xpointer(//*[@os='e2'])"/>
47
[dabbced]48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]49 href="../common/gawk.xml"
[7cbeedf]50 xpointer="xpointer(//*[@os='f'])"/>
[3f8be484]51
[dabbced]52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]53 href="../common/gawk.xml"
[7cbeedf]54 xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]55
[c873165]56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
57 href="../common/gawk.xml"
58 xpointer="xpointer(//*[@os='h'])"/>
59
60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
61 href="../common/gawk.xml"
62 xpointer="xpointer(//*[@os='i'])"/>
63
[3f8be484]64 </sect2>
65
[dabbced]66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]67 href="../common/gawk.xml"
68 xpointer="xpointer(id('contents-gawk'))"/>
69
70</sect1>
Note: See TracBrowser for help on using the repository browser.