summaryrefslogtreecommitdiffstats
path: root/doc/README
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2008-11-08 08:40:16 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2008-11-08 08:40:16 (GMT)
commit1ec585aeadd64350fd2fa091de780087845605e3 (patch)
tree9d2e6922543a7417463e9db6c828ea0041918358 /doc/README
parent45c5d40e807696e2c8638a93b8ff947d56023d41 (diff)
downloadmxe-1ec585aeadd64350fd2fa091de780087845605e3.zip
mxe-1ec585aeadd64350fd2fa091de780087845605e3.tar.gz
mxe-1ec585aeadd64350fd2fa091de780087845605e3.tar.bz2
completely rewritten from scratch as Makefile
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README111
1 files changed, 111 insertions, 0 deletions
diff --git a/doc/README b/doc/README
new file mode 100644
index 0000000..49476da
--- /dev/null
+++ b/doc/README
@@ -0,0 +1,111 @@
+
+MinGW cross compiling environment
+=================================
+
+ http://www.profv.de/mingw_cross_env/
+
+ This Makefile compiles a MinGW cross compiler and cross compiles
+ many free libraries such as GD and SDL. Thus, it provides you
+ a nice MinGW cross compiling environment. All necessary source
+ packages are downloaded automatically.
+
+ The Makefile is designed to run on any Unix system. It also runs
+ partly on MSYS. It needs GNU make and GNU sed, so FreeBSD users
+ need the ports textproc/gsed and devel/gmake.
+
+
+Usage
+=====
+
+ make
+
+ build all packages
+
+ make foo
+
+ build package 'foo' and all dependencies
+
+ make clean
+
+ remove all package builds
+
+ make update
+
+ update the version numbers of all packages,
+ use with caution!
+
+ make dist
+
+ build a source distribution tarball
+
+
+List of Packages
+================
+
+ binutils 2.18.50-20080109
+ curl 7.18.0
+ fltk 1.1.7
+ fontconfig 2.5.91
+ freetype 2.3.5
+ gcc 4.2.1-2
+ gd 2.0.35
+ gdal 1.5.0
+ geos 3.0.0
+ gettext 0.17
+ giflib 4.1.6
+ gnutls 1.6.3
+ jpeg 6b
+ libdnet 1.11
+ libgcrypt 1.4.0
+ libgeotiff 1.2.4
+ libgpg_error 1.6
+ libiconv 1.11.1
+ libmikmod 3.2.0-beta2
+ libpng 1.2.25
+ libxml2 2.6.31
+ libxslt 1.1.22
+ mingw_runtime 3.14
+ ogg 1.1.3
+ pdcurses 33
+ pdflib_lite 7.0.2
+ pkg_config 0.23
+ proj 4.6.0
+ pthreads 2-8-0
+ SDL 1.2.11
+ SDL_image 1.2.6
+ SDL_mixer 1.2.8
+ smpeg 0.4.5+cvs20030824
+ tiff 3.8.2
+ tre 0.7.5
+ vorbis 1.2.0
+ w32api 3.11
+ winpcap 4_0_2
+ xmlwrapp 0.5.0
+ zlib 1.2.3
+
+
+Copyright
+=========
+
+ (c) Volker Grabsch <vog@notjusthosting.com>
+ Rocco Rutte <pdmef@gmx.net>
+ Andreas Roever <roever@users.sf.net>
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject
+ to the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+