summaryrefslogtreecommitdiffstats
path: root/doc/README
blob: 49476da20e7de829ba90320a30a5c7ff082f3256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
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.