logo_kerberos.gif

Building

From K5Wiki
Revision as of 18:56, 2 October 2008 by TomYu (talk | contribs) (New page: Building the core MIT Kerberos software from checked-out source requires additional steps than building from a release tarball. Among other things, configure scripts are not checked into ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Building the core MIT Kerberos software from checked-out source requires additional steps than building from a release tarball. Among other things, configure scripts are not checked into the repository.

Make sure you have GNU autoconf installed, then run

cd src
./util/reconf

This will create the configure scripts, allowing you to actually configure and build the source tree.