mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
156 lines
5.3 KiB
XML
156 lines
5.3 KiB
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||
|
%general-entities;
|
||
|
|
||
|
<!ENTITY gtk-vnc-download-http "&gnome-download-http;/gtk-vnc/0.3/gtk-vnc->k-vnc-version;.tar.bz2">
|
||
|
<!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/0.3/gtk-vnc->k-vnc-version;.tar.bz2">
|
||
|
<!ENTITY gtk-vnc-md5sum "9aa9d830b219255c8d6753ef55802932">
|
||
|
<!ENTITY gtk-vnc-size "484 KB">
|
||
|
<!ENTITY gtk-vnc-buildsize "8 MB">
|
||
|
<!ENTITY gtk-vnc-time "0.6 SBU">
|
||
|
]>
|
||
|
|
||
|
<sect1 id="gtk-vnc" xreflabel="gtk-vnc->k-vnc-version;">
|
||
|
<?dbhtml filename="gtk-vnc.html"?>
|
||
|
|
||
|
<sect1info>
|
||
|
<othername>$LastChangedBy$</othername>
|
||
|
<date>$Date$</date>
|
||
|
</sect1info>
|
||
|
|
||
|
<title>gtk-vnc->k-vnc-version;</title>
|
||
|
|
||
|
<indexterm zone="gtk-vnc">
|
||
|
<primary sortas="a-gtk-vnc">gtk-vnc</primary>
|
||
|
</indexterm>
|
||
|
|
||
|
<sect2 role="package">
|
||
|
<title>Introduction to gtk-vnc</title>
|
||
|
|
||
|
<para>The <application>gtk-vnc</application> package is a VNC viewer widget
|
||
|
for <application>GTK</application>. It is built using coroutines allowing it
|
||
|
to be completely asynchronous while remaining single threaded. It provides a
|
||
|
core C library, and bindings for <application>Python</application>
|
||
|
(<application>PyGTK</application>)</para>
|
||
|
|
||
|
&lfs65_built;
|
||
|
|
||
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||
|
<itemizedlist spacing="compact">
|
||
|
<listitem>
|
||
|
<para>Download (HTTP): <ulink url=">k-vnc-download-http;"/></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download (FTP): <ulink url=">k-vnc-download-ftp;"/></para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download MD5 sum: >k-vnc-md5sum;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Download size: >k-vnc-size;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Estimated disk space required: >k-vnc-buildsize;</para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para>Estimated build time: >k-vnc-time;</para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
|
||
|
<bridgehead renderas="sect3">gtk-vnc Dependencies</bridgehead>
|
||
|
|
||
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||
|
<para role="required"><xref linkend="gtk2"/>,
|
||
|
<xref linkend="gnutls"/>, and
|
||
|
<xref linkend="intltool"/></para>
|
||
|
|
||
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||
|
<para role="optional"><xref linkend="cyrus-sasl"/>,
|
||
|
<xref linkend="nspr"/>,
|
||
|
<xref linkend="pygtk"/>, and
|
||
|
<xref linkend="xulrunner"/></para>
|
||
|
|
||
|
<para condition="html" role="usernotes">User Notes:
|
||
|
<ulink url="&blfs-wiki;/gtk-vnc"/></para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="installation">
|
||
|
<title>Installation of gtk-vnc</title>
|
||
|
|
||
|
<para>Install <application>gtk-vnc</application> by running the following
|
||
|
commands:</para>
|
||
|
|
||
|
<screen><userinput>./configure --prefix=/usr \
|
||
|
--with-python=no \
|
||
|
--with-sasl=no &&
|
||
|
make</userinput></screen>
|
||
|
|
||
|
<para>To test the results, issue: <command>make check</command>.</para>
|
||
|
|
||
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||
|
|
||
|
<screen role="root"><userinput>make install</userinput></screen>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="commands">
|
||
|
<title>Command Explanations</title>
|
||
|
|
||
|
<para><parameter>--with-python=no</parameter>: This parameter disables the <application>Python</application> bindings from being built. Remove it if you have <application>PyGTK</application> installed and wish to enable them.</para>
|
||
|
|
||
|
<para><parameter>--with-sasl=no</parameter>: This parameter disables the use of <application>cyrus SASL</application> for authentication. Remove it if you have <application>Cyrus SASL</application> installed and wish to enable it for authentication.</para>
|
||
|
|
||
|
<para><option>--enable-plugin</option>: This option enables the browser plugin.</para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 role="content">
|
||
|
<title>Contents</title>
|
||
|
|
||
|
<segmentedlist>
|
||
|
<segtitle>Installed Programs</segtitle>
|
||
|
<segtitle>Installed Libraries</segtitle>
|
||
|
<segtitle>Installed Directory</segtitle>
|
||
|
|
||
|
<seglistitem>
|
||
|
<seg>None</seg>
|
||
|
<seg>libgtk-vnc-1.0.{so,a} and gtkvnc.{so,a}</seg>
|
||
|
<seg>/usr/include/gtk-vnc-1.0</seg>
|
||
|
</seglistitem>
|
||
|
</segmentedlist>
|
||
|
|
||
|
<variablelist>
|
||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||
|
<?dbfo list-presentation="list"?>
|
||
|
<?dbhtml list-presentation="table"?>
|
||
|
|
||
|
<varlistentry id="libgtk-vnc-1.0">
|
||
|
<term><filename class='libraryfile'>libgtk-vnc-1.0.{so,a}</filename></term>
|
||
|
<listitem>
|
||
|
<para>contains the <application>gtk-vnc</application> API
|
||
|
functions.</para>
|
||
|
<indexterm zone="gtk-vnc libgtk-vnc-1.0">
|
||
|
<primary sortas="c-libgtk-vnc-1.0">libgtk-vnc-1.0.{so,a}</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
<varlistentry id="gtkvnc">
|
||
|
<term><filename class='libraryfile'>gtkvnc.{so,a}</filename></term>
|
||
|
<listitem>
|
||
|
<para>is a <application>Python</application> binding library.</para>
|
||
|
<indexterm zone="gtk-vnc gtkvnc">
|
||
|
<primary sortas="c-gtkvnc">gtkvnc.{so,a}</primary>
|
||
|
</indexterm>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
|
||
|
</variablelist>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
</sect1>
|