From ba7af5d0ba7c1c191bf1de6d61ca6ad462c2c182 Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Sep 23 2021 21:04:44 +0000 Subject: Update guidelines/modules/ROOT/pages/MinGW.adoc add title and toc to this page --- diff --git a/guidelines/modules/ROOT/pages/MinGW.adoc b/guidelines/modules/ROOT/pages/MinGW.adoc index b6241cb..63cb798 100644 --- a/guidelines/modules/ROOT/pages/MinGW.adoc +++ b/guidelines/modules/ROOT/pages/MinGW.adoc @@ -1,5 +1,6 @@ -== Packaging Guidelines for MinGW Cross Compilers - += Packaging Guidelines for MinGW Cross Compilers +:toc: + == Introduction The Fedora MinGW project's mission is to provide an excellent development environment for Fedora users who wish to cross-compile their programs to run on Windows, minimizing the need to use Windows at all. In the past developers have had to port and compile all of the libraries and tools they have needed, and this huge effort has happened independently many times over. We aim to eliminate duplication of work for application developers by providing a range of libraries and development tools which have already been ported to the MinGW cross-compiler environment. This means that developers will not need to recompile the application stack themselves, but can concentrate just on the changes needed to their own application.