update README with prerequisites for building on Cygwin

This commit is contained in:
McDonnell 2018-01-16 12:57:54 -05:00
parent b7aa61bf15
commit b6be3deaa7

View File

@ -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