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.8.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.8.tar.bz2
Download MD5 sum: 187c17f42533d76da435e90afb7b48cf
Download size: 328 KB
Estimated disk space required: 5.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
If you have teTeX installed and wish to build the documentation, issue the following commands:
make pdf && make ps && 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.8 && install -v -m644 libIDL2.{pdf,dvi,ps,txt} README \ /usr/share/doc/libIDL-0.8.8
Last updated on 2007-04-04 14:42:53 -0500