Add README.md

This commit is contained in:
Sandro Mani 2022-05-04 00:42:30 +02:00
parent 6e51f453f3
commit 39edc444a3

18
README.md Normal file
View File

@ -0,0 +1,18 @@
Building the MinGW environment
==============================
Build order:
- mingw-filesystem
- mingw-binutils
- mingw-headers (bundle_dummy_pthread_headers=1)
- mingw-w64-tools
- mingw-gcc (bootstrap=1, enable_libgomp=0)
- mingw-crt (bootstrap=1)
- mingw-crt (bootstrap=0)
- mingw-filesystem (regenerate standard-dlls-mingw32/64)
- mingw-gcc (bootstrap=0, enable_libgomp=0)
- mingw-winpthreads
- mingw-headers (bundle_dummy_pthread_headers=0)
- mingw-gcc (bootstrap=0, enable_libgomp=1)
- mingw-gdb