The libIDL package contains libraries for Interface Definition Language files. This is a specification for defining portable interfaces.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2
Download MD5 sum: bb8e10a218fac793a52d404d14adedcb
Download size: 417 KB
Estimated disk space required: 5 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libidl
Install libIDL by running the following commands:
./configure --prefix=/usr && make && makeinfo --plaintext -o libIDL2.txt libIDL2.texi
If you have Live TeX installed and wish to build alternate forms of the documentation, issue the following command:
make pdf ps
This package does not come with a test suite.
Now, as the root
user:
make install install -v -m755 -d /usr/share/doc/libIDL-0.8.14 && install -v -m644 README libIDL2.{txt,texi} \ /usr/share/doc/libIDL-0.8.14
If you built the additional documentation, issue the following
command as the root
user to install
it:
install -v -m644 libIDL2.{pdf,dvi,ps} \ /usr/share/doc/libIDL-0.8.14
Last updated on 2013-09-05 09:23:52 -0700