~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to doc/krb5-install/Installing-the-Binaries.html

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html lang="en">
2
 
<head>
3
 
<title>Kerberos V5 Installation Guide</title>
4
 
<meta http-equiv="Content-Type" content="text/html">
5
 
<meta name="description" content="Kerberos V5 Installation Guide">
6
 
<meta name="generator" content="makeinfo 4.5">
7
 
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
8
 
</head>
9
 
<body>
10
 
<div class="node">
11
 
<p>
12
 
Node:<a name="Installing%20the%20Binaries">Installing the Binaries</a>,
13
 
Next:<a rel="next" accesskey="n" href="Testing-the-Build.html#Testing%20the%20Build">Testing the Build</a>,
14
 
Previous:<a rel="previous" accesskey="p" href="Doing-the-Build.html#Doing%20the%20Build">Doing the Build</a>,
15
 
Up:<a rel="up" accesskey="u" href="Building-Kerberos-V5.html#Building%20Kerberos%20V5">Building Kerberos V5</a>
16
 
<hr><br>
17
 
</div>
18
 
 
19
 
<h3 class="section">Installing the Binaries</h3>
20
 
 
21
 
<p>Once you have built Kerberos, you should install the binaries.  You
22
 
can do this by running:
23
 
 
24
 
<pre class="example">     % make install
25
 
     </pre>
26
 
 
27
 
<p>If you want to install the binaries into a destination directory that
28
 
is not their final destination, which may be convenient if you want to
29
 
build a binary distribution to be deployed on multiple hosts, you may
30
 
use:
31
 
 
32
 
<pre class="example">     % make install DESTDIR=/path/to/destdir
33
 
     </pre>
34
 
 
35
 
<p>This will install the binaries under <code>DESTDIR/PREFIX</code>, e.g., the
36
 
user programs will install into <code>DESTDIR/PREFIX/bin</code>, the
37
 
libraries into <code>DESTDIR/PREFIX/lib</code>, etc.
38
 
 
39
 
<p>Note that if you want to test the build (see <a href="Testing-the-Build.html#Testing%20the%20Build">Testing the Build</a>),
40
 
you usually do not need to do a <code>make install</code> first.
41
 
 
42
 
<p>Some implementations of <code>make</code> allow multiple commands to be run in
43
 
parallel, for faster builds.  We test our Makefiles in parallel builds with
44
 
GNU <code>make</code> only; they may not be compatible with other parallel build
45
 
implementations.
46
 
 
47
 
</body></html>
48