2005-10-21 04:55:33 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2005-10-21 04:55:33 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2007-07-22 22:03:36 +08:00
|
|
|
<!-- Package Home Page: http://pkg-isocodes.alioth.debian.org -->
|
|
|
|
|
|
|
|
<!-- <!ENTITY iso-codes-download-http "&sources-anduin-http;/i/iso-codes_&iso-codes-version;.tar.gz"> -->
|
|
|
|
<!ENTITY iso-codes-download-http " ">
|
|
|
|
<!ENTITY iso-codes-download-ftp "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-&iso-codes-version;.tar.bz2">
|
|
|
|
<!ENTITY iso-codes-md5sum "9326469ec0e9e97d604821bd3c132fc6">
|
|
|
|
<!ENTITY iso-codes-size "6.1 MB">
|
|
|
|
<!ENTITY iso-codes-buildsize "73 MB">
|
|
|
|
<!ENTITY iso-codes-time "0.2 SBU">
|
2005-10-21 04:55:33 +08:00
|
|
|
]>
|
|
|
|
|
2007-02-15 02:40:12 +08:00
|
|
|
<sect1 id="iso-codes" xreflabel="ISO Codes-&iso-codes-version;">
|
2005-10-21 04:55:33 +08:00
|
|
|
<?dbhtml filename="iso-codes.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
2005-11-30 03:07:13 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2005-10-21 04:55:33 +08:00
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>ISO Codes-&iso-codes-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="iso-codes">
|
|
|
|
<primary sortas="a-ISO-Codes">ISO Codes</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to ISO Codes</title>
|
|
|
|
|
|
|
|
<para>The <application>ISO Codes</application> package contains a list of
|
|
|
|
country, language and currency names. This is useful when used as a central
|
|
|
|
database for accessing this data.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&iso-codes-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&iso-codes-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &iso-codes-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &iso-codes-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &iso-codes-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &iso-codes-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">ISO Codes Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2006-01-26 06:38:05 +08:00
|
|
|
<para role="required"><xref linkend="python"/></para>
|
2005-10-21 04:55:33 +08:00
|
|
|
|
2006-04-11 02:35:56 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/iso-codes"/></para>
|
|
|
|
|
2005-10-21 04:55:33 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of ISO Codes</title>
|
|
|
|
|
|
|
|
<para>Install <application>ISO Codes</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2007-01-27 03:51:27 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
2005-10-21 04:55:33 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2007-01-27 03:51:27 +08:00
|
|
|
<!--
|
2005-10-21 04:55:33 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2005-12-27 08:08:10 +08:00
|
|
|
<para><command>./autogen.sh</command>: This command is a shell script used
|
|
|
|
to generate the required Autotools files and then executes the
|
2007-01-27 03:51:27 +08:00
|
|
|
<command>configure</command> script. <parameter>- -prefix=/usr</parameter>
|
2005-12-27 08:08:10 +08:00
|
|
|
is passed to the script and automatically added as a parameter to the
|
|
|
|
<command>configure</command> script.</para>
|
2005-10-21 04:55:33 +08:00
|
|
|
|
|
|
|
</sect2>
|
2007-01-27 03:51:27 +08:00
|
|
|
-->
|
2005-10-21 04:55:33 +08:00
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
|
|
|
<seg>None</seg>
|
2007-01-27 03:51:27 +08:00
|
|
|
<seg>/usr/share/iso-codes, /usr/share/xml/iso-codes and
|
|
|
|
many directories in the /usr/share/locale hierarchy</seg>
|
2005-10-21 04:55:33 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|