diff options
Diffstat (limited to 'crypto/krb5/doc/html/build/doing_build.html')
-rw-r--r-- | crypto/krb5/doc/html/build/doing_build.html | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/crypto/krb5/doc/html/build/doing_build.html b/crypto/krb5/doc/html/build/doing_build.html index 4b5b1b643b3d..212a5317386f 100644 --- a/crypto/krb5/doc/html/build/doing_build.html +++ b/crypto/krb5/doc/html/build/doing_build.html @@ -1,19 +1,17 @@ - <!DOCTYPE html> -<html> +<html lang="en" data-content_root="../"> <head> <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Doing the build — MIT Kerberos Documentation</title> - <link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> - <link rel="stylesheet" type="text/css" href="../_static/agogo.css" /> - <link rel="stylesheet" type="text/css" href="../_static/kerb.css" /> - <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script> - <script src="../_static/jquery.js"></script> - <script src="../_static/underscore.js"></script> - <script src="../_static/doctools.js"></script> + <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" /> + <link rel="stylesheet" type="text/css" href="../_static/agogo.css?v=879f3c71" /> + <link rel="stylesheet" type="text/css" href="../_static/kerb.css?v=6a0b3979" /> + <script src="../_static/documentation_options.js?v=236fef3b"></script> + <script src="../_static/doctools.js?v=888ff710"></script> + <script src="../_static/sphinx_highlight.js?v=dc90522c"></script> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> @@ -53,9 +51,9 @@ <div class="body" role="main"> <section id="doing-the-build"> -<h1>Doing the build<a class="headerlink" href="#doing-the-build" title="Permalink to this headline">¶</a></h1> +<h1>Doing the build<a class="headerlink" href="#doing-the-build" title="Link to this heading">¶</a></h1> <section id="building-within-a-single-tree"> -<span id="do-build"></span><h2>Building within a single tree<a class="headerlink" href="#building-within-a-single-tree" title="Permalink to this headline">¶</a></h2> +<span id="do-build"></span><h2>Building within a single tree<a class="headerlink" href="#building-within-a-single-tree" title="Link to this heading">¶</a></h2> <p>If you only need to build Kerberos for one platform, using a single directory tree which contains both the source files and the object files is the simplest. However, if you need to maintain Kerberos for @@ -73,7 +71,7 @@ the following abbreviated procedure:</p> <p>That’s it!</p> </section> <section id="building-with-separate-build-directories"> -<h2>Building with separate build directories<a class="headerlink" href="#building-with-separate-build-directories" title="Permalink to this headline">¶</a></h2> +<h2>Building with separate build directories<a class="headerlink" href="#building-with-separate-build-directories" title="Link to this heading">¶</a></h2> <p>If you wish to keep separate build directories for each platform, you can do so using the following procedure. (Note, this requires that your make program support VPATH. GNU’s make will provide this @@ -89,7 +87,7 @@ directory you might use the following procedure:</p> </div> </section> <section id="building-using-lndir"> -<h2>Building using lndir<a class="headerlink" href="#building-using-lndir" title="Permalink to this headline">¶</a></h2> +<h2>Building using lndir<a class="headerlink" href="#building-using-lndir" title="Link to this heading">¶</a></h2> <p>If you wish to keep separate build directories for each platform, and you do not have access to a make program which supports VPATH, all is not lost. You can use the lndir program to create symbolic link trees @@ -109,7 +107,7 @@ from the latest version as distributed and installed by the XConsortium with X11R6. Either version should be acceptable.</p> </section> <section id="installing-the-binaries"> -<h2>Installing the binaries<a class="headerlink" href="#installing-the-binaries" title="Permalink to this headline">¶</a></h2> +<h2>Installing the binaries<a class="headerlink" href="#installing-the-binaries" title="Link to this heading">¶</a></h2> <p>Once you have built Kerberos, you should install the binaries. You can do this by running:</p> <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span> <span class="n">install</span> @@ -131,7 +129,7 @@ with GNU make only; they may not be compatible with other parallel build implementations.</p> </section> <section id="testing-the-build"> -<h2>Testing the build<a class="headerlink" href="#testing-the-build" title="Permalink to this headline">¶</a></h2> +<h2>Testing the build<a class="headerlink" href="#testing-the-build" title="Link to this heading">¶</a></h2> <p>The Kerberos V5 distribution comes with built-in regression tests. To run them, simply type the following command while in the top-level build directory (i.e., the directory where you sent typed make to @@ -155,7 +153,7 @@ the manual tests is documented at <a class="reference external" href="https://k5wiki.kerberos.org/wiki/Manual_Testing">https://k5wiki.kerberos.org/wiki/Manual_Testing</a>.</p> </section> <section id="cleaning-up-the-build"> -<h2>Cleaning up the build<a class="headerlink" href="#cleaning-up-the-build" title="Permalink to this headline">¶</a></h2> +<h2>Cleaning up the build<a class="headerlink" href="#cleaning-up-the-build" title="Link to this heading">¶</a></h2> <ul class="simple"> <li><p>Use <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">clean</span></code> to remove all files generated by running make command.</p></li> @@ -166,7 +164,7 @@ tree.</p></li> </ul> </section> <section id="using-autoconf"> -<h2>Using autoconf<a class="headerlink" href="#using-autoconf" title="Permalink to this headline">¶</a></h2> +<h2>Using autoconf<a class="headerlink" href="#using-autoconf" title="Link to this heading">¶</a></h2> <p>(If you are not a developer, you can ignore this section.)</p> <p>In the Kerberos V5 source directory, there is a configure script which automatically determines the compilation environment and creates the @@ -246,8 +244,8 @@ should run <code class="docutils literal notranslate"><span class="pre">autoreco <div class="footer-wrapper"> <div class="footer" > - <div class="right" ><i>Release: 1.21.3</i><br /> - © <a href="../copyright.html">Copyright</a> 1985-2024, MIT. + <div class="right" ><i>Release: 1.22-final</i><br /> + © <a href="../copyright.html">Copyright</a> 1985-2025, MIT. </div> <div class="left"> |