Skip to content

Commit b9a7d65

Browse files
committed
Update README.md
1 parent 62fbba8 commit b9a7d65

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,22 @@ Bootstrap - If you cloned the repo
8989

9090
Configure - linux + Cygwin
9191

92+
Note: Cygwin requires requires compiling openssl and zlib static libs to link statically. Otherwise you compile dynamically
93+
94+
Static
95+
9296
```bash
9397
./configure --disable-shared --enable-static-bin --prefix=$HOME
9498
```
9599

96-
Cygwin openssl
97-
98-
The configure requires a fix to pass the test on Cygwin + openssl.
100+
Dynamic
99101

100102
```bash
101-
sed -ri 's|OPENSSL_LIBS="-lssl -lcrypto"|OPENSSL_LIBS="${OPENSSL_LIBS}"|g' "configure"
102-
./configure --with-openssl=/usr OPENSSL_LIBS="-l:libssl.dll.a -l:libcrypto.dll.a" --disable-shared --enable-static-bin --prefix="$HOME"
103+
./configure --prefix=$HOME
103104
```
104105

106+
Cygwin openssl requires compiling openssl and zlib
107+
105108
Build - linux + Cygwin
106109

107110
```

0 commit comments

Comments
 (0)