Difference between revisions of "Compiling ScummVM/MinGW-w64"

Jump to navigation Jump to search
m
Line 68: Line 68:
Before building the package itself, you need to add the GPG key of the curl developer to your local keychain, so makepkg can validate the package. Under no circumstances you should try skipping the signature checks since you really, REALLY don't want a malicious curl package on your system.
Before building the package itself, you need to add the GPG key of the curl developer to your local keychain, so makepkg can validate the package. Under no circumstances you should try skipping the signature checks since you really, REALLY don't want a malicious curl package on your system.


   $> gpg --recv-keys 5CC908FDB71E12C2
   gpg --recv-keys 5CC908FDB71E12C2


Enter the <code>mingw-w64-curl</code> directory and start the build process:
Enter the <code>mingw-w64-curl</code> directory and start the build process:
   $> makepkg --syncdeps
   makepkg --syncdeps


Depending on your system, building the package should only take a couple of minutes. Finally, install the package using pacman:
Depending on your system, building the package should only take a couple of minutes. Finally, install the package using pacman:
   $> pacman -U mingw-w64-x86_64-curl-winssl-7.xx.0-1-any.pkg.tar.zst
   pacman -U mingw-w64-x86_64-curl-winssl-7.xx.0-1-any.pkg.tar.zst


If you have installed curl previously, you need to accept the removal of the previous package since you can't have multiple variants installed at the same time.
If you have installed curl previously, you need to accept the removal of the previous package since you can't have multiple variants installed at the same time.
329

edits

Navigation menu