mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
136 lines
3.5 KiB
XML
136 lines
3.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY iso-codes-download-http "http://anduin.linuxfromscratch.org/BLFS/iso-codes/iso-codes-&iso-codes-version;.tar.xz">
|
|
<!ENTITY iso-codes-download-ftp " ">
|
|
<!ENTITY iso-codes-md5sum "88e45124c9906029e4a6b3c728379698">
|
|
<!ENTITY iso-codes-size "3.8 MB">
|
|
<!ENTITY iso-codes-buildsize "111 MB">
|
|
<!ENTITY iso-codes-time "0.1 SBU (with tests)">
|
|
]>
|
|
|
|
<sect1 id="iso-codes" xreflabel="ISO Codes-&iso-codes-version;">
|
|
<?dbhtml filename="iso-codes.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</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 and it is used as a central
|
|
database for accessing this data.
|
|
</para>
|
|
|
|
&lfs101_checked;
|
|
|
|
<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>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/iso-codes"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of ISO Codes</title>
|
|
|
|
<para>
|
|
Install <application>ISO Codes</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>.
|
|
</para>
|
|
|
|
<note>
|
|
<para>
|
|
If you install <application>ISO codes</application> over a previous
|
|
installed version, the install step will fail when creating some
|
|
symlinks. In order to properly update them, run:
|
|
</para>
|
|
|
|
<screen><userinput>sed -i '/^LN_S/s/s/sfvn/' */Makefile</userinput></screen>
|
|
|
|
</note>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/share/iso-codes, /usr/share/xml/iso-codes
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|