source: final-system/multilib/gettext-n32.xml@ 54f43c8

Last change on this file since 54f43c8 was 54f43c8, checked in by Jim Gifford <clfs@…>, 19 years ago

r669@server (orig r667): manuel | 2005-11-08 15:43:49 -0800
Finished SBUs and DUs removal.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-system-gettext-n32" role="wrap">
11 <?dbhtml filename="gettext-n32.html"?>
12
13 <title>Gettext-&gettext-version; N32 Libraries</title>
14
15 <indexterm zone="ch-system-gettext-n32">
16 <primary sortas="a-Gettext">Gettext</primary>
17 <secondary>N32</secondary>
18 </indexterm>
19
20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21 href="../common/gettext.xml"
22 xpointer="xpointer(//*[@role='package'])"/>
23
24 <sect2 role="installation">
25 <title>Installation of Gettext</title>
26
27 <para>Prepare Gettext for compilation:</para>
28
29<screen><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
30 ./configure --prefix=/usr --libdir=/usr/lib32</userinput></screen>
31
32 <para>Compile the package:</para>
33
34<screen><userinput>make</userinput></screen>
35
36 <para>To test the results, issue: <userinput>make check</userinput>.</para>
37
38 <para>Install the package:</para>
39
40<screen><userinput>make install</userinput></screen>
41
42 </sect2>
43
44 <sect2 role="content">
45 <title/>
46
47 <para>Details on this package are located in <xref
48 linkend="contents-gettext" role="."/></para>
49
50 </sect2>
51
52</sect1>
Note: See TracBrowser for help on using the repository browser.