mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-17 11:06:16 -04:00
update README with prerequisites for building on Cygwin
This commit is contained in:
parent
b7aa61bf15
commit
b6be3deaa7
@ -80,7 +80,13 @@ If you want to install f3write and f3read, run the following command::
|
|||||||
Compile stable software on Windows/Cygwin
|
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"
|
export LDFLAGS="$LDFLAGS -Wl,--stack,4000000 -largp"
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user