From a3fe0b4cd2947889d8898e58dff14b9f413e1d70 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Tue, 7 Feb 2006 17:08:38 +0000 Subject: [PATCH] Added notes about cygwin git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@100 bc163920-b10d-0410-b2c5-a5491ca2ceef --- INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL b/INSTALL index 9a87d9a..c24cdca 100644 --- a/INSTALL +++ b/INSTALL @@ -13,4 +13,15 @@ Run make and optionally 'make install'. If you manually want to install, copy proxytunnel to /usr/local/bin and optionally the manual-page from the debian-subdirectory to your manpath +--------------------------------------------------------------------------------- +Cygwin: +Currently cygwin's openssl isn't in a compilable state, change md4.h and md5.h in /usr/include +and replace 'size_t' with 'unsigned long' +To link the final executable: +gcc -o proxytunnel *.o /lib/libcrypto.dll.a /lib/libssl.dll.a + +To run, copy the required dll's from the cygwin-bin dir to the windows system dir, +or the proxytunnel directory (cygcrypto-0.9.8.dll, cygssl-0.9.8.dll, cygwin1.dll ) + +Setproctitle doesn't work on cygwin (afaik)