source: BOOK/final-system/multilib/flex-64bit.xml @ abc22f0

systemd
Last change on this file since abc22f0 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.2 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-flex" role="wrap">
9  <?dbhtml filename="flex-64bit.html"?>
10
11  <title>Flex-&flex-version; 64 Bit</title>
12
13  <indexterm zone="ch-system-flex">
14    <primary sortas="a-Flex">Flex</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]18  href="../common/flex.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of Flex</title>
23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]25    href="flex.xml"
[4bb4b626]26    xpointer="xpointer(//*[@os='a'])"/>
[3f8be484]27
[7cd7f99]28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure \
29    --prefix=/usr \
30    --libdir=/usr/lib64 \
31    --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
[3f8be484]32
[dabbced]33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]34    href="flex.xml"
[4bb4b626]35    xpointer="xpointer(//*[@os='c'])"/>
[3f8be484]36
[dabbced]37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[2447f2b]38    href="../common/flex.xml"
[4bb4b626]39    xpointer="xpointer(//*[@os='d'])"/>
[3f8be484]40
[dabbced]41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]42    href="../common/flex.xml"
[4bb4b626]43    xpointer="xpointer(//*[@os='e'])"/>
[3f8be484]44
[686839b]45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
46    href="../common/flex.xml"
47    xpointer="xpointer(//*[@os='e2'])"/>
48
[0838ef3]49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
50    href="../common/flex.xml"
51    xpointer="xpointer(//*[@os='e3'])"/>
52
[dabbced]53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]54    href="flex.xml"
[4bb4b626]55    xpointer="xpointer(//*[@os='f'])"/>
[3f8be484]56
[dabbced]57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[77ce7fd]58    href="../common/flex.xml"
[4bb4b626]59    xpointer="xpointer(//*[@os='g'])"/>
[e0e40d3]60
[dabbced]61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]62    href="../common/flex.xml"
[a62153d]63    xpointer="xpointer(//*[@os='h'])"/>
[3f8be484]64
[dabbced]65    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]66    href="../common/flex.xml"
[a62153d]67    xpointer="xpointer(//*[@os='i'])"/>
[3f8be484]68
69  </sect2>
70
[dabbced]71  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]72  href="../common/flex.xml"
73  xpointer="xpointer(id('contents-flex'))"/>
74
75</sect1>
Note: See TracBrowser for help on using the repository browser.