From b6be3deaa7930deeee56341fe8feef5da3a83465 Mon Sep 17 00:00:00 2001 From: McDonnell Date: Tue, 16 Jan 2018 12:57:54 -0500 Subject: [PATCH] update README with prerequisites for building on Cygwin --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 319ddbd..507a42a 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,13 @@ If you want to install f3write and f3read, run the following command:: Compile stable software on Windows/Cygwin ----------------------------------------- -On Cygwin, you need special flags:: +If you haven't already, install the following Cygwin packages and their dependencies: + +- `gcc-core` +- `make` +- `libargp-devel` + +To build, you need special flags:: export LDFLAGS="$LDFLAGS -Wl,--stack,4000000 -largp" make