From 40d4705bed475221f08d91f2661b2a2465e8e540 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sat, 21 May 2005 04:06:05 +0000 Subject: [PATCH] More details on building on cygwin --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 4ebbc61..85139cc 100644 --- a/README +++ b/README @@ -47,9 +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. +* On cygwin/windows you (a) make sure the cygwin "find" is before the + windows "find" on your PATH, and (b) to give the windows-style path + (e.g., "c:/cygwin/usr/local") in the ./configure --prefix=foo/bar + step If you wish to register the libraries as official ghc pkg (probably as root):