Skip to content

Commit

Permalink
Merge pull request #72 from bmcdonnell-ionx/master
Browse files Browse the repository at this point in the history
update README with prerequisites for building on Cygwin
  • Loading branch information
AltraMayor committed Jan 16, 2018
2 parents b7aa61b + b6be3de commit ed8c937
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed8c937

Please sign in to comment.