From f014d4c5333ec00a1c90ef56c95d76fc6ece1cb7 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 3 Nov 2002 20:49:57 +0000 Subject: [PATCH] Update instructions, now that Cygwin handles X:/path strings. --- mingw.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mingw.txt b/mingw.txt index 659f5ace2..78973ff69 100644 --- a/mingw.txt +++ b/mingw.txt @@ -76,13 +76,18 @@ without white space. Now, configure the source to make the makefiles and configuration details. Run this command: - $ ./configure --prefix=/cygdrive/d/iverilog + $ ./configure --prefix=d:/iverilog Substitute your chosen directory for the prefix. This will cause the makefiles to build and the source code to configure. The configure program will detect that this is a mingw environment and set things up to build properly. +(For a prefix, use the drive letter notation, the mingw compiled parts +require it, and the Cygwin tools should be able to handle it. You may +need to check or upgrade your Cygwin installation if this causes +problems for you.) + * Compile Icarus Verilog @@ -108,7 +113,7 @@ window. When you are ready, install like this: - $ /usr/bin/make STRIP=/usr/bin/strip.exe install + $ /usr/bin/make install This is part of what the configure program did for you. The Makefiles now know to put the files under the D:\iverilog (or whatever directory