source: postlfs/security/gnupg/gnupg-inst.xml@ 9a639a3

v5_1-pre1
Last change on this file since 9a639a3 was 8604d92f, checked in by Larry Lawrence <larry@…>, 21 years ago

Chapter 13, again

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1251 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 356 bytes
Line 
1<sect2>
2<title>Installation of <application>GnuPG</application></title>
3
4<para>Install <application>GnuPG</application> by running the following commands:</para>
5
6<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
7make &amp;&amp;
8make install &amp;&amp;
9chmod 4755 /usr/bin/gpg</command></userinput></screen>
10
11</sect2>
12
Note: See TracBrowser for help on using the repository browser.