The ISO Codes package contains a list of country, language and currency names and it is used as a central database for accessing this data.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): http://anduin.linuxfromscratch.org/BLFS/iso-codes/iso-codes-3.79.tar.xz
Download MD5 sum: 5875d7aa41b1acd7b218631ff7b85464
Download size: 3.4 MB
Estimated disk space required: 83 MB
Estimated build time: 0.2 SBU (with tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/iso-codes
Install ISO Codes by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
If you install ISO codes over a previous installed version, the install step will fail when creating some symlinks. In order to properly update them, run:
sed -i '/^LN_S/s/s/sfvn/' */Makefile
Now, as the root
user:
make install
Last updated on 2018-08-19 20:08:15 -0700