mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Added MD5 sum to GnomeMeeting instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3070 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
139e7558e3
commit
b06ee7e594
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY gnomemeeting-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/1.0/gnomemeeting-&gnomemeeting-version;.tar.bz2">
|
||||
<!ENTITY gnomemeeting-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/1.0/gnomemeeting-&gnomemeeting-version;.tar.bz2">
|
||||
<!ENTITY gnomemeeting-md5sum "f292e3143d67d4786d64ac5983e25d3f">
|
||||
<!ENTITY gnomemeeting-size "2.9 MB">
|
||||
<!ENTITY gnomemeeting-buildsize "47 MB">
|
||||
<!ENTITY gnomemeeting-time "1.06 SBU">
|
||||
|
||||
]>
|
||||
|
||||
<sect1 id="gnomemeeting" xreflabel="GnomeMeeting-&gnomemeeting-version;">
|
||||
@ -23,8 +23,7 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>GnomeMeeting</application></title>
|
||||
|
||||
<para>
|
||||
<application>GnomeMeeting</application> is an H.323 compatible
|
||||
<para><application>GnomeMeeting</application> is an H.323 compatible
|
||||
videoconferencing and
|
||||
<acronym>VOIP</acronym>/<acronym>IP</acronym>-Telephony application that
|
||||
allows you to make audio and video calls to remote users with H.323
|
||||
@ -32,8 +31,8 @@ hardware or software (such as Microsoft Netmeeting). It supports all
|
||||
modern videoconferencing features, such as registering to an
|
||||
<acronym>ILS</acronym> directory, gatekeeper support, making multi-user
|
||||
conference calls using an external <acronym>MCU</acronym>, using modern
|
||||
Quicknet telephony cards, and making PC-To-Phone calls.
|
||||
</para>
|
||||
Quicknet telephony cards, and making <acronym>PC</acronym>-To-Phone
|
||||
calls.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
@ -41,25 +40,27 @@ Quicknet telephony cards, and making PC-To-Phone calls.
|
||||
url="&gnomemeeting-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&gnomemeeting-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &gnomemeeting-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &gnomemeeting-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
<listitem><para>Estimated disk space required:
|
||||
&gnomemeeting-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&gnomemeeting-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
|
||||
<sect3><title><application>GnomeMeeting</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para>
|
||||
<xref linkend="libgnomeui"/>,
|
||||
<xref linkend="scrollkeeper"/>,
|
||||
<ulink url="http://sourceforge.net/projects/openh323">PWLib-1.6.5 (compiled with OpenLDAP support)</ulink> and
|
||||
<para><xref linkend="libgnomeui"/>,
|
||||
<xref linkend="scrollkeeper"/>,
|
||||
<ulink url="http://sourceforge.net/projects/openh323">PWLib-1.6.5
|
||||
(compiled with OpenLDAP support)</ulink> and
|
||||
<ulink url="http://sourceforge.net/projects/openh323">OpenH323-1.13.4</ulink>
|
||||
</para></sect4>
|
||||
</para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<xref linkend="SDL"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="SDL"/> (required for full-screen video)</para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -67,7 +68,8 @@ url="&gnomemeeting-download-ftp;"/></para></listitem>
|
||||
<sect2>
|
||||
<title>Installation of <application>GnomeMeeting</application></title>
|
||||
|
||||
<para>Install <application>GnomeMeeting</application> by running the following commands:</para>
|
||||
<para>Install <application>GnomeMeeting</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--sysconfdir=/etc/gnome --localstatedir=/var/lib &&
|
||||
@ -80,13 +82,13 @@ make install</command></userinput></screen>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
|
||||
puts configuration files in <filename class="directory">/etc/gnome</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
puts configuration files in <filename class="directory">/etc/gnome</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
|
||||
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
||||
puts <application>ScrollKeeper</application> files in <filename
|
||||
class="directory">/var/lib/scrollkeeper</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
puts <application>ScrollKeeper</application> files in
|
||||
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -95,8 +97,7 @@ instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>
|
||||
|
||||
<para>The <application>GnomeMeeting</application> package contains
|
||||
<command>gnomemeeting</command> and
|
||||
<command>gnomemeeting-config-tool</command>.
|
||||
</para>
|
||||
<command>gnomemeeting-config-tool</command>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -25,7 +25,8 @@ who wrote what.</para>
|
||||
<listitem><para>December 2nd, 2004 [randy]: Added new package
|
||||
Java Access Bridge-1.4.2; added --disable-gtk-doc to the librsvg build
|
||||
instructions which was inadvertently removed; updated to GNOME Speech-0.3.5,
|
||||
Gnopernicus-0.9.18 and GOK-0.11.16.</para></listitem>
|
||||
Gnopernicus-0.9.18 and GOK-0.11.16; added MD5 sum to GnomeMeeting
|
||||
instructions.</para></listitem>
|
||||
|
||||
<listitem><para>December 1st, 2004 [randy]: Added a note to the
|
||||
Apache Ant instructions to optionally build the Junit testing library
|
||||
|
Loading…
Reference in New Issue
Block a user