We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc7fc3 commit bd77511Copy full SHA for bd77511
INSTALL.W32.md
@@ -12,7 +12,7 @@
12
2) Run "MSYS2 MinGW 64-bit" and build 64-bit Windows executables.
13
```
14
cd osslsigncode-folder
15
- x86_64-w64-mingw32-gcc osslsigncode.c msi.c -o osslsigncode.exe \
+ x86_64-w64-mingw32-gcc *.c -o osslsigncode.exe \
16
-lcrypto -lssl -lcurl \
17
-D 'PACKAGE_STRING="osslsigncode x.y"' \
18
-D 'PACKAGE_BUGREPORT="[email protected]"' \
@@ -71,7 +71,7 @@
71
3) Build 64-bit Windows executables.
72
73
74
75
-L 'C:/OpenSSL/lib/' -lcrypto -lssl \
76
-I 'C:/OpenSSL/include/' \
77
-L 'C:/curl/lib' -lcurl \
0 commit comments