summaryrefslogtreecommitdiffstats
path: root/development/x86-mingw32-build/README
diff options
context:
space:
mode:
author Roberto Metere <roberto@metere.it>2012-06-30 12:31:26 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-06-30 12:31:26 -0400
commit0e2c27359ef1c5e36c461c15a2855d7bdcfcb892 (patch)
tree25e3fd664a3ee6d4ccd814cf251ca8ac4fc957d9 /development/x86-mingw32-build/README
parentb1aabf801d562c2f5ca8b6d6168e8526a3892200 (diff)
downloadslackbuilds-0e2c27359ef1c5e36c461c15a2855d7bdcfcb892.tar.gz
slackbuilds-0e2c27359ef1c5e36c461c15a2855d7bdcfcb892.tar.xz
development/x86-mingw32-build: Added (Minimalistic GNU for Windows)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/x86-mingw32-build/README')
-rw-r--r--development/x86-mingw32-build/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/development/x86-mingw32-build/README b/development/x86-mingw32-build/README
new file mode 100644
index 0000000000..20145e1c0d
--- /dev/null
+++ b/development/x86-mingw32-build/README
@@ -0,0 +1,32 @@
+MinGW cross compiler for Linux build environment
+
+As of this writing, the MinGW Project does not support any official
+build of GCC, more recent than GCC-3.4.5, for use as a cross hosted
+MinGW development tool, on any platform. This is unlikely to change,
+until after an officially supported stable GCC-4.x version has been
+released, for native use on the MS-Windows platform.
+
+This slackbuild will compile MinGW with
+ GCC: 3.4.5
+ Binutils: 2.20.1
+ MinGW Runtime: 3.18
+ W32Api: 3.14
+
+GCC packages included are:
+ ada (no)
+ c++ (yes)
+ f77 (yes)
+ java (yes)
+ objc (yes)
+
+If you're planning to compile MinGW with different versions of the
+packages, like GCC-4.4.0 (stable), you might download them before in
+a specified directory. In this case you might want to modify the
+configuration file "x86-mingw32-build.sh.conf".
+
+Moreover, if you're planning to disable/enable some GCC package, like
+disabling "java" or "objc", just modify the configuration file
+"x86-mingw32-build.sh.conf" commenting or not the corresponding lines,
+which are very easy to find.
+Actually "ada" gave me some problem and I disabled it from this
+SlackBuild.