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.
![[Note]](../images/note.png)
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_4.15.0.orig.tar.xz
Download MD5 sum: e7f0063a5e3f6426ac55c4726e7dd3a1
Download size: 3.7 MB
Estimated disk space required: 94 MB
Estimated build time: 0.1 SBU (with tests)
The directory is called iso-codes-4.15.0.
Install ISO Codes by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
![[Note]](../images/note.png)
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