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 057d38e commit f255997Copy full SHA for f255997
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 -o osslsigncode.exe \
+ x86_64-w64-mingw32-gcc osslsigncode.c msi.c -o osslsigncode.exe \
16
-lcrypto -lssl -lcurl -lgsf-1 -lgobject-2.0 -lglib-2.0 -lxml2 \
17
-I 'C:/msys64/mingw64/include/libgsf-1' \
18
-I 'C:/msys64/mingw64/include/glib-2.0' \
0 commit comments