The libIDL package contains libraries for Interface Definition Language files. This is a specification for defining portable interfaces.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.7.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.7.tar.bz2
Download MD5 sum: 53a3874beb42ddfd9a5030047a0db740
Download size: 342 KB
Estimated disk space required: 5.9 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
If you have teTeX installed and wish to build the documentation, issue the following commands:
make pdf && make ps && make html && makeinfo --plaintext libIDL2.texi >libIDL2.txt
This package does not come with a test suite.
Now, as the root user:
make install
If you built the documentation, issue the following commands as the root user to install it:
install -v -m755 -d /usr/share/doc/libIDL-0.8.7/html && install -v -m644 libIDL2.{pdf,dvi,ps,txt} README \ /usr/share/doc/libIDL-0.8.7 && install -v -m644 libIDL2.html/* /usr/share/doc/libIDL-0.8.7/html
Last updated on 2007-02-14 11:57:11 -0600