X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=win32%2FREADME;fp=win32%2FREADME;h=658f9c229f08913cbf43dac64b73e4a9d6f3e60a;hp=0000000000000000000000000000000000000000;hb=413da0f8686910f5e627393157566ae729ca99c4;hpb=050bd9d9e5d843220f3f393a18ab5011622237b9 diff --git a/win32/README b/win32/README new file mode 100644 index 00000000..658f9c22 --- /dev/null +++ b/win32/README @@ -0,0 +1,12 @@ +Compiling SILC Toolkit for Win32 +================================ + +- The MSVC++ 6.0 is required to compile the SILC Toolkit. + +- Load the silc.dsw workspace file and build the libsilc and + libsilcclient libraries. Both Debug and Release versions can + be compiled. + +- The include/ directory includes all include files from the + SILC Toolkit. Use that directory as your include source for + SILC include files when you are programming new application.