X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=README.WIN32;h=14364bc21f2920a861eba77f9b005c82822b2d24;hp=f346874a2d55b06eca01b0bc56fb0cbff6390f1c;hb=HEAD;hpb=ba211e827f3565031044b0148b6c0eaff8f2b272 diff --git a/README.WIN32 b/README.WIN32 index f346874a..14364bc2 100644 --- a/README.WIN32 +++ b/README.WIN32 @@ -1,7 +1,7 @@ Compiling SILC Toolkit on WIN32 =============================== -SILC Toolkit works on native WIN32 systems as well. This README is +SILC Toolkit works on native WIN32 systems as well. This document is intended for those who needs to compile the Toolkit for native WIN32 systems. The Toolkit can be compiled for native WIN32 systems using generally any compiler. However, the compilation environment is designed @@ -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.