updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 24 Jul 2001 07:50:48 +0000 (07:50 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 24 Jul 2001 07:50:48 +0000 (07:50 +0000)
README.WIN32
distributions

index 0e0495e49491bb57b2ca2378a42bf22926643aa9..14364bc21f2920a861eba77f9b005c82822b2d24 100644 (file)
@@ -60,3 +60,12 @@ giving the ./configure.
 After compilation there should be silc.dll and silcclient.dll files in
 the lib/ directory.  It will also generate silc.lib and silcclient.lib
 files for linking against a client application.
+
+
+Compiling SILC Toolkit with Cygwin
+==================================
+
+Compiling the Toolkit with Cygwin is equivalent to compiling with MinGW
+except that the ./configure does not take the --with-win32 option.  In this
+case it will compile using Cygwin's libraries and the binaries will require
+the Cygwin DLL.
index 15e3012448e1d637cf3153f6708fa67b9d8220d0..db2df8f8fca6433bf92e48cdeda2cabb33c9b56e 100644 (file)
@@ -62,12 +62,14 @@ client_SUBDIRS=lib irssi doc includes
 client_SUBDIRS_lib=contrib silccore silccrypt silcsim silcmath silcske silcutil trq silcclient
 client_SUBDIRS_doc=$(COMMONDIRS)
 client_DISTLABEL=SILC_DIST_CLIENT
+client_EXTRA_DIST=#
 
 # SILC Server distribution
 server_SUBDIRS=lib silcd doc includes
 server_SUBDIRS_lib=contrib silccore silccrypt silcsim silcmath silcske silcutil trq dotconf
 server_SUBDIRS_doc=$(COMMONDIRS)
 server_DISTLABEL=SILC_DIST_SERVER
+server_EXTRA_DIST=#
 
 # Native WIN32 SILC library distribution (will include only the libraries)
 win32dll_SUBDIRS=lib doc includes