summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-22 23:04:21 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-22 23:04:21 +0000
commit985f802817c083713b28fdb7fd2417abfbbfa3f9 (patch)
tree29bdad44995031aeded526278b9c90f402c26158 /src
parent26003cc0ac025cee891deb27a7b6ecce7250ea88 (diff)
downloadkrb5-985f802817c083713b28fdb7fd2417abfbbfa3f9.tar.gz
krb5-985f802817c083713b28fdb7fd2417abfbbfa3f9.tar.xz
krb5-985f802817c083713b28fdb7fd2417abfbbfa3f9.zip
Added readme file to the windows directory
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5200 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/windows/ChangeLog3
-rw-r--r--src/windows/readme28
2 files changed, 31 insertions, 0 deletions
diff --git a/src/windows/ChangeLog b/src/windows/ChangeLog
new file mode 100644
index 000000000..83909d6d2
--- /dev/null
+++ b/src/windows/ChangeLog
@@ -0,0 +1,3 @@
+Wed Mar 22 15:01:33 1995 Keith Vetter (keithv@fusion.com)
+
+ * readme: how-to create Windows version of kerberos 5
diff --git a/src/windows/readme b/src/windows/readme
new file mode 100644
index 000000000..f54df3b39
--- /dev/null
+++ b/src/windows/readme
@@ -0,0 +1,28 @@
+Windows Kerberos 5
+
+Here are the steps for making the Windows version of Kerberos 5.
+
+On the Unix side
+1) cd xxx/src # Go to where the source lives
+2) make -f Makefile.in zip-windows # Does some Unix-side configuring
+ # ...and creates kerbsrc.zip
+3) <transfer kerbsrc.zip to the PC>
+
+
+On the PC side
+1) md \k5 # Create where we'll put the tree
+2) cd \k5
+3) unzip kerbsrc.zip
+ - or -
+ pkunzip -d kerbsrc.zip
+
+4) nmake -c -f makefile.in # Configures the makefiles and runs
+ # ...make in all the subdirectories.
+
+The resulting interesting files will be:
+lib/libkrb5.dll # The actual DLL
+lib/libkrb5.lib # The library for linking in the DLL
+windows/cns/cns.exe # Cygnus Network Security program
+
+The config and realms files, krb.con and krb.rea, currently must reside
+in the top level directory.