source: xsoft/other/balsa.xml@ 16998db6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 16998db6 was 16998db6, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 36 (Finish Part XI)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2313 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.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY balsa-download-http "http://balsa.gnome.org/balsa-&balsa-version;.tar.bz2">
8 <!ENTITY balsa-download-ftp " ">
9 <!ENTITY balsa-size "2.7 MB">
10 <!ENTITY balsa-buildsize "74.0 MB">
11 <!ENTITY balsa-time "0.82 SBU">
12]>
13
14<sect1 id="balsa" xreflabel="Balsa-&balsa-version;">
15<?dbhtml filename="balsa.html" ?>
16<title>Balsa-&balsa-version;</title>
17
18<sect2>
19<title>Introduction to <application>Balsa</application></title>
20
21<para>The <application>Balsa</application> package contains a
22<application><acronym>GNOME</acronym></application> 2 based mail reader.</para>
23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink
27url="&balsa-download-http;"/></para></listitem>
28<listitem><para>Download (FTP): <ulink
29url="&balsa-download-ftp;"/></para></listitem>
30<listitem><para>Download size: &balsa-size;</para></listitem>
31<listitem><para>Estimated Disk space required:
32&balsa-buildsize;</para></listitem>
33<listitem><para>Estimated build time:
34&balsa-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title><application>Balsa</application> dependencies</title>
38<sect4><title>Required</title>
39<para><xref linkend="libgtkhtml"/>, <xref linkend="libgnomeprintui"/>,
40<xref linkend="openssl"/>,
41<xref linkend="aspell"/> and <xref linkend="libesmtp"/>
42</para></sect4>
43<sect4><title>Optional</title>
44<para><xref linkend="pcre"/>, <xref linkend="gnupg"/> using gpgme and
45<xref linkend="openldap"/></para></sect4>
46</sect3>
47
48
49</sect2>
50
51<sect2>
52<title>Installation of <application>Balsa</application></title>
53
54<para>Install <application>Balsa</application> by running the following commands:</para>
55
56<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
57 --localstatedir=/var/lib --with-ssl \
58 --sysconfdir=/etc/gnome --with-ldap --with-gpgme &amp;&amp;
59make &amp;&amp;
60make install</command></userinput></screen>
61
62</sect2>
63
64<sect2>
65<title>Command explanations</title>
66
67<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
68<application>ScrollKeeper</application> files in <filename
69class="directory">/var/lib/scrollkeeper</filename> instead
70of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
71
72<para><option>--with-ssl</option>: Change the default of no ssl support.</para>
73
74<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
75configuration files in <filename class="directory">/etc/gnome</filename> instead of
76<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
77
78<para><option>--with-ldap</option>: Change the default to
79support <acronym>LDAP</acronym> if it is available.</para>
80
81<para><option>--with-gpgme</option>: Change the default to
82support <acronym>GPG</acronym> if 'GnuPG made easy'
83(<acronym>GPGME</acronym>) is
84installed.</para>
85
86</sect2>
87
88<sect2>
89<title>Configuring <application>Balsa</application></title>
90
91
92<sect3><title>Configuration Information</title>
93
94<para>All configuration of <application>Balsa</application> is done through the <application>Balsa</application> menu
95system, with mailbox configuration done with the Settings-&gt;Preferences
96menu. </para>
97</sect3>
98
99</sect2>
100
101<sect2>
102<title>Contents</title>
103
104<para>The Balsa package contains <command>balsa</command>.</para>
105
106</sect2>
107
108<sect2><title>Description</title>
109
110<sect3><title>balsa</title>
111<para><command>balsa</command> is the
112<application><acronym>GNOME</acronym></application> 2 based mail reader.</para>
113</sect3>
114
115</sect2>
116
117</sect1>
118
Note: See TracBrowser for help on using the repository browser.