glfs/xsoft/other/balsa/balsa-inst.xml
Larry Lawrence 124ec6ef3a update to balsa-2.0.15
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1706 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-01-14 22:24:36 +00:00

14 lines
432 B
XML

<sect2>
<title>Installation of <application>Balsa</application></title>
<para>Install <application>Balsa</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --with-ssl \
--sysconfdir=/etc/gnome --with-ldap --with-gpgme &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>