source: trunk/third/cns/README @ 8789

Revision 8789, 639 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8788, which included commits to RCS files with non-trunk default branches.
Line 
1README file for building Cygnus Network Security
2================================================================
3
41) unpack the sources; the top level directory will be referred to as ${srcdir}
52) if you have gnu make, create a build directory somewhere, and refer to it
6   as ${builddir}; if you don't, builddir should be the same as srcdir.
73) cd ${builddir}; ${srcdir}/configure # can be relative
84) make depend
95) make all
106) make install DESTDIR=${builddir}/DESTDIR  # must be absolute
11
12Now, ./DESTDIR has a usr/kerberos tree. Tar it up and save it -- this
13is an installation kit. (tar cf krb-${host}.tar -C DESTDIR usr/kerberos)
14
15
16
Note: See TracBrowser for help on using the repository browser.