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

Jump to navigation Jump to search
m
m
Line 55: Line 55:
First, clone the repository containing the mingw-w64 package files in a seperate directory:
First, clone the repository containing the mingw-w64 package files in a seperate directory:
  git clone <nowiki>https://github.com/msys2/MINGW-packages</nowiki>
  git clone <nowiki>https://github.com/msys2/MINGW-packages</nowiki>
Now, we need to modify the file <pre>mingw-w64-curl/PKGBUILD</pre> which contains all the instructions <pre>makepkg</pre> uses for building the final package. At the beginning of the file, select the winssl variant instead of the default openssl version.
Now, we need to modify the file <code>mingw-w64-curl/PKGBUILD</code> which contains all the instructions <code>makepkg</code> uses for building the final package. At the beginning of the file, select the winssl variant instead of the default openssl version.
  #_variant=-openssl
  #_variant=-openssl
  _variant=-winssl
  _variant=-winssl
329

edits

Navigation menu