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.
Download (HTTP): http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_0.51-1.1.tar.gz
Download (FTP): ftp://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_0.51-1.1.tar.gz
Download MD5 sum: c094c957bd929c430e94dbc379cc2869
Download size: 8.8 MB
Estimated disk space required: 60.1 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
./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.
Last updated on 2007-01-18 13:38:19 -0600