source: general/genlib/libidl.xml@ 38ef567

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 38ef567 was f3d3f503, checked in by Igor Živković <igor@…>, 19 years ago

Updated to libIDL-0.8.5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3701 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY libidl-download-http "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-&libidl-version;.tar.bz2">
8<!ENTITY libidl-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-&libidl-version;.tar.bz2">
9<!ENTITY libidl-md5sum "c63f6513dc7789d0575bea02d62d58d7">
10<!ENTITY libidl-size "332 KB">
11<!ENTITY libidl-buildsize "4.9 MB">
12<!ENTITY libidl-time "0.13 SBU">
13]>
14
15<sect1 id="libidl" xreflabel="libIDL-&libidl-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="libIDL.html"?>
21<title>libIDL-&libidl-version;</title>
22<indexterm zone="libidl">
23<primary sortas="a-LibIDL">LibIDL</primary></indexterm>
24
25<sect2>
26<title>Introduction to
27<application>lib<acronym>IDL</acronym></application></title>
28
29<para>The <application>lib<acronym>IDL</acronym></application> package
30contains libraries for Interface Definition Language files. This is a
31specification for defining portable interfaces.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP): <ulink
36url="&libidl-download-http;"/></para></listitem>
37<listitem><para>Download (FTP): <ulink
38url="&libidl-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &libidl-md5sum;</para></listitem>
40<listitem><para>Download size: &libidl-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&libidl-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&libidl-time;</para></listitem></itemizedlist>
45</sect3>
46
47<sect3><title><application>lib<acronym>IDL</acronym></application>
48dependencies</title>
49<sect4><title>Required</title>
50<para><xref linkend="glib2"/></para>
51</sect4>
52</sect3>
53
54</sect2>
55
56<sect2>
57<title>Installation of
58<application>lib<acronym>IDL</acronym></application></title>
59
60<para>Install <application>lib<acronym>IDL</acronym></application> by running
61the following commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
64make</command></userinput></screen>
65
66<para>This package does not come with a test suite.</para>
67
68<para>Now, as the root user:</para>
69
70<screen><userinput role="root"><command>make install</command></userinput></screen>
71
72</sect2>
73
74<sect2>
75<title>Contents</title>
76
77<segmentedlist>
78<segtitle>Installed Program</segtitle>
79<segtitle>Installed Libraries</segtitle>
80<segtitle>Installed Directory</segtitle>
81<seglistitem>
82<seg>libIDL-config-2</seg>
83<seg>libIDL-2.[so,a]</seg>
84<seg>/usr/include/libIDL-2.0/libIDL</seg>
85</seglistitem>
86</segmentedlist>
87
88<variablelist>
89<bridgehead renderas="sect3">Short Descriptions</bridgehead>
90<?dbfo list-presentation="list"?>
91
92<varlistentry id="libIDL-config-2">
93<term><command>libIDL-config-2</command></term>
94<listitem><para>determines the compile and linker flags that should be used to
95compile and link programs that use
96<filename class="libraryfile">libIDL-2</filename>.</para>
97<indexterm zone="libidl libIDL-config-2">
98<primary sortas="b-libIDL-config-2">libIDL-config-2</primary></indexterm>
99</listitem>
100</varlistentry>
101
102<varlistentry id="libIDL-2">
103<term><filename class="libraryfile">libIDL-2.[so,a]</filename></term>
104<listitem><para>libraries provide the functions to create and maintain
105trees of <acronym>CORBA</acronym> Interface Definition Language
106(<acronym>IDL</acronym>) files.</para>
107<indexterm zone="libidl libIDL-2">
108<primary sortas="c-libIDL-2">libIDL-2.[so,a]</primary></indexterm>
109</listitem>
110</varlistentry>
111</variablelist>
112
113</sect2>
114
115</sect1>
Note: See TracBrowser for help on using the repository browser.