glfs/postlfs/security/gnupg/gnupg-inst.xml
Larry Lawrence eb7ab87bb4 updated to libgnomeprint-2.2.1.3, libgnomeprintui-2.2.1.3, balsa-2.0.14 and added gnupg-1.2.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1022 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-03 18:30:26 +00:00

13 lines
357 B
XML

<sect2>
<title>Installation of <application>gnupg</application></title>
<para>Install <application>gnupg</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
chmod 4755 /usr/bin/gpg</command></userinput></screen>
</sect2>