mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
775c349af6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3205 af4574ff-66df-0310-9fd7-8a98e5e911e0
105 lines
3.4 KiB
XML
105 lines
3.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/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 "a8ae8e2ef4dd3680d0756adf76086d85">
|
|
<!ENTITY kdebindings-size "7.1 MB">
|
|
<!ENTITY kdebindings-buildsize "466 MB">
|
|
<!ENTITY kdebindings-time "36.25 SBU">
|
|
]>
|
|
|
|
<sect1 id="kdebindings">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="kdebindings.html"?>
|
|
<title>kdebindings-&kde-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>kdebindings</application></title>
|
|
|
|
<sect3><title>Package information</title>
|
|
<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>
|
|
</sect3>
|
|
|
|
<!-- <sect3><title>Additional downloads</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Required Patch: <ulink
|
|
url="&patch-root;/kdebindings-&kde-version;-libqt-1.patch"></ulink></para>
|
|
</listitem></itemizedlist>
|
|
</sect3> -->
|
|
|
|
<sect3><title><application>kdebindings</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="kdebase"/></para>
|
|
</sect4>
|
|
|
|
<sect4><title>Recommended</title>
|
|
<para><xref linkend="libjpeg"/>,
|
|
<xref linkend="libxml2"/> and
|
|
<xref linkend="libxslt"/></para>
|
|
</sect4>
|
|
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="GLib"/>,
|
|
<xref linkend="GTK"/>,
|
|
<xref linkend="python"/>,
|
|
<xref linkend="ruby-package"/>,
|
|
<xref linkend="j2sdk"/>,
|
|
<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>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>kdebindings</application></title>
|
|
|
|
<para><emphasis>Note</emphasis>: If <acronym>KDE</acronym> 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><command>sed -i -e 's@/usr@/opt/kde-&kde-version;@' \
|
|
python/pykde/configure.py</command></userinput></screen>
|
|
|
|
<para>Install <application>kdebindings</application> with:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
|
|
--disable-dependency-tracking &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para><application>kdebindings</application> package provides
|
|
<acronym>KDE</acronym> bindings for various programming
|
|
languages.</para>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|