mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
e2bcb0a2fc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@595 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
259 B
XML
14 lines
259 B
XML
<sect2>
|
|
<title>Installation of Balsa</title>
|
|
|
|
<para>Install Balsa by running the following commands:</para>
|
|
|
|
<para><screen><userinput>
|
|
./configure --prefix=/opt/gnome2 --with-ssl &&
|
|
make &&
|
|
make install
|
|
</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|