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

Jump to navigation Jump to search
m
Line 64: Line 64:
   86     _variant_config+=("--without-librtmp")
   86     _variant_config+=("--without-librtmp")
   87     _variant_config+=("--without-libmetalink")
   87     _variant_config+=("--without-libmetalink")
Finally, we can build and install the modified package.
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
Enter the <code>mingw-w64-curl</code> directory and start the build process:
  $> makepkg --syncdeps
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
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.


== Let's get compiling! ==
== Let's get compiling! ==
329

edits

Navigation menu