Difference between revisions of "Installation MSYS2"
Line 28: | Line 28: | ||
msys/libgnutls 3.6.11.1-1 (libraries) [installed] | msys/libgnutls 3.6.11.1-1 (libraries) [installed] | ||
mingw64/mingw-w64-x86_64-gnutls 3.6.11.1-1 [installed] | mingw64/mingw-w64-x86_64-gnutls 3.6.11.1-1 [installed] | ||
+ | </code> | ||
+ | |||
+ | Essential gui libraries: | ||
+ | <code> | ||
+ | mingw64/mingw-w64-x86_64-libjpeg-turbo 2.0.4-1 [installed] | ||
+ | |||
+ | mingw64/mingw-w64-x86_64-libtiff 4.1.0-1 [installed] | ||
+ | |||
+ | mingw64/mingw-w64-x86_64-libpng 1.6.37-3 [installed] | ||
+ | |||
+ | mingw64/mingw-w64-x86_64-giflib 5.2.1-1 [installed] | ||
</code> | </code> | ||
Revision as of 21:42, 11 March 2020
Packages needed
Be very sure to install the packages correct for your architecture. The Guide refers to intel-64bit. Using the same procedure with the respective packages for 32bit failed currently. One package is msys, the other for mingw64
Be sure to work in the correct shell: for the 64bit example, launch and work inside MSYS2 MinGW 64-bit
Essential tools:
msys/make 4.3-1 (base-devel) [installed]
Essential base libraries, headers included:
msys/libxslt-devel 1.1.34-1 (development) [installed]
msys/libxslt 1.1.34-1 (libraries) [installed]
mingw64/mingw-w64-x86_64-libxslt 1.1.34-2 [installed]
msys/libffi 3.2.1-3 (libraries) [installed]
mingw64/mingw-w64-x86_64-libffi 3.2.1-4 [installed]
msys/libffi-devel 3.2.1-3 (development) [installed]
msys/libxml2-devel 2.9.10-2 (development) [installed]
msys/libxml2 2.9.10-2 (libraries) [installed]
mingw64/mingw-w64-x86_64-libxml2 2.9.10-3 [installed]
msys/libgnutls-devel 3.6.11.1-1 (development) [installed]
msys/libgnutls 3.6.11.1-1 (libraries) [installed]
mingw64/mingw-w64-x86_64-gnutls 3.6.11.1-1 [installed]
Essential gui libraries:
mingw64/mingw-w64-x86_64-libjpeg-turbo 2.0.4-1 [installed]
mingw64/mingw-w64-x86_64-libtiff 4.1.0-1 [installed]
mingw64/mingw-w64-x86_64-libpng 1.6.37-3 [installed]
mingw64/mingw-w64-x86_64-giflib 5.2.1-1 [installed]
For GCC
mingw64/mingw-w64-x86_64-gcc 9.2.0-2 (mingw-w64-x86_64-toolchain)
mingw64/mingw-w64-x86_64-gcc-objc 9.2.0-2 (mingw-w64-x86_64-toolchain) [installed]
msys/gcc-libs 9.1.0-2 (base) [installed]
mingw32/mingw-w64-i686-gcc-libs 9.2.0-2 (mingw-w64-i686-toolchain) [installed]
For Clang + libobjc2
TBD
Patches needed
For a successful build, MSYS2 headers need to be patched. Please apply following proposed fix:
Build instructions
Make
Configure as:
./configure --with-layout=gnustep
then, remember, to source the script from the respective MinGW shell version, e.g. the 64 bit is in:
. /mingw64/System/Library/Makefiles/GNUstep.sh