mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
d5bca7b6e3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4811 af4574ff-66df-0310-9fd7-8a98e5e911e0
119 lines
3.9 KiB
XML
119 lines
3.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY kdebindings-download-http "&kde-download-http;/kdebindings-&kde-version;.tar.bz2">
|
|
<!ENTITY kdebindings-download-ftp "&kde-download-ftp;/kdebindings-&kde-version;.tar.bz2">
|
|
<!ENTITY kdebindings-md5sum "18a4e2c42d34bb86279e691498482951">
|
|
<!ENTITY kdebindings-size "6.9 MB">
|
|
<!ENTITY kdebindings-buildsize "517 MB">
|
|
<!ENTITY kdebindings-time "29 SBU">
|
|
]>
|
|
|
|
<sect1 id="kdebindings" xreflabel="kdebindings-&kde-version;">
|
|
<?dbhtml filename="kdebindings.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Kdebindings-&kde-version;</title>
|
|
|
|
<indexterm zone="kdebindings">
|
|
<primary sortas="a-kdebindings">Kdebindings</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Kdebindings</title>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&kdebindings-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&kdebindings-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &kdebindings-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &kdebindings-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &kdebindings-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &kdebindings-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Kdebindings Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para><xref linkend="kdebase"/></para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para><xref linkend="libjpeg"/>,
|
|
<xref linkend="libxml2"/>, and
|
|
<xref linkend="libxslt"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="GLib"/>,
|
|
<xref linkend="GTK"/>,
|
|
<xref linkend="python"/>,
|
|
<xref linkend="ruby"/>,
|
|
<xref linkend="jdk"/>,
|
|
<xref linkend="mozilla"/>,
|
|
<ulink url="http://go-mono.org">Mono</ulink>,
|
|
<ulink url="http://www.southern-storm.com.au/portable_net.html">DotGNU Portable.NET</ulink>, and
|
|
<ulink url="http://www.microsoft.com/downloads/details.aspx?FamilyId=3A1C93FA-7462-47D0-8E56-8DD34C6292F0&displaylang=en">Rotor</ulink></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Kdebindings</title>
|
|
|
|
<para><emphasis>Note</emphasis>: If KDE is installed in
|
|
<filename class='directory'>/opt/kde-&kde-version;</filename>, you'll need
|
|
to make a modification before the build using the following command:</para>
|
|
|
|
<screen><userinput>sed -i -e 's@/usr@/opt/kde-&kde-version;@' \
|
|
python/pykde/configure.py</userinput></screen>
|
|
|
|
<para>Install <application>kdebindings</application> with:</para>
|
|
|
|
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
|
|
--disable-dependency-tracking &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>Several support programs for software development</seg>
|
|
<seg><application>KDE</application> bindings for various programming
|
|
languages</seg>
|
|
<seg>Subdirectories of /usr/lib and $KDE_PREFIX/share</seg>
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|