ISO Codes-0.51-1.1

Introduction to ISO Codes

The ISO Codes package contains a list of country, language and currency names. This is useful when used as a central database for accessing this data.

Package Information

ISO Codes Dependencies

Required

Python-2.4.4

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/iso-codes

Installation of ISO Codes

Install ISO Codes by running the following commands:

./autogen.sh --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

./autogen.sh: This command is a shell script used to generate the required Autotools files and then executes the configure script. --prefix=/usr is passed to the script and automatically added as a parameter to the configure script.

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: /usr/share/iso-codes and /usr/share/xml/iso-codes

Last updated on 2007-01-18 13:38:19 -0600