File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -89,19 +89,22 @@ Bootstrap - If you cloned the repo
8989
9090Configure - 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+
105108Build - linux + Cygwin
106109
107110```
You can’t perform that action at this time.
0 commit comments