diff options
author | Russ Allbery <rra@stanford.edu> | 2008-04-25 16:49:19 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-04-25 16:49:19 +0000 |
commit | a6c13a71a8776b9d360ec9834eff0e27eb0caad4 (patch) | |
tree | 0926454238618b0f91350371296dd13b0038033f /README | |
parent | 56ef08c16a4ad5cda46a408c3388a766b99d978a (diff) |
Add an explicit mention of builddir != srcdir builds.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -200,6 +200,11 @@ BUILD AND INSTALLATION script doesn't produce correct results, you need to specify --with-krb4=PATH giving the root path of the Kerberos v4 installation. + You can build kadmin-remctl in a different directory from the source if + you wish. To do this, create a new empty directory, cd to that + directory, and then give the path to configure when running configure. + Everything else should work as above. + You can pass the --enable-reduced-depends flag to configure to try to minimize the shared library dependencies encoded in the binaries. This omits from the link line all the libraries included solely because the |