


(The default install location of Mingw64 is different and dependent on the parameters chosen in the installer. This tutorial uses the install location: c:\mingw-64. Install MinGW64 by downloading and running the installer mingw-w64-install.exe from Sourceforge.Ĭhoose latest mingw64 version, for x86_64 architecture and win32 threads: However, if you use Mbed TLS as part of a Linux (or other) project that you would like to port to MinGW, you need a MinGW-compiled version of Mbed TLS. You can compile Mbed TLS in the native Windows compiler. MinGW, Minimalist GNU for Windows, allows you to compile most Posix (Linux, Unix, and so on) programs to run on Microsoft Windows. This page explains how to compile the Mbed TLS cryptography library in the MinGW environment and the Windows command prompt.
