logo_kerberos.gif

Building

From K5Wiki
Revision as of 15:35, 25 August 2009 by TomYu (talk | contribs) (Building from checked-out source moved to Building: make more general)

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.