Building
From K5Wiki
Revision as of 14:35, 25 August 2009 by TomYu (talk | contribs) (Building from checked-out source moved to Building: make more general)
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.