From 5a57de0f49fd77e966f28b45926ea8681585a351 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sat, 21 May 2005 02:36:05 +0000 Subject: [PATCH] Mention that on cygwin you should have cygwin paths first, found by Conal Elliott --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 5fe7bf0..4ebbc61 100644 --- a/README +++ b/README @@ -47,6 +47,10 @@ BUILDING: $ make $ make install +* On cygwin/windows you may need to make sure that cygwin paths appear + before windows paths in your $PATH variable, otherwise windows 'find' + will be used over the cygwin find. + If you wish to register the libraries as official ghc pkg (probably as root): $ make register