annotate doc/index.html @ 1848:17c00e8cff5b

improved documentation
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 25 May 2011 12:48:24 +0200
parents 564166f64492
children c1ab0d866125
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2 <html>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3 <head>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 <title>MinGW cross compiling environment</title>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 <style type="text/css">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 body {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 font-size: 11pt;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 margin-top: 0em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 }
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
14 h1, h2, h3 {
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 font-family: sans-serif;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 h2 {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 font-size: 14pt;
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
19 }
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
20 h3 {
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
21 font-size: 11pt;
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
22 background-color: #eee;
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
23 }
360
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
24 ul {
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
25 padding-left: 2em;
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
26 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
27 li, dt {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
28 margin-bottom: 0.8em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
29 }
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
30 .compact-list li {
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
31 margin-bottom: 0em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
32 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
33 .usage dt {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
34 font-family: monospace;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
35 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
36 dd {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
37 margin-bottom: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
38 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
39 table {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
40 border-collapse: separate;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
41 border-spacing: 1px;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
42 }
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
43 table.translation td {
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
44 padding-left: 0.5em;
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
45 padding-right: 0.5em;
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
46 }
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
47 td, dt {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
48 background-color: #eee;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
49 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
50 pre {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
51 font-size: 8pt;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
52 border: thin dotted #ccc;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
53 padding: 2pt;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
54 }
392
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
55 img {
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
56 border: thin solid #000;
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
57 }
360
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
58 #navigation a {
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
59 text-decoration: none;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
60 color: #00f;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
61 }
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
62 #navigation a:visited {
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
63 text-decoration: none;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
64 color: #009;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
65 }
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
66 #navigation ul {
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
67 padding-left: 0em;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
68 margin-left: 0em;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
69 margin-top: 1.5em;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
70 margin-bottom: 0em;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
71 list-style-type: none;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
72 }
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
73 #navigation li {
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
74 margin-bottom: 0.2em;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
75 }
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
76 @media screen, handheld {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
77 h1 {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
78 font-size: 12pt;
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
79 margin-top: 0em;
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
80 }
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
81 h2 {
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
82 margin-top: 0em;
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
83 padding-top: 1em;
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
84 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
85 #navigation {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
86 position: fixed;
355
fd666737aad8 added CSS code for compatibility with IE6
Volker Grabsch <vog@notjusthosting.com>
parents: 354
diff changeset
87 float: left; /* hack for ancient browsers
fd666737aad8 added CSS code for compatibility with IE6
Volker Grabsch <vog@notjusthosting.com>
parents: 354
diff changeset
88 which don't support "position: fixed;" */
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
89 margin-top: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
90 margin-left: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
91 padding-left: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
92 padding-right: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
93 padding-top: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
94 padding-bottom: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
95 width: 12em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
96 background-color: #afa;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
97 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
98 .section {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
99 width: 30em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
100 margin-left: 17em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
101 margin-bottom: 100%;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
102 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
103 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
104 </style>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
105
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
106 </head>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
107 <body>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
108
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
109 <div id="navigation">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
110 <h1>MinGW cross&nbsp;compiling environment</h1>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
111
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
112 <ul>
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
113 <li><a href="#introduction" >Introduction</a></li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
114 <li><a href="#screenshots" >Screenshots</a></li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
115 <li><a href="#tutorial" >Tutorial</a></li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
116 <li><a href="#latest-release" >Download</a></li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
117 <li><a href="#development" >Development Version</a></li>
1044
2080bdef3760 add link to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 1043
diff changeset
118 <li><a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">Mailing List</a></li>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
119 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
120 <ul>
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
121 <li><a href="#requirements" >Requirements</a></li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
122 <li><a href="#usage" >Usage</a></li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
123 <li><a href="#packages" >List of Packages</a></li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
124 <li><a href="#creating-packages">Creating Packages</a></li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
125 <li><a href="#copyright" >Copyright</a></li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
126 <li><a href="#history" >History</a></li>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
127 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
128 <ul>
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
129 <li><a href="#see-also" >See also</a></li>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
130 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
131 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
132
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
133 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
134 <h2 id="introduction">Introduction</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
135
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
136 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
137 This Makefile compiles a MinGW cross compiler and cross compiles
1405
95bec0261342 mention Qt in introduction
Mark Brand <mabrand@mabrand.nl>
parents: 1400
diff changeset
138 many free libraries such as GD, SDL and Qt. Thus, it provides a nice
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
139 MinGW cross compiling environment which
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
140 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
141
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
142 <ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
143 <li>
354
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
144 is designed to
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
145 <a href="#requirements">run on any Unix system</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
146 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
147 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
148 is easy to adapt and to extend
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
149 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
150 <li>
354
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
151 builds
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
152 <a href="#packages">many free libraries</a>
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
153 in addition to the cross compiler
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
154 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
155 <li>
354
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
156 can also
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
157 <a href="#usage">build just a subset</a>
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
158 of the packages,
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
159 and automatically builds their dependencies
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
160 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
161 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
162 downloads all needed packages
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
163 and verifies them by their checksums
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
164 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
165 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
166 is able to update the version numbers of all packages automatically
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
167 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
168 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
169 directly uses source packages,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
170 thus ensuring the whole build mechanism is transparent
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
171 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
172 <li>
354
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
173 allows inter-package and intra-package
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
174 <a href="#usage">parallel builds</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
175 whenever possible
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
176 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
177 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
178 creates libraries to be linked statically, no DLL hell
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
179 </li>
814
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
180 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
181 is already
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
182 <a href="#used-by">used by several projects</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
183 </li>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
184 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
185 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
186
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
187 <div class="section">
392
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
188 <h2 id="screenshots">Screenshots</h2>
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
189
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
190 <p>
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
191 Cross compiling
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
192 <a href="http://www.xs4all.nl/~thebeez/4tH/">4tH</a>:
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
193 </p>
402
09069df73740 add alt="..." attributes to the screenshots
Volker Grabsch <vog@notjusthosting.com>
parents: 400
diff changeset
194 <a href="screenshot-4th-compile.png"><img src="screenshot-4th-compile-small.png" alt="4th-compile"></a>
392
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
195
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
196 <p>
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
197 and running it:
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
198 </p>
402
09069df73740 add alt="..." attributes to the screenshots
Volker Grabsch <vog@notjusthosting.com>
parents: 400
diff changeset
199 <a href="screenshot-4th-run.png"><img src="screenshot-4th-run-small.png" alt="4th-run"></a>
392
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
200 </div>
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
201
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
202 <div class="section">
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
203 <h2 id="tutorial">Tutorial</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
204
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
205 <h3>Step 1: Download and Unpack</h3>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
206
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
207 <p>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
208 First, you should ensure that your system meets
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
209 mingw-cross-env's
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
210 <a href="#requirements">requirements</a>.
1079
5a67a60d7367 be more formal about checking the requirements in the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1072
diff changeset
211 You will almost certainly have to install some stuff.
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
212 </p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
213
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
214 <p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
215 When everything is fine, download the
385
f1ecc32b1b39 small improvement of the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 384
diff changeset
216 <a href="#latest-release">latest release</a>:
f1ecc32b1b39 small improvement of the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 384
diff changeset
217 </p>
1737
01fbc3c35dc8 fix the download URL mentioned in the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1734
diff changeset
218 <pre>wget https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-<span class="version">X.Y</span>.tar.gz</pre>
385
f1ecc32b1b39 small improvement of the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 384
diff changeset
219 <p>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
220 and unpack the tarball:
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
221 </p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
222 <pre>tar -xzvf mingw-cross-env-<span class="version">X.Y</span>.tar.gz</pre>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
223
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
224 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
225 If you don't mind installing it in your home directory,
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
226 just skip the following step and go straight to step 3.
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
227 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
228
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
229 <h3>Step 2: System-wide Installation (optional)</h3>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
230
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
231 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
232 Now you should save any previous installation
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
233 of the mingw-cross-env.
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
234 Assuming you've installed it under
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
235 /opt/mingw (any other directory will do as well),
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
236 you should execute the following commands:
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
237 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
238 <pre>su
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
239 mv /opt/mingw /opt/mingw.old
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
240 exit</pre>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
241
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
242 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
243 Then you need to transfer the entire directory to its definitive location.
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
244 We will assume again you use /opt/mingw,
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
245 but feel free to use any other directory if you like.
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
246 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
247 <pre>su
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
248 mv mingw-cross-env-<span class="version">X.Y</span> /opt/mingw
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
249 exit</pre>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
250
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
251 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
252 We're almost done.
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
253 Just change to your newly created directory and get going:
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
254 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
255 <pre>cd /opt/mingw</pre>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
256
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
257 <h3>Step 3: Build mingw-cross-env</h3>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
258
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
259 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
260 Enter the directory where you've unpacked the
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
261 mingw-cross-env.
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
262 Now it depends on what you actually want &ndash; or need.
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
263 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
264
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
265 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
266 If you choose to enter:
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
267 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
268 <pre>make</pre>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
269 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
270 you're in for a long wait,
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
271 because it compiles
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
272 <a href="#packages">a lot of packages</a>.
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
273 On the other hand it doesn't require any intervention,
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
274 so you're free to do whatever you like
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
275 &ndash; like watch a movie or go for a night on the town.
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
276 When it's done you'll find that you've installed
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
277 a very capable Win32 cross compiler onto your system.
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
278 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
279
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
280 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
281 If you only need the most basic tools you can also use:
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
282 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
283 <pre>make gcc</pre>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
284 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
285 and add any additional packages you need later on.
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
286 You can also supply a host of packages on the
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
287 <a href="#usage">command line</a>,
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
288 e.g.:
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
289 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
290 <pre>make gtk lua libidn</pre>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
291 <p>
611
20f283c22597 fixed typo
Volker Grabsch <vog@notjusthosting.com>
parents: 610
diff changeset
292 You'll always end up with a consistent cross compiling environment.
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
293 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
294
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
295 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
296 After you're done it just needs a little post-installation.
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
297 </p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
298
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
299 <h3>Step 4: Environment Variables</h3>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
300
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
301 <p>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
302 Edit your .bashrc script in order to change $PATH:
362
04b3d068e943 small improvements of the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 361
diff changeset
303 </p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
304 <pre>export PATH=/<em>where mingw-cross-env is installed</em>/usr/bin:$PATH</pre>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
305
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
306 <p>
1504
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
307 In case you are using custom $PKG_CONFIG_PATH entries,
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
308 you can add separate entries for MinGW cross builds:
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
309 </p>
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
310 <pre>export PKG_CONFIG_PATH="<em>entries for native builds</em>"</pre>
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
311 <pre>export PKG_CONFIG_PATH_<span class="target-underscore">i686_pc_mingw32</span>="<em>entries for mingw-cross-env builds</em>"</pre>
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
312 <p>
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
313 Remember to use <span class="target">i686-pc-mingw32</span>-pkg-config
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
314 instead of pkg-config for cross builds.
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
315 The Autotools do that automatically for you.
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
316 </p>
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
317
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
318 <p>
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
319 Note that any other compiler related environment variables
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
320 (like $CC, $LDFLAGS, etc.)
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
321 may spoil your compiling pleasure,
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
322 so be sure to delete or disable those.
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
323 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
324
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
325 <p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
326 Congratulations!
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
327 You're ready to cross compile anything you like.
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
328 </p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
329
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
330 <h3>Step 5a: Cross compile your Project (Autotools)</h3>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
331
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
332 <p>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
333 If you use the
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
334 <a href="http://www.lrde.epita.fr/~adl/autotools.html">Autotools</a>,
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
335 all you have to do is:
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
336 </p>
462
80eba052dff1 update default target in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 452
diff changeset
337 <pre>./configure --host=<span class="target">i686-pc-mingw32</span>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
338 make</pre>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
339
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
340 <p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
341 Don't worry about a warning like this:
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
342 </p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
343 <pre>configure: WARNING: If you wanted to set the --build type, don't use --host.
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
344 If a cross compiler is detected then cross compile mode will be used.</pre>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
345 <p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
346 Everything will be just fine.
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
347 </p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
348
1674
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
349 <h3>Step 5b: Cross compile your Project (CMake)</h3>
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
350
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
351 <p>
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
352 If you have a
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
353 <a href="http://www.cmake.org/">CMake</a> project,
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
354 you can use the provided toolchain file:
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
355 </p>
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
356 <pre>cmake ... -DCMAKE_TOOLCHAIN_FILE=/<em>where mingw-cross-env is installed</em>/usr/<span class="target">i686-pc-mingw32</span>/share/cmake/mingw-cross-env-conf.cmake</pre>
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
357
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
358 <h3>Step 5c: Cross compile your Project (Qt)</h3>
463
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
359
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
360 <p>
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
361 If you have a
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
362 <a href="http://qt.nokia.com/">Qt</a> application,
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
363 all you have to do is:
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
364 </p>
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
365 <pre><span class="target">i686-pc-mingw32</span>-qmake
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
366 make</pre>
503
164b71d374f4 add a note to the docs about static Qt plugins
Volker Grabsch <vog@notjusthosting.com>
parents: 502
diff changeset
367 <p>
1102
fa2a4aa042e3 package qt: improved tutorial
Mark Brand <mabrand@mabrand.nl>
parents: 1097
diff changeset
368 If you are using Qt plugins
fa2a4aa042e3 package qt: improved tutorial
Mark Brand <mabrand@mabrand.nl>
parents: 1097
diff changeset
369 such as the svg or ico image handlers,
fa2a4aa042e3 package qt: improved tutorial
Mark Brand <mabrand@mabrand.nl>
parents: 1097
diff changeset
370 you should also have a look at the
fa2a4aa042e3 package qt: improved tutorial
Mark Brand <mabrand@mabrand.nl>
parents: 1097
diff changeset
371 <a href="http://qt.nokia.com/doc/plugins-howto.html#static-plugins">Qt documentation about static plugins</a>.
1097
93745bdf9745 upgrade package qt
Mark Brand <mabrand@mabrand.nl>
parents: 1095
diff changeset
372 </p>
93745bdf9745 upgrade package qt
Mark Brand <mabrand@mabrand.nl>
parents: 1095
diff changeset
373 <p>
1102
fa2a4aa042e3 package qt: improved tutorial
Mark Brand <mabrand@mabrand.nl>
parents: 1097
diff changeset
374 Note the sql drivers (-qt-sql-*)
fa2a4aa042e3 package qt: improved tutorial
Mark Brand <mabrand@mabrand.nl>
parents: 1097
diff changeset
375 and the image handlers for jpeg, tiff, gif and mng
1106
a1b60eafec60 improved writing style in the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1105
diff changeset
376 are built-in, <em>not</em> plugins.
503
164b71d374f4 add a note to the docs about static Qt plugins
Volker Grabsch <vog@notjusthosting.com>
parents: 502
diff changeset
377 </p>
463
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
378
1674
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
379 <h3>Step 5d: Cross compile your Project (Makefile)</h3>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
380
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
381 <p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
382 If you have a handwritten Makefile,
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
383 you probably will have to make a few adjustments to it:
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
384 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
385 <pre>CC=$(CROSS)gcc
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
386 LD=$(CROSS)ld
1504
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
387 AR=$(CROSS)ar
dfa937baa17b improved pkg-config wrapper and its documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1491
diff changeset
388 PKG_CONFIG=$(CROSS)pkg-config</pre>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
389 <p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
390 You may have to add a few others, depending on your project.
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
391 </p>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
392
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
393 <p>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
394 Then, all you have to do is:
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
395 </p>
462
80eba052dff1 update default target in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 452
diff changeset
396 <pre>make CROSS=<span class="target">i686-pc-mingw32</span>-</pre>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
397 <p>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
398 That's it!
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
399 </p>
417
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
400
1674
09e171329238 add notes about CMake to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 1671
diff changeset
401 <h3>Step 5e: Cross compile your Project (OSG)</h3>
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
402
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
403 <p>
673
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
404 Using static OpenSceneGraph libraries requires a few changes to your source.
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
405 The graphics subsystem and all plugins required by your application must be
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
406 referenced explicitly. Use a code block like the following:
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
407 </p>
673
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
408 <pre>#ifdef OSG_LIBRARY_STATIC
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
409 USE_GRAPHICSWINDOW()
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
410 USE_OSGPLUGIN(&lt;plugin1&gt;)
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
411 USE_OSGPLUGIN(&lt;plugin2&gt;)
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
412 ...
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
413 #endif</pre>
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
414 <p>
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
415 Look at <code>examples/osgstaticviewer/osgstaticviewer.cpp</code> in the
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
416 OpenSceneGraph source distribution for an example. This example can be
673
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
417 compiled with the following command:
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
418 </p>
673
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
419 <pre>i686-pc-mingw32-g++ \
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
420 -o osgstaticviewer.exe examples/osgstaticviewer/osgstaticviewer.cpp \
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
421 `i686-pc-mingw32-pkg-config --cflags openscenegraph-osgViewer openscenegraph-osgPlugins` \
737
740910a9aa12 remove "--static" from docs because it is not needed anymore
Volker Grabsch <vog@notjusthosting.com>
parents: 729
diff changeset
422 `i686-pc-mingw32-pkg-config --libs openscenegraph-osgViewer openscenegraph-osgPlugins`</pre>
673
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
423 <p>
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
424 The <code>i686-pc-mingw32-pkg-config</code> command from mingw-cross-env will
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
425 automatically add <code>-DOSG_LIBRARY_STATIC</code> to your compiler flags.
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
426 </p>
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
427
417
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
428 <h3>Further Steps</h3>
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
429
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
430 <p>
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
431 If you need further assistance,
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
432 feel free to join the
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
433 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
434 where you'll get in touch with
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
435 the mingw-cross-env developers
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
436 and other users.
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
437 </p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
438 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
439
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
440 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
441 <h2 id="latest-release">Latest Release</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
442
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
443 <dl>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
444
1739
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
445 <dt>2011-xx-xx &ndash; Release <span id="latest-version">2.21</span></dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
446 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
447 <p>
1739
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
448 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.21.tar.gz">Download</a> |
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
449 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.21">Changelog</a>
1511
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
450 </p>
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
451
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
452 <p>
1832
1ec5d27a1cd3 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1831
diff changeset
453 Minor bugfixes in several packages.
1ec5d27a1cd3 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1831
diff changeset
454 </p>
1ec5d27a1cd3 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1831
diff changeset
455
1ec5d27a1cd3 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1831
diff changeset
456 <p>
1671
86ab2f6ea088 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1654
diff changeset
457 Almost all packages are updated to their latest version.
86ab2f6ea088 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1654
diff changeset
458 </p>
1726
61fbeb3e6f26 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1713
diff changeset
459
61fbeb3e6f26 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1713
diff changeset
460 <p>
1832
1ec5d27a1cd3 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1831
diff changeset
461 Packages gtkmm and gtksourceviewmm have been renamed to gtkmm2 and gtksourceviewmm2.
1831
d138ee7ad029 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1829
diff changeset
462 </p>
d138ee7ad029 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1829
diff changeset
463
d138ee7ad029 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1829
diff changeset
464 <p>
1726
61fbeb3e6f26 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1713
diff changeset
465 New packages are supported:
1831
d138ee7ad029 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 1829
diff changeset
466 libass, poco, and t4k_common.
1596
103362583620 update package boost
Lothar May <lothar.imap@googlemail.com>
parents: 1580
diff changeset
467 </p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
468 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
469
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
470 <dt>Old Releases</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
471 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
472 <a href="#history">History</a>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
473 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
474
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
475 </dl>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
476 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
477
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
478 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
479 <h2 id="development">Development Version</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
480
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
481 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
482 To obtain the current development version,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
483 install
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
484 <a href="http://www.selenic.com/mercurial/">Mercurial</a>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
485 and run:
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
486 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
487
1515
8892f565e4a7 improved documentation: shorter "hg clone" command
Volker Grabsch <vog@notjusthosting.com>
parents: 1512
diff changeset
488 <pre>hg clone http://hg.savannah.nongnu.org/hgweb/mingw-cross-env</pre>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
489
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
490 <p>
539
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
491 To retrieve updates, run:
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
492 </p>
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
493
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
494 <pre>hg pull -u</pre>
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
495
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
496 <p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
497 You can also browse the
417
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
498 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env">web repository</a>.
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
499 </p>
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
500
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
501 <p>
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
502 In addition,
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
503 feel free to join the
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
504 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
505 and to <a href="#creating-packages">propose new packages</a>.
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
506 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
507 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
508
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
509 <div class="section">
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
510 <h2 id="requirements">Requirements</h2>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
511
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
512 <p>
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
513 Mingw-cross-env requires a recent Unix system where
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
514 all components as stated in the table below
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
515 are installed.
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
516 Detailed instructions are available for:
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
517 </p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
518
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
519 <ul class="compact-list">
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
520 <li><a href="#requirements-debian">Debian</a></li>
1344
6d44e1ee091c add requirements section for Fedora in the docs
Gregory Smith <wolfy@treellama.org>
parents: 1343
diff changeset
521 <li><a href="#requirements-fedora">Fedora</a></li>
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
522 <li><a href="#requirements-freebsd">FreeBSD</a></li>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
523 <li><a href="#requirements-frugalware">Frugalware</a></li>
1042
0418a038486d add information about Gentoo to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1036
diff changeset
524 <li><a href="#requirements-gentoo">Gentoo</a></li>
1253
0a34a9e5c605 update docs: simplify requirements for OS X
Tony Theodore <tonyt@logyst.com>
parents: 1251
diff changeset
525 <li><a href="#requirements-macos">Mac OS X</a></li>
1103
e3a67857c3d7 updated system-specific instructions for requirements
Mark Brand <mabrand@mabrand.nl>
parents: 1102
diff changeset
526 <li><a href="#requirements-opensuse">openSUSE</a></li>
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
527 </ul>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
528
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
529 <table class="requirements">
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
530 <tr>
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
531 <td><a href="http://www.gnu.org/software/autoconf/">Autoconf</a></td>
1580
0bbe1ec3b409 doc: graphicsmagick requires autoconf 2.64 or greater
Tony Theodore <tonyt@logyst.com>
parents: 1571
diff changeset
532 <td>≥ 2.64</td>
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
533 </tr>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
534 <tr>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
535 <td><a href="http://sources.redhat.com/automake/">Automake</a></td>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
536 <td>≥ 1.10</td>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
537 </tr>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
538 <tr>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
539 <td><a href="http://www.gnu.org/software/bash/">Bash</a></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
540 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
541 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
542 <tr>
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
543 <td><a href="http://www.gnu.org/software/bison/">Bison</a></td>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
544 <td></td>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
545 </tr>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
546 <tr>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
547 <td><a href="http://www.bzip.org/">Bzip2</a></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
548 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
549 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
550 <tr>
636
f68e81208388 add CMake to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 625
diff changeset
551 <td><a href="http://www.cmake.org/">CMake</a></td>
1649
785824550846 downgrade minimum required CMake version in the docs
Tony Theodore <tonyt@logyst.com>
parents: 1648
diff changeset
552 <td>≥ 2.8.0</td>
636
f68e81208388 add CMake to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 625
diff changeset
553 </tr>
f68e81208388 add CMake to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 625
diff changeset
554 <tr>
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
555 <td><a href="http://flex.sourceforge.net/">Flex</a></td>
836
1d576137b300 improved docs regarding the requirement of flex (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 818
diff changeset
556 <td>≥ 2.5.31</td>
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
557 </tr>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
558 <tr>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
559 <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
560 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
561 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
562 <tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
563 <td><a href="http://www.gnu.org/software/make/">GNU Make</a></td>
675
ad3600b7be3a improved HTML style of docs
Volker Grabsch <vog@notjusthosting.com>
parents: 673
diff changeset
564 <td>≥ 3.81</td>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
565 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
566 <tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
567 <td><a href="http://www.gnu.org/software/sed/">GNU Sed</a></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
568 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
569 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
570 <tr>
1227
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
571 <td><a href="http://freedesktop.org/wiki/Software/intltool/">Intltool</a></td>
1307
8150ea76fd48 doc update: add minimum version of intltool
Tony Theodore <tonyt@logyst.com>
parents: 1301
diff changeset
572 <td>≥ 0.40</td>
1227
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
573 </tr>
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
574 <tr>
682
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
575 <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
576 <td></td>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
577 </tr>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
578 <tr>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
579 <td><a href="http://www.gnu.org/software/libtool/">Libtool</a></td>
1282
750c54791c37 improved requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1278
diff changeset
580 <td>≥ 2.2</td>
682
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
581 </tr>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
582 <tr>
705
c951876aa54f add OpenSSL-dev to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 703
diff changeset
583 <td><a href="http://www.openssl.org/">OpenSSL</a>-dev</td>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
584 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
585 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
586 <tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
587 <td><a href="http://www.gnu.org/software/patch/">Patch</a></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
588 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
589 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
590 <tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
591 <td><a href="http://www.perl.org/">Perl</a></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
592 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
593 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
594 <tr>
1157
93f17d25fcf2 mention the new requirement "Perl XML::Parser" in the docs
Tony Theodore <tonyt@logyst.com>
parents: 1147
diff changeset
595 <td><a href="http://search.cpan.org/dist/XML-Parser/Parser.pm">Perl XML::Parser</a></td>
93f17d25fcf2 mention the new requirement "Perl XML::Parser" in the docs
Tony Theodore <tonyt@logyst.com>
parents: 1147
diff changeset
596 <td></td>
93f17d25fcf2 mention the new requirement "Perl XML::Parser" in the docs
Tony Theodore <tonyt@logyst.com>
parents: 1147
diff changeset
597 </tr>
93f17d25fcf2 mention the new requirement "Perl XML::Parser" in the docs
Tony Theodore <tonyt@logyst.com>
parents: 1147
diff changeset
598 <tr>
695
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
599 <td><a href="http://pkg-config.freedesktop.org/">Pkg-config</a></td>
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
600 <td>≥ 0.16</td>
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
601 </tr>
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
602 <tr>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
603 <td><a href="http://www.scons.org/">SCons</a></td>
675
ad3600b7be3a improved HTML style of docs
Volker Grabsch <vog@notjusthosting.com>
parents: 673
diff changeset
604 <td>≥ 0.98</td>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
605 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
606 <tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
607 <td><a href="http://www.info-zip.org/UnZip.html">UnZip</a></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
608 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
609 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
610 <tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
611 <td><a href="http://www.gnu.org/software/wget/">Wget</a></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
612 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
613 </tr>
1095
e878941387e3 upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent libgcrypt pcre sqlite w32api
Mark Brand <mabrand@mabrand.nl>
parents: 1079
diff changeset
614 <tr>
e878941387e3 upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent libgcrypt pcre sqlite w32api
Mark Brand <mabrand@mabrand.nl>
parents: 1079
diff changeset
615 <td><a href="http://tukaani.org/xz/">XZ Utils</a></td>
e878941387e3 upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent libgcrypt pcre sqlite w32api
Mark Brand <mabrand@mabrand.nl>
parents: 1079
diff changeset
616 <td></td>
e878941387e3 upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent libgcrypt pcre sqlite w32api
Mark Brand <mabrand@mabrand.nl>
parents: 1079
diff changeset
617 </tr>
1266
a4d9340d896e new build requirement: add yasm link and package names to the docs
Tony Theodore <tonyt@logyst.com>
parents: 1253
diff changeset
618 <tr>
a4d9340d896e new build requirement: add yasm link and package names to the docs
Tony Theodore <tonyt@logyst.com>
parents: 1253
diff changeset
619 <td><a href="http://www.tortall.net/projects/yasm/">Yasm</a></td>
a4d9340d896e new build requirement: add yasm link and package names to the docs
Tony Theodore <tonyt@logyst.com>
parents: 1253
diff changeset
620 <td></td>
a4d9340d896e new build requirement: add yasm link and package names to the docs
Tony Theodore <tonyt@logyst.com>
parents: 1253
diff changeset
621 </tr>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
622 </table>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
623
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
624 <h3 id="requirements-debian">Debian</h3>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
625
676
24e7c507a923 add hints about where to find the exact package names for various platforms
Volker Grabsch <vog@notjusthosting.com>
parents: 675
diff changeset
626 <!-- http://www.debian.org/distrib/packages#search_packages -->
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
627 <pre>aptitude install -R autoconf automake bash bison bzip2 \
1227
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
628 cmake flex g++ intltool make sed \
1639
8f695c2e8491 added missing required package for Debian
Mark Brand <mabrand@mabrand.nl>
parents: 1638
diff changeset
629 libtool libltdl-dev openssl libssl-dev \
1227
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
630 libxml-parser-perl patch perl \
1266
a4d9340d896e new build requirement: add yasm link and package names to the docs
Tony Theodore <tonyt@logyst.com>
parents: 1253
diff changeset
631 pkg-config scons unzip wget \
a4d9340d896e new build requirement: add yasm link and package names to the docs
Tony Theodore <tonyt@logyst.com>
parents: 1253
diff changeset
632 xz-utils yasm</pre>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
633
373
1934a0bddc9b add requirements for 64-bit systems to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 372
diff changeset
634 <p>
383
d9bb867b1ee4 improved writing style of the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 381
diff changeset
635 On 64-bit Debian, install also:
373
1934a0bddc9b add requirements for 64-bit systems to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 372
diff changeset
636 </p>
375
638c11d75af2 corrected 64-bit requirements for Debian
Volker Grabsch <vog@notjusthosting.com>
parents: 374
diff changeset
637 <pre>aptitude install -R g++-multilib</pre>
373
1934a0bddc9b add requirements for 64-bit systems to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 372
diff changeset
638
1344
6d44e1ee091c add requirements section for Fedora in the docs
Gregory Smith <wolfy@treellama.org>
parents: 1343
diff changeset
639 <h3 id="requirements-fedora">Fedora</h3>
6d44e1ee091c add requirements section for Fedora in the docs
Gregory Smith <wolfy@treellama.org>
parents: 1343
diff changeset
640
6d44e1ee091c add requirements section for Fedora in the docs
Gregory Smith <wolfy@treellama.org>
parents: 1343
diff changeset
641 <!-- https://admin.fedoraproject.org/pkgdb/ -->
6d44e1ee091c add requirements section for Fedora in the docs
Gregory Smith <wolfy@treellama.org>
parents: 1343
diff changeset
642 <pre>yum install autoconf automake bash bison bzip2 cmake \
6d44e1ee091c add requirements section for Fedora in the docs
Gregory Smith <wolfy@treellama.org>
parents: 1343
diff changeset
643 flex gcc-c++ intltool make sed libtool \
6d44e1ee091c add requirements section for Fedora in the docs
Gregory Smith <wolfy@treellama.org>
parents: 1343
diff changeset
644 openssl-devel patch perl pkgconfig scons \
6d44e1ee091c add requirements section for Fedora in the docs
Gregory Smith <wolfy@treellama.org>
parents: 1343
diff changeset
645 yasm unzip wget xz</pre>
6d44e1ee091c add requirements section for Fedora in the docs
Gregory Smith <wolfy@treellama.org>
parents: 1343
diff changeset
646
1486
99978ef3c16a doc update for nsis 64-bit issue
Tony Theodore <tonyt@logyst.com>
parents: 1471
diff changeset
647 <p>
99978ef3c16a doc update for nsis 64-bit issue
Tony Theodore <tonyt@logyst.com>
parents: 1471
diff changeset
648 On 64-bit Fedora,
1599
bcd628736540 fix HTML formatting in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1596
diff changeset
649 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
1486
99978ef3c16a doc update for nsis 64-bit issue
Tony Theodore <tonyt@logyst.com>
parents: 1471
diff changeset
650 </p>
99978ef3c16a doc update for nsis 64-bit issue
Tony Theodore <tonyt@logyst.com>
parents: 1471
diff changeset
651
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
652 <h3 id="requirements-freebsd">FreeBSD</h3>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
653
676
24e7c507a923 add hints about where to find the exact package names for various platforms
Volker Grabsch <vog@notjusthosting.com>
parents: 675
diff changeset
654 <!-- http://www.freebsd.org/ports/ -->
1580
0bbe1ec3b409 doc: graphicsmagick requires autoconf 2.64 or greater
Tony Theodore <tonyt@logyst.com>
parents: 1571
diff changeset
655 <pre>pkg_add -r automake111 autoconf268 bash bison cmake \
1227
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
656 flex gmake gsed intltool libtool openssl \
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
657 patch perl p5-XML-Parser pkg-config scons \
1266
a4d9340d896e new build requirement: add yasm link and package names to the docs
Tony Theodore <tonyt@logyst.com>
parents: 1253
diff changeset
658 unzip wget yasm</pre>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
659
390
f4684b21c2ef add notes for 64-bit FreeBSD to the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 388
diff changeset
660 <p>
1487
0b34798ea2cb doc update for gmake in bsd userland and spelling fix
Tony Theodore <tonyt@logyst.com>
parents: 1486
diff changeset
661 Ensure that /usr/local/bin precedes /usr/bin in your $PATH:
1008
57ef3b3423be improved installation notes (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 999
diff changeset
662 </p>
57ef3b3423be improved installation notes (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 999
diff changeset
663 <p>
57ef3b3423be improved installation notes (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 999
diff changeset
664 For C style shells, edit .cshrc
1009
dd58f9605451 HTML corrections
Volker Grabsch <vog@notjusthosting.com>
parents: 1008
diff changeset
665 </p>
1008
57ef3b3423be improved installation notes (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 999
diff changeset
666 <pre>setenv PATH /usr/local/bin:$PATH</pre>
1009
dd58f9605451 HTML corrections
Volker Grabsch <vog@notjusthosting.com>
parents: 1008
diff changeset
667 <p>
1008
57ef3b3423be improved installation notes (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 999
diff changeset
668 For Bourne shells, edit .profile
1009
dd58f9605451 HTML corrections
Volker Grabsch <vog@notjusthosting.com>
parents: 1008
diff changeset
669 </p>
1008
57ef3b3423be improved installation notes (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 999
diff changeset
670 <pre>export PATH = /usr/local/bin:$PATH</pre>
57ef3b3423be improved installation notes (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 999
diff changeset
671 <p>
390
f4684b21c2ef add notes for 64-bit FreeBSD to the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 388
diff changeset
672 On 64-bit FreeBSD,
1599
bcd628736540 fix HTML formatting in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1596
diff changeset
673 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
1009
dd58f9605451 HTML corrections
Volker Grabsch <vog@notjusthosting.com>
parents: 1008
diff changeset
674 </p>
390
f4684b21c2ef add notes for 64-bit FreeBSD to the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 388
diff changeset
675
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
676 <h3 id="requirements-frugalware">Frugalware</h3>
366
6f4bc915cc2f add instructions for Frugalware
Volker Grabsch <vog@notjusthosting.com>
parents: 365
diff changeset
677
676
24e7c507a923 add hints about where to find the exact package names for various platforms
Volker Grabsch <vog@notjusthosting.com>
parents: 675
diff changeset
678 <!-- http://www.frugalware.org/packages -->
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
679 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
1227
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
680 flex gcc intltool make sed libtool openssl \
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
681 patch perl perl-xml-parser pkgconfig scons \
1266
a4d9340d896e new build requirement: add yasm link and package names to the docs
Tony Theodore <tonyt@logyst.com>
parents: 1253
diff changeset
682 unzip wget xz xz-lzma yasm</pre>
366
6f4bc915cc2f add instructions for Frugalware
Volker Grabsch <vog@notjusthosting.com>
parents: 365
diff changeset
683
373
1934a0bddc9b add requirements for 64-bit systems to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 372
diff changeset
684 <p>
383
d9bb867b1ee4 improved writing style of the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 381
diff changeset
685 On 64-bit Frugalware,
1599
bcd628736540 fix HTML formatting in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1596
diff changeset
686 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
373
1934a0bddc9b add requirements for 64-bit systems to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 372
diff changeset
687 </p>
1934a0bddc9b add requirements for 64-bit systems to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 372
diff changeset
688
1042
0418a038486d add information about Gentoo to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1036
diff changeset
689 <h3 id="requirements-gentoo">Gentoo</h3>
0418a038486d add information about Gentoo to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1036
diff changeset
690
0418a038486d add information about Gentoo to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1036
diff changeset
691 <!-- http://packages.gentoo.org/ -->
0418a038486d add information about Gentoo to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1036
diff changeset
692 <pre>emerge sys-devel/autoconf sys-devel/automake \
0418a038486d add information about Gentoo to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1036
diff changeset
693 app-shells/bash sys-devel/bison app-arch/bzip2 \
0418a038486d add information about Gentoo to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1036
diff changeset
694 dev-util/cmake sys-devel/flex sys-devel/gcc \
1227
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
695 dev-util/intltool sys-devel/make sys-apps/sed \
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
696 sys-devel/libtool dev-libs/openssl sys-devel/patch \
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
697 dev-lang/perl dev-perl/XML-Parser \
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
698 dev-util/pkgconfig dev-util/scons app-arch/unzip \
1266
a4d9340d896e new build requirement: add yasm link and package names to the docs
Tony Theodore <tonyt@logyst.com>
parents: 1253
diff changeset
699 net-misc/wget app-arch/xz-utils dev-lang/yasm</pre>
1042
0418a038486d add information about Gentoo to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1036
diff changeset
700
1253
0a34a9e5c605 update docs: simplify requirements for OS X
Tony Theodore <tonyt@logyst.com>
parents: 1251
diff changeset
701 <h3 id="requirements-macos">Mac OS X</h3>
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
702
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
703 <p>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
704 Install
1848
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
705 <a href="http://developer.apple.com/xcode/">Xcode 3</a>
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
706 and
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
707 <a href="http://www.macports.org/">MacPorts</a>,
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
708 then run:
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
709 </p>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
710 <!-- http://www.macports.org/ports.php -->
1654
b36f8378a24a don't mention the MacPorts upgrade commands as they aren't really necessary and sometimes cause trouble
Volker Grabsch <vog@notjusthosting.com>
parents: 1649
diff changeset
711 <pre>sudo port install autoconf automake bison cmake flex \
1227
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
712 gsed intltool libtool openssl \
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
713 p5-xml-parser pkgconfig scons \
1682
84b717782d81 doc update: Macports has deprecated xz-devel, use xz instead
Tony Theodore <tonyt@logyst.com>
parents: 1681
diff changeset
714 wget xz yasm</pre>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
715 <p>
1253
0a34a9e5c605 update docs: simplify requirements for OS X
Tony Theodore <tonyt@logyst.com>
parents: 1251
diff changeset
716 On Mac OS X ≤ 10.5, also select a more recent GCC:
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
717 </p>
1253
0a34a9e5c605 update docs: simplify requirements for OS X
Tony Theodore <tonyt@logyst.com>
parents: 1251
diff changeset
718 <pre>sudo port install gcc_select
0a34a9e5c605 update docs: simplify requirements for OS X
Tony Theodore <tonyt@logyst.com>
parents: 1251
diff changeset
719 sudo gcc_select gcc42</pre>
1571
722208dba8bc doc: note about beta versions of Xcode on OSX
Tony Theodore <tonyt@logyst.com>
parents: 1516
diff changeset
720 <p>
1848
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
721 Xcode 4 is not supported yet.
1571
722208dba8bc doc: note about beta versions of Xcode on OSX
Tony Theodore <tonyt@logyst.com>
parents: 1516
diff changeset
722 </p>
1599
bcd628736540 fix HTML formatting in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1596
diff changeset
723
1103
e3a67857c3d7 updated system-specific instructions for requirements
Mark Brand <mabrand@mabrand.nl>
parents: 1102
diff changeset
724 <h3 id="requirements-opensuse">openSUSE</h3>
e3a67857c3d7 updated system-specific instructions for requirements
Mark Brand <mabrand@mabrand.nl>
parents: 1102
diff changeset
725
e3a67857c3d7 updated system-specific instructions for requirements
Mark Brand <mabrand@mabrand.nl>
parents: 1102
diff changeset
726 <!-- http://software.opensuse.org/113/en -->
e3a67857c3d7 updated system-specific instructions for requirements
Mark Brand <mabrand@mabrand.nl>
parents: 1102
diff changeset
727 <pre>zypper install -R autoconf automake bash bison bzip2 \
1227
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
728 cmake flex gcc-c++ gettext-tools \
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
729 intltool libtool make openssl \
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
730 libopenssl-devel patch perl \
a1f084c392f0 document new requirement - intltool
Tony Theodore <tonyt@logyst.com>
parents: 1218
diff changeset
731 perl-XML-Parser pkg-config scons \
1266
a4d9340d896e new build requirement: add yasm link and package names to the docs
Tony Theodore <tonyt@logyst.com>
parents: 1253
diff changeset
732 sed unzip wget xz yasm</pre>
1103
e3a67857c3d7 updated system-specific instructions for requirements
Mark Brand <mabrand@mabrand.nl>
parents: 1102
diff changeset
733
1341
a0b0ca115d8f improved style in the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1340
diff changeset
734 <p>
a0b0ca115d8f improved style in the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1340
diff changeset
735 On 64-bit openSUSE, install also:
a0b0ca115d8f improved style in the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1340
diff changeset
736 </p>
1109
e2fe11a7e95e updated system-specific instructions for requirements
Mark Brand <mabrand@mabrand.nl>
parents: 1106
diff changeset
737 <pre>zypper install -R gcc-32bit glibc-devel-32bit \
e2fe11a7e95e updated system-specific instructions for requirements
Mark Brand <mabrand@mabrand.nl>
parents: 1106
diff changeset
738 libgcc45-32bit libgomp45-32bit \
e2fe11a7e95e updated system-specific instructions for requirements
Mark Brand <mabrand@mabrand.nl>
parents: 1106
diff changeset
739 libstdc++45-devel-32bit</pre>
1848
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
740
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
741 <h3 id="open-issue-nsis">Open Issues with NSIS</h3>
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
742
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
743 <p>
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
744 The NSIS package contains some native tools that are
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
745 currently 32-bit only. In order to build these on a
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
746 64-bit system, multi-lib support must be enabled in the
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
747 compiler toolchain. However, not all operating systems
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
748 support this.
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
749 </p>
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
750 <p>
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
751 Since no other packages depend on it, the remainder of
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
752 mingw-cross-env can be successfully built by simply
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
753 removing the package:
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
754 </p>
17c00e8cff5b improved documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 1844
diff changeset
755 <pre>rm <em>where mingw-cross-env is unpacked</em>/src/nsis.mk</pre>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
756 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
757
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
758 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
759 <h2 id="usage">Usage</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
760
394
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
761 <p>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
762 All build commands also download the packages if necessary.
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
763 </p>
1487
0b34798ea2cb doc update for gmake in bsd userland and spelling fix
Tony Theodore <tonyt@logyst.com>
parents: 1486
diff changeset
764 <p>
0b34798ea2cb doc update for gmake in bsd userland and spelling fix
Tony Theodore <tonyt@logyst.com>
parents: 1486
diff changeset
765 In a BSD userland, substitute "make" with "gmake".
0b34798ea2cb doc update for gmake in bsd userland and spelling fix
Tony Theodore <tonyt@logyst.com>
parents: 1486
diff changeset
766 </p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
767 <dl class="usage">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
768
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
769 <dt>make</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
770
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
771 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
772 build all packages,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
773 non-parallel
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
774 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
775
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
776 <dt>make gcc</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
777
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
778 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
779 build a minimal useful set of packages,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
780 i.e. the cross compilers
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
781 and the most basic packages,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
782 non-parallel
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
783 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
784
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
785 <dt>make foo bar</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
786
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
787 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
788 build packages "foo", "bar" and their dependencies,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
789 non-parallel
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
790 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
791
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
792 <dt>make foo bar -j 4 JOBS=2</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
793
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
794 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
795 build packages "foo", "bar" and their dependencies,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
796 where up to 4 packages are build in parallel,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
797 each with up to 2 compiler processes running in parallel
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
798 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
799
1400
719a51e44ba6 add information about "make check-requirements" to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1347
diff changeset
800 <dt>make check-requirements</dt>
719a51e44ba6 add information about "make check-requirements" to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1347
diff changeset
801
719a51e44ba6 add information about "make check-requirements" to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1347
diff changeset
802 <dd>
719a51e44ba6 add information about "make check-requirements" to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1347
diff changeset
803 check most of the
719a51e44ba6 add information about "make check-requirements" to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1347
diff changeset
804 <a href="#requirements">requirements</a>
719a51e44ba6 add information about "make check-requirements" to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1347
diff changeset
805 if necessary
719a51e44ba6 add information about "make check-requirements" to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1347
diff changeset
806 &ndash; executed automatically
719a51e44ba6 add information about "make check-requirements" to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1347
diff changeset
807 before building packages
719a51e44ba6 add information about "make check-requirements" to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1347
diff changeset
808 </dd>
719a51e44ba6 add information about "make check-requirements" to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1347
diff changeset
809
394
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
810 <dt>make download</dt>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
811
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
812 <dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
813 download all packages,
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
814 non-parallel,
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
815 such that subsequent builds work without internet access
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
816 </dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
817
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
818 <dt>make download-foo download-bar</dt>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
819
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
820 <dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
821 download packages "foo", "bar" and their dependencies,
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
822 non-parallel
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
823 </dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
824
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
825 <dt>make download-foo download-bar -j 4</dt>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
826
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
827 <dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
828 download packages "foo", "bar" and their dependencies,
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
829 where up to 4 packages are downloaded in parallel
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
830 </dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
831
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
832 <dt>make strip</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
833
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
834 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
835 strip all package builds and remove unnecessary files
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
836 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
837
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
838 <dt>make clean</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
839
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
840 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
841 remove all package builds
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
842 &ndash; use with caution!
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
843 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
844
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
845 <dt>make clean-pkg</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
846
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
847 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
848 remove all unused package files,
539
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
849 handy after a successful update
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
850 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
851
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
852 <dt>make update</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
853
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
854 <dd>
539
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
855 for internal use only!
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
856 &ndash;
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
857 update the version numbers of all packages,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
858 download the new versions and note their checksums
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
859 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
860
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
861 <dt>make dist</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
862
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
863 <dd>
416
2c560952dba8 let "make dist" put everything into a separate dist/ subdirectory
Volker Grabsch <vog@notjusthosting.com>
parents: 415
diff changeset
864 build a source distribution tarball and the website
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
865 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
866
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
867 </dl>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
868 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
869
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
870 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
871 <h2 id="packages">List of Packages</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
872
1243
d376dffbfdee add new package submission guidelines to docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1227
diff changeset
873 <p>
1245
37aa3912b501 improved coding style
Volker Grabsch <vog@notjusthosting.com>
parents: 1243
diff changeset
874 See something missing? Feel free to <a href="#creating-packages">create a new package</a>.
1243
d376dffbfdee add new package submission guidelines to docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1227
diff changeset
875 </p>
1835
066fdb873247 improved docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1834
diff changeset
876 <table id="package-list">
066fdb873247 improved docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1834
diff changeset
877 </table>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
878 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
879
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
880 <div class="section">
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
881 <h2 id="creating-packages">Guidelines for Creating Packages</h2>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
882
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
883 <ol>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
884 <li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
885 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
886 The package should be a
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
887 <a href="http://www.gnu.org/philosophy/free-sw.html">free</a>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
888 <a href="http://www.debian.org/social_contract#guidelines">software</a>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
889 <a href="http://www.opensource.org/osd.html">library</a>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
890 that is really used by one of your applications.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
891 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
892
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
893 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
894 BTW, we're always curious about the applications people are porting.
1251
de6579fc47b7 spelling corrections
Tony Theodore <tonyt@logyst.com>
parents: 1248
diff changeset
895 We maintain a
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
896 <a href="#used-by">list of projects</a>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
897 which use mingw-cross-env.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
898 No matter whether your project is free or proprietary
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
899 &ndash; as long as it has its own website,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
900 we'd be happy to link to it.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
901 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
902
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
903 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
904 Also, feel free to link to us. :-)
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
905 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
906 </li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
907
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
908 <li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
909 <p>
1248
58b080e6b26a improved style of docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1246
diff changeset
910 Grep through the <code>src/*.mk</code> files
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
911 to find a project that is most similar to yours.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
912 (Really, <code>grep</code> is your friend here.)
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
913 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
914
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
915 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
916 For instance,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
917 when adding a GNU library,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
918 you should take a package like
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
919 <a href="http://hg.savannah.gnu.org/hgweb/mingw-cross-env/file/tip/src/gettext.mk">gettext.mk</a>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
920 or
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
921 <a href="http://hg.savannah.gnu.org/hgweb/mingw-cross-env/file/tip/src/libiconv.mk">libiconv.mk</a>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
922 as the base of your work.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
923 When using a SourceForge project,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
924 you could start with a copy of
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
925 <a href="http://hg.savannah.gnu.org/hgweb/mingw-cross-env/file/tip/src/xmlwrapp.mk">xmlwrapp.mk</a>.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
926 And so on.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
927 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
928 </li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
929
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
930 <li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
931 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
932 Adjust the comments,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
933 fill in the <code>$(PKG)_*</code> fields.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
934 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
935
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
936 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
937 Be especially careful with the <code>$(PKG)_DEPS</code> section.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
938 The easiest way to get the dependencies right
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
939 is to start with a minimal setup.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
940 That is,
1290
43503ec534a1 small improvement of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1286
diff changeset
941 initialize mingw-cross-env with <code>make gcc</code> only,
43503ec534a1 small improvement of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1286
diff changeset
942 then check whether your package builds successfully.
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
943 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
944
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
945 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
946 Always list the dependency on <code>gcc</code> explicitly:
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
947 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
948 <pre>$(PKG)_DEPS := gcc ...</pre>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
949 </li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
950
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
951 <li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
952 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
953 Write your <code>$(PKG)_BUILD</code>.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
954 If your library has a <code>./configure</code> script,
1251
de6579fc47b7 spelling corrections
Tony Theodore <tonyt@logyst.com>
parents: 1248
diff changeset
955 enable/disable all dependency libraries explicitly
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
956 via "<code>--enable-*</code>" and "<code>--disable-*</code>" options.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
957 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
958 </li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
959
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
960 <li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
961 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
962 You might also have to provide a patch for it.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
963 In that case, have a look at other patches such as
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
964 <a href="http://hg.savannah.gnu.org/hgweb/mingw-cross-env/file/tip/src/sdl-2-fix-dinput.patch">sdl-2-fix-dinput.patch</a>.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
965 In particular, each patch file should be named as:
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
966 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
967 <pre>PACKAGE-PATCHNUMBER-DESCRIPTION.patch</pre>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
968 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
969 and should start with:
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
970 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
971 <pre>This file is part of mingw-cross-env.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
972 See doc/index.html for further information.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
973
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
974 This patch has been taken from:
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
975 https://...</pre>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
976 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
977 where the URL points to the
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
978 bugtracker entry,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
979 mailing list entry or
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
980 website
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
981 you took the patch from.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
982 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
983
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
984 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
985 If you created the patch yourself,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
986 please offer it to the upstream project first,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
987 and point to <em>that</em> URL,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
988 using the same wording:
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
989 "This patch has been taken from:".
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
990 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
991
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
992 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
993 Depending on the feedback you get from the upstream project,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
994 you might want to improve your patch.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
995 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
996 </li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
997
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
998 <li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
999 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1000 If you find some time,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1001 please provide a minimal test program for it.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1002 It should be
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1003 simple,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1004 stand alone and
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1005 should work unmodified for many (all?) future versions of the library.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1006 Test programs are named as:
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1007 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1008 <pre>PACKAGE-test.c</pre>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1009 or
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1010 <pre>PACKAGE-test.cpp</pre>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1011 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1012 depending on whether it is a C or C++ library.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1013 To get a clue,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1014 please have a look at existing test programs such as
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1015 <a href="http://hg.savannah.gnu.org/hgweb/mingw-cross-env/file/tip/src/sdl-test.c">sdl-test.c</a>.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1016 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1017
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1018 <p>
1248
58b080e6b26a improved style of docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1246
diff changeset
1019 At the very end of your <code>*.mk</code> file
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1020 you should build the test program in a generic way,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1021 using strict compiler flags.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1022 The last few lines of
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1023 <a href="http://hg.savannah.gnu.org/hgweb/mingw-cross-env/file/tip/src/sdl.mk">sdl.mk</a>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1024 will give you a clue.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1025 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1026 </li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1027
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1028 <li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1029 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1030 You could also try to provide a <code>$(PKG)_UPDATE</code> section.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1031 However, that requires some experience and "feeling" for it.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1032 So it is perfectly okay if you leave the <code>$(PKG)_UPDATE</code> section empty.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1033 We'll fill that in for you.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1034 It's a funny exercise.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1035 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1036 </li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1037
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1038 <li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1039 <p>
1251
de6579fc47b7 spelling corrections
Tony Theodore <tonyt@logyst.com>
parents: 1248
diff changeset
1040 Check that you don't have "dirty stuff" in your <code>*.mk</code> files,
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1041 such as TAB characters or trailing spaces at lines endings.
1248
58b080e6b26a improved style of docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1246
diff changeset
1042 Have a look at random <code>*.mk</code> files
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1043 to get a feeling for the coding style.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1044 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1045
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1046 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1047 The same holds for your test program.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1048 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1049
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1050 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1051 However, patch files should always appear
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1052 in the same coding style as the files they are patching.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1053 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1054
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1055 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1056 Finally, in your <code>$(PKG)_BUILD</code> section,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1057 please check that you use our portability variables:
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1058 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1059 <table class="translation">
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1060 <tr><td><code>bash</code></td> <td>&rarr;</td><td><code>$(SHELL)</code></td></tr>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1061 <tr><td><code>install</code></td> <td>&rarr;</td><td><code>$(INSTALL)</code></td></tr>
1413
b14677f6af57 add portability variable for libtool
Tony Theodore <tonyt@logyst.com>
parents: 1408
diff changeset
1062 <tr><td><code>libtool</code></td> <td>&rarr;</td><td><code>$(LIBTOOL)</code></td></tr>
1246
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1063 <tr><td><code>libtoolize</code></td><td>&rarr;</td><td><code>$(LIBTOOLIZE)</code></td></tr>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1064 <tr><td><code>make</code></td> <td>&rarr;</td><td><code>$(MAKE)</code></td></tr>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1065 <tr><td><code>patch</code></td> <td>&rarr;</td><td><code>$(PATCH)</code></td></tr>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1066 <tr><td><code>sed</code></td> <td>&rarr;</td><td><code>$(SED)</code></td></tr>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1067 </table>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1068 </li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1069
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1070 <li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1071 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1072 Check whether everything runs fine.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1073 If you have some trouble,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1074 don't hesitate to ask on the
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1075 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1076 providing your <code>*.mk</code> file so far.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1077 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1078 </li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1079
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1080 <li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1081 <p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1082 Propose your final <code>*.mk</code> file to the mailing list.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1083 Don't forget to tell us
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1084 if there are some pieces in your <code>*.mk</code> file
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1085 you feel unsure about.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1086 We'll then have a specific look at those parts,
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1087 which avoids trouble for you and us in the future.
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1088 </p>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1089 </li>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1090 </ol>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1091 </div>
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1092
8e21c194b7d3 revised the "guidelines for creating packages" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1245
diff changeset
1093 <div class="section">
1516
1e071bb32b42 generate list of year for copyright message automatically from "hg log"
Volker Grabsch <vog@notjusthosting.com>
parents: 1515
diff changeset
1094 <h2 id="copyright">Copyright © <span class="years">XXXX, YYYY, ZZZZ</span></h2>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1095
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
1096 <ul id="authors-list" class="compact-list">
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1097 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1098
417
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
1099 <p>(contact via the
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
1100 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>)</p>
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
1101
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1102 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1103 Permission is hereby granted, free of charge, to any person obtaining
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1104 a copy of this software and associated documentation files (the
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1105 "Software"), to deal in the Software without restriction, including
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1106 without limitation the rights to use, copy, modify, merge, publish,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1107 distribute, sublicense, and/or sell copies of the Software, and to
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1108 permit persons to whom the Software is furnished to do so, subject
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1109 to the following conditions:
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1110 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1111
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1112 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1113 The above copyright notice and this permission notice shall be
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1114 included in all copies or substantial portions of the Software.
413
b1d84a42a656 improved readability of the license text
Volker Grabsch <vog@notjusthosting.com>
parents: 412
diff changeset
1115 </p>
b1d84a42a656 improved readability of the license text
Volker Grabsch <vog@notjusthosting.com>
parents: 412
diff changeset
1116
b1d84a42a656 improved readability of the license text
Volker Grabsch <vog@notjusthosting.com>
parents: 412
diff changeset
1117 <p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1118 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1119 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1120 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1121 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1122 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1123 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1124 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1125 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1126 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1127
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1128 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1129 <h2 id="history">History</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1130
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1131 <dl>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1132
1739
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1133 <dt>2011-04-05 &ndash; Release 2.20</dt>
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1134 <dd>
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1135 <p>
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1136 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.20.tar.gz">Download</a> |
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1137 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.20">Changelog</a>
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1138 </p>
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1139
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1140 <p>
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1141 This release fixes a download error caused by the pixman project
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1142 (a sudden change of their URL scheme without proper redirects).
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1143 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1144 </p>
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1145 </dd>
Volker Grabsch <vog@notjusthosting.com>
parents: 1726 1737
diff changeset
1146
1734
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1147 <dt>2011-03-19 &ndash; Release 2.19</dt>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1148 <dd>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1149 <p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1150 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.19.tar.gz">Download</a> |
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1151 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.19">Changelog</a>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1152 </p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1153
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1154 <p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1155 The download mechanisms are improved.
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1156 </p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1157
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1158 <p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1159 A CMake toolchain file is provided
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1160 to simplify cross-compiling projects which use CMake.
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1161 </p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1162
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1163 <p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1164 Support for Debian/Lenny is dropped.
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1165 </p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1166
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1167 <p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1168 Package gtk is renamed to gtk2.
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1169 </p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1170
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1171 <p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1172 Almost all packages are updated to their latest version.
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1173 </p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1174
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1175 <p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1176 New packages are supported:
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1177 dbus, graphicsmagick, libical, liboauth, physfs, and vigra.
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1178 </p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1179
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1180 <p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1181 Note for <code>boost::filesystem</code> users:
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1182 <a href="http://beta.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/index.htm">Version 3 is a major revision</a>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1183 and now the default in 1.46.
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1184 </p>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1185 </dd>
abb72eedad78 increase version number to 2.20 (emergency release)
Volker Grabsch <vog@notjusthosting.com>
parents: 1679
diff changeset
1186
1511
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1187 <dt>2010-12-15 &ndash; Release 2.18</dt>
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1188 <dd>
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1189 <p>
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1190 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.18.tar.gz">Download</a> |
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1191 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.18">Changelog</a>
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1192 </p>
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1193
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1194 <p>
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1195 This release fixes a checksum error caused by the atkmm project
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1196 (a sudden change of their current source tarball).
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1197 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1198 </p>
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1199 </dd>
e6ba86ac5b1f increase version number to 2.19
Volker Grabsch <vog@notjusthosting.com>
parents: 1509
diff changeset
1200
1491
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1201 <dt>2010-12-11 &ndash; Release 2.17</dt>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1202 <dd>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1203 <p>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1204 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.17.tar.gz">Download</a> |
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1205 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.17">Changelog</a>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1206 </p>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1207
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1208 <p>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1209 This release provides some improvements of the build system
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1210 such as an automatic check for most of the requirements.
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1211 </p>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1212
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1213 <p>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1214 All packages are updated to their latest version.
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1215 </p>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1216
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1217 <p>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1218 New packages are supported:
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1219 bfd, blas, cblas, dcmtk, ftgl, lapack, lcms1,
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1220 mingw-utils, mxml, suitesparse and tinyxml.
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1221 </p>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1222 </dd>
f4ddc2aa91e3 increase version number to 2.18
Volker Grabsch <vog@notjusthosting.com>
parents: 1489
diff changeset
1223
1347
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1224 <dt>2010-10-27 &ndash; Release 2.16</dt>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1225 <dd>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1226 <p>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1227 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.16.tar.gz">Download</a> |
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1228 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.16">Changelog</a>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1229 </p>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1230
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1231 <p>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1232 This release provides lots of improvements to
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1233 the build system as well as the documentation.
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1234 </p>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1235
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1236 <p>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1237 Support for OpenSolaris is dropped.
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1238 </p>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1239
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1240 <p>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1241 Almost all packages are updated to their latest version.
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1242 </p>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1243
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1244 <p>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1245 Many new packages are supported:
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1246 atkmm, cairomm, cunit, faac, faad2, ffmpeg, gdk-pixbuf, glibmm,
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1247 gtkglextmm, gtkmm, gtksourceview, gtksourceviewmm, imagemagick,
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1248 lame, libsigc++, libvpx, matio, openal, opencore-amr, pangomm,
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1249 pfstools, plotmm, sdl_sound and x264.
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1250 </p>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1251 </dd>
bb1c93a2794a increase version number to 2.17
Volker Grabsch <vog@notjusthosting.com>
parents: 1345
diff changeset
1252
1072
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1253 <dt>2010-06-16 &ndash; Release 2.15</dt>
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1254 <dd>
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1255 <p>
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1256 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.15.tar.gz">Download</a> |
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1257 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.15">Changelog</a>
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1258 </p>
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1259
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1260 <p>
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1261 This release fixes download errors caused by the Qt project
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1262 (a sudden change of their current source tarball).
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1263 </p>
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1264
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1265 <p>
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1266 Almost all packages are updated to their latest version.
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1267 </p>
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1268 </dd>
a55cfde53f7a increase version number to 2.16
Volker Grabsch <vog@notjusthosting.com>
parents: 1070
diff changeset
1269
1059
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1270 <dt>2010-06-08 &ndash; Release 2.14</dt>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1271 <dd>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1272 <p>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1273 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.14.tar.gz">Download</a> |
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1274 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.14">Changelog</a>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1275 </p>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1276
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1277 <p>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1278 This release fixes download errors caused by the MinGW project
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1279 (a sudden change of their URL scheme without proper redirects).
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1280 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1281 </p>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1282
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1283 <p>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1284 Almost all packages are updated to their latest version.
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1285 </p>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1286
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1287 <p>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1288 New packages are supported:
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1289 libarchive, libgee and xvidcore.
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1290 </p>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1291 </dd>
da84021b5ce2 increase version number to 2.15
Volker Grabsch <vog@notjusthosting.com>
parents: 1057
diff changeset
1292
1012
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1293 <dt>2010-05-31 &ndash; Release 2.13</dt>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1294 <dd>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1295 <p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1296 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.13.tar.gz">Download</a> |
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1297 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.13">Changelog</a>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1298 </p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1299
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1300 <p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1301 This release switches back from TDM to the official GCC,
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1302 thus supporting the current GCC&nbsp;4.5.
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1303 </p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1304
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1305 <p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1306 The set of DirectX headers is improved and more complete.
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1307 </p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1308
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1309 <p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1310 The deadlock issues with Pthreads-w32 are fixed.
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1311 </p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1312
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1313 <p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1314 A static build of GDB is provided,
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1315 i.e. a standalone "gdb.exe"
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1316 that doesn't require any extra DLLs.
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1317 </p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1318
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1319 <p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1320 More packages are backed by test programs.
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1321 </p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1322
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1323 <p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1324 Many "sed hacks" are replaced by proper portability patches.
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1325 </p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1326
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1327 <p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1328 Almost all packages are updated to their latest version.
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1329 </p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1330
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1331 <p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1332 Many new packages are supported:
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1333 fribidi, gc, gdb, gmp, gsl, gst-plugins-base, gst-plugins-good,
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1334 gstreamer, gtkglext, guile, libcroco, libffi, liboil, libpaper,
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1335 libshout, libunistring and xine-lib.
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1336 </p>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1337 </dd>
092fd365e230 increase version number to 2.14
Volker Grabsch <vog@notjusthosting.com>
parents: 1010
diff changeset
1338
781
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1339 <dt>2010-02-21 &ndash; Release 2.12</dt>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1340 <dd>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1341 <p>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1342 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.12.tar.gz">Download</a> |
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1343 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.12">Changelog</a>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1344 </p>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1345
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1346 <p>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1347 This release fixes some minor build issues,
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1348 and contains a first small set of test programs
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1349 to check the package builds.
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1350 </p>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1351
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1352 <p>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1353 The build rules are simplified
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1354 by calling generators like Autotools and Flex,
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1355 instead of patching the generated files.
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1356 </p>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1357
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1358 <p>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1359 Almost all packages are updated to their latest version.
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1360 </p>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1361
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1362 <p>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1363 Many new packages are supported:
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1364 aubio, devil, directx, exiv2, fftw, freeimage, gsoap,
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1365 id3lib, liblo, libpano13, librsvg, libsamplerate,
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1366 muparser, openscenegraph, portaudio and sdl_pango.
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1367 </p>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1368 </dd>
11b67f0f548a increase version number to 2.13
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1369
777
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1370 <dt>2010-02-20 &ndash; Release 2.11</dt>
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1371 <dd>
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1372 <p>
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1373 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.11.tar.gz">Download</a> |
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1374 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.11">Changelog</a>
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1375 </p>
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1376
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1377 <p>
779
484c8efc8d91 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 777
diff changeset
1378 This release contains a packaging bug.
484c8efc8d91 update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 777
diff changeset
1379 Please use release 2.12 instead.
777
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1380 </p>
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1381 </dd>
3c0a2677f6e3 increase version number to 2.12
Volker Grabsch <vog@notjusthosting.com>
parents: 775
diff changeset
1382
614
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1383 <dt>2009-12-23 &ndash; Release 2.10</dt>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1384 <dd>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1385 <p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1386 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.10.tar.gz">Download</a> |
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1387 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.10">Changelog</a>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1388 </p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1389
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1390 <p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1391 This release adds support for many new packages:
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1392 flac, libmad, libsndfile, sdl_net, speex, postgresql,
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1393 freetds, openssl, plotutils, taglib, lcms, freeglut,
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1394 xerces and zziplib.
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1395 </p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1396
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1397 <p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1398 Almost all packages are updated to their latest version.
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1399 </p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1400
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1401 <p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1402 In addition to the libraries
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1403 some command line tools such as psql.exe are built, too.
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1404 </p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1405
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1406 <p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1407 The placements of logfiles, as well as many other build details, have been improved.
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1408 </p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1409 </dd>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
1410
502
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1411 <dt>2009-10-24 &ndash; Release 2.9</dt>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1412 <dd>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1413 <p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1414 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.9.tar.gz">Download</a> |
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1415 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.9">Changelog</a>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1416 </p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1417
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1418 <p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1419 This release adds support for Qt, VMime and libmng.
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1420 </p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1421
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1422 <p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1423 The target triplet is updated to i686-pc-mingw32.
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1424 </p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1425
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1426 <p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1427 OpenMP support is enabled in GCC.
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1428 </p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1429
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1430 <p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1431 Almost all packages are updated to their latest version.
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1432 </p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1433 </dd>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
1434
443
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1435 <dt>2009-09-11 &ndash; Release 2.8</dt>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1436 <dd>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1437 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1438 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.8.tar.gz">Download</a> |
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1439 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.8">Changelog</a>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1440 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1441
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1442 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1443 This release comes with a better look &amp; feel
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1444 by providing a highlevel overview of the build process.
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1445 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1446
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1447 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1448 The detailed build messages are stored into
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1449 separate log files for each package,
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1450 so parallel builds don't intermix them anymore.
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1451 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1452
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1453 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1454 The download URLs of SourceForge packages
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1455 are adjusted to ensure that
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1456 the selected SourceForge mirror is really used
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1457 and not circumvalented via HTTP redirects to other mirrors.
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1458 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1459
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1460 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1461 Almost all packages are updated to their latest version.
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1462 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1463
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1464 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1465 The whole mingw-cross-env project has moved to
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1466 <a href="https://savannah.nongnu.org/">Savannah</a>.
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1467 So all URIs have changed,
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1468 but the old URIs
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1469 redirect to the new locations seamlessly.
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1470 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1471
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1472 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1473 Everyone is invited to join the freshly created
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1474 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>.
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1475 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1476 </dd>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
1477
412
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1478 <dt>2009-08-11 &ndash; Release 2.7</dt>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1479 <dd>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1480 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1481 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.7.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1482 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.7">Changelog</a>
412
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1483 </p>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1484
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1485 <p>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1486 This release
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1487 provides an improved version recognition
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1488 for SourceForge packages.
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1489 SourceForge changed their page layout
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1490 in a way that makes it much harder
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1491 to identify the current version of a package.
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1492 </p>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1493
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1494 <p>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1495 Additionally,
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1496 almost all packages are updated to their latest version.
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1497 </p>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1498 </dd>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
1499
406
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1500 <dt>2009-06-19 &ndash; Release 2.6</dt>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1501 <dd>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1502 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1503 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.6.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1504 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.6">Changelog</a>
406
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1505 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1506
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1507 <p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1508 This release contains some portability fixes
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1509 which allow it to run on a wider range of systems
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1510 such as Frugalware.
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1511 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1512
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1513 <p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1514 The documentation and website are completely revised.
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1515 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1516
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1517 <p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1518 New packages such as
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1519 CppUnit, libUsb, NSIS, Popt, SQLite and Theora
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1520 are supported.
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1521 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1522
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1523 <p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1524 Almost all packages are updated to their latest version.
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1525 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1526
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1527 <p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1528 A new command "make download" is implemented.
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1529 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1530 </dd>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
1531
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1532 <dt>2009-04-06 &ndash; Release 2.5</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1533 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1534 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1535 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.5.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1536 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.5">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1537 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1538
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1539 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1540 This release fixes a download error caused by the MinGW project.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1541 They suddenly changed the names of their source tarballs.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1542 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1543 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1544
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1545 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1546 This release also contains some bugfixes
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1547 which allow it to run on a wider range of systems.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1548 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1549
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1550 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1551 All downloaded files are now
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1552 verified by their SHA-1 checksums.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1553 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1554
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1555 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1556 New versions of various packages are supported.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1557 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1558 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1559
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1560 <dt>2009-03-08 &ndash; Release 2.4</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1561 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1562 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1563 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.4.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1564 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.4">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1565 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1566
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1567 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1568 This release provides many new libraries such as
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1569 wxWidgets, GTK+ and OpenEXR.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1570 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1571
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1572 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1573 In addition, new versions of various packages
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1574 are supported.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1575 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1576 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1577
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1578 <dt>2009-02-09 &ndash; Release 2.3</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1579 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1580 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1581 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.3.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1582 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.3">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1583 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1584
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1585 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1586 This release fixes some serious build problems on FreeBSD and MacOS-X.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1587 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1588
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1589 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1590 The Makefile has a new target "clean-pkg"
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1591 and allows to be called from a separate build directory
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1592 via "make -f .../Makefile".
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1593 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1594
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1595 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1596 Some new versions of the packages are supported,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1597 especially GCC-4.3 by switching from MinGW GCC to
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1598 <a href="http://www.tdragon.net/recentgcc/">TDM-GCC</a>.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1599 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1600 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1601
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1602 <dt>2009-01-31 &ndash; Release 2.2<dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1603 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1604 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1605 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.2.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1606 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.2">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1607 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1608
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1609 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1610 This release fixes some minor build problems.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1611 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1612
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1613 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1614 It also supports some new packages and
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1615 some newer versions of the already supported packages.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1616 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1617
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1618 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1619 Parallelization is now disabled by default.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1620 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1621 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1622
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1623 <dt>2008-12-13 &ndash; Release 2.1</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1624 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1625 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1626 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.1.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1627 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.1">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1628 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1629
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1630 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1631 This release fixes a download error caused by the GDAL project.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1632 They suddenly changed their download URLs.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1633 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1634 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1635
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1636 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1637 In addition, some newer versions of various packages are supported.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1638 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1639
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1640 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1641 There is also a small compatibility fix for OS X.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1642 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1643 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1644
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1645 <dt>2008-11-10 &ndash; Release 2.0</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1646 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1647 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1648 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.0.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1649 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.0">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1650 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1651
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1652 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1653 The shell script has been rewritten as Makefile
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1654 and supports partial builds and parallel builds.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1655 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1656
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1657 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1658 As usual,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1659 this release also supports some new packages and
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1660 some newer versions of the already supported packages.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1661 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1662 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1663
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1664 <dt>2008-01-11 &ndash; Release 1.4</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1665 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1666 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1667 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.4.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1668 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.4">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1669 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1670
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1671 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1672 This release now includes a tutorial by Hans Bezemer
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1673 and has improved compile options of FLTK.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1674 As usual, it supports some newer versions of the libraries.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1675 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1676
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1677 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1678 At the <a href="http://www.fefe.de/nowindows/">request of its author</a>,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1679 libowfat is no longer supported from this release on.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1680 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1681
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1682 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1683 The script now uses a specific SourceForge mirror
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1684 instead of randomly chosen ones,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1685 because the download phase
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1686 often stumbled on some very slow mirrors.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1687 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1688 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1689
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1690 <dt>2007-12-23 &ndash; Release 1.3</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1691 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1692 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1693 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.3.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1694 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.3">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1695 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1696
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1697 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1698 A sudden change in the download URLs of GEOS
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1699 made the automatic download fail.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1700 <a href="http://www.w3.org/Provider/Style/URI">Such changes should never happen!</a>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1701 But it happened,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1702 and this quick release is an attempt to limit the damage.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1703 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1704
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1705 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1706 This release also supports some newer versions of the libraries
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1707 including support for fontconfig-2.5.0.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1708 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1709 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1710
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1711 <dt>2007-12-13 &ndash; Release 1.2</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1712 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1713 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1714 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.2.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1715 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.2">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1716 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1717
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1718 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1719 This release is a switch from gcc-3 to gcc-4.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1720 It also supports a new library and
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1721 some newer versions of the already supported libraries.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1722 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1723 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1724
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1725 <dt>2007-07-24 &ndash; Release 1.1</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1726 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1727 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1728 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.1.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1729 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.1">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1730 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1731
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1732 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1733 This release is the result of the public attention the release 1.0 got.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1734 It contains many improvements suggested by its first users,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1735 and adds support for many new libraries.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1736 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1737
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1738 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1739 Thanks to Rocco Rutte who contributed many code snippets.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1740 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1741 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1742
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1743 <dt>2007-06-19 &ndash; Release 1.0</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1744 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1745 <p>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1746 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.0.tar.gz">Download</a> |
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1747 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.0">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1748 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1749
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1750 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1751 This first release has been created in a 7-day-sprint.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1752 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1753 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1754
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1755 <dt>2007-06-12 &ndash; Project start</dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1756 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1757 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1758
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1759 </dl>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1760 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1761
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1762 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1763 <h2 id="see-also">See also</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1764
360
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1765 <h3>This project</h3>
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1766
814
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1767 <ul class="compact-list">
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1768 <li>
702
ba0932ebf763 change official project URL from http://www.nongnu.org/mingw-cross-env/ to http://mingw-cross-env.nongnu.org/
Volker Grabsch <vog@notjusthosting.com>
parents: 701
diff changeset
1769 <a href="http://mingw-cross-env.nongnu.org/">Project website</a>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1770 </li>
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1771 <li>
508
db6915b73a96 mention the mailing list also in the "See also" section of the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 506
diff changeset
1772 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">Project mailing list</a>
db6915b73a96 mention the mailing list also in the "See also" section of the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 506
diff changeset
1773 </li>
db6915b73a96 mention the mailing list also in the "See also" section of the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 506
diff changeset
1774 <li>
415
4a10f22aabf3 moved the whole project to Savannah, and renamed it from mingw_cross_env to mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 414
diff changeset
1775 <a href="http://savannah.nongnu.org/projects/mingw-cross-env">Project entry on Savannah</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1776 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1777 <li>
1829
2f9ffd0b7ba7 add link to Bitbucket repository in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1739
diff changeset
1778 <a href="https://bitbucket.org/vog/mingw-cross-env">Project entry on Bitbucket</a>
2f9ffd0b7ba7 add link to Bitbucket repository in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1739
diff changeset
1779 </li>
2f9ffd0b7ba7 add link to Bitbucket repository in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1739
diff changeset
1780 <li>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1781 <a href="http://freshmeat.net/projects/mingw_cross_env">Project entry on Freshmeat</a>
814
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1782 / <a href="http://freshmeat.net/projects/mingw_cross_env/comments">comments section</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1783 </li>
361
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1784 <li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1785 <a href="http://lists.debian.org/debian-embedded/2007/06/msg00007.html">First release anouncement</a>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1786 and the discussion around it
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1787 </li>
360
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1788 </ul>
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1789
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1790 <h3>Related projects</h3>
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1791
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1792 <ul>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1793 <li>
1343
1775609d34db mention the win32 cross compiling packages by openSUSE in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1342
diff changeset
1794 <a href="http://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11/noarch/">openSUSE MinGW packages</a>
1775609d34db mention the win32 cross compiling packages by openSUSE in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1342
diff changeset
1795 <br>
1775609d34db mention the win32 cross compiling packages by openSUSE in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1342
diff changeset
1796 win32 cross compiling packages by openSUSE
1775609d34db mention the win32 cross compiling packages by openSUSE in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1342
diff changeset
1797 </li>
1775609d34db mention the win32 cross compiling packages by openSUSE in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1342
diff changeset
1798 <li>
1342
676bdd52dcb9 mention the win32 cross compiling packages by Fedora in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1341
diff changeset
1799 <a href="https://admin.fedoraproject.org/pkgdb/acls/list/**mingw**">Fedora MinGW packages</a>
676bdd52dcb9 mention the win32 cross compiling packages by Fedora in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1341
diff changeset
1800 <br>
676bdd52dcb9 mention the win32 cross compiling packages by Fedora in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1341
diff changeset
1801 win32 cross compiling packages by Fedora
676bdd52dcb9 mention the win32 cross compiling packages by Fedora in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1341
diff changeset
1802 </li>
676bdd52dcb9 mention the win32 cross compiling packages by Fedora in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 1341
diff changeset
1803 <li>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1804 <a href="http://www.sandroid.org/imcross/">IMCROSS</a>
361
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1805 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1806 another project with similar goal
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1807 </li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1808 <li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1809 <a href="http://packages.debian.org/stable/devel/mingw32">mingw32 Debian package</a>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1810 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1811 bare win32 cross compiler
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1812 </li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1813 <li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1814 <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1815 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1816 win32 ports of many free software packages
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1817 </li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1818 <li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1819 <a href="http://www.libsdl.org/extras/win32/cross/README.txt">MinGW cross-compiler build script</a>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1820 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1821 old script provided by the
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1822 <a href="http://www.libsdl.org/">SDL project</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1823 </li>
360
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1824 </ul>
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1825
814
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1826 <h3>Related articles</h3>
360
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1827
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1828 <ul>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1829 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1830 <a href="http://thebeezspeaks.blogspot.com/2009/04/cross-compilers-new-wave.html">Cross compilers, the new wave</a>
361
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1831 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1832 appeared on
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1833 <a href="http://lxer.com/module/newswire/view/118868">LXer</a>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1834 and
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1835 <a href="http://www.linuxtoday.com/developer/2009041501335RVSWDV">Linux Today</a>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1836 </li>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
1837 <li>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
1838 <a href="http://wiki.njh.eu/Cross_Compiling_for_Win32">Cross Compiling for Win32</a>
361
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1839 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1840 overview of win32 cross compiling
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1841 </li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1842 <li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1843 <a href="http://www.mingw.org/wiki/LinuxCrossMinGW">MinGW cross compiler for Linux build environment</a>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1844 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1845 official tutorial of the
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1846 <a href="">MinGW project</a>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
1847 </li>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
1848 <li>
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
1849 <a href="http://wiki.wxwidgets.org/Cross-Compiling_Under_Linux#Cross-compiling_under_Linux_for_MS_Windows">Cross-compiling under Linux for MS Windows</a>
361
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1850 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1851 old tutorial provided by the
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1852 <a href="http://www.wxwidgets.org/">wxWidgets project</a>
357
1c47f2032860 include tutorial from http://wiki.njh.eu/mediawiki/index.php?title=Win32_Cross_Compiling_Tutorial&oldid=2061 (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 356
diff changeset
1853 </li>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1854 </ul>
814
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1855
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1856 <h3 id="used-by">Projects which use mingw-cross-env</h3>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1857
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1858 <ul class="compact-list">
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1859 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1860 <a href="http://toppler.sourceforge.net/">Tower Toppler</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1861 </li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1862 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1863 <a href="http://pushover.sourceforge.net/">Pushover</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1864 </li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1865 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1866 <a href="http://www.xs4all.nl/~thebeez/4tH/">The 4tH Compiler</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1867 </li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1868 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1869 <a href="http://springrts.com/">Spring RTS</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1870 </li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1871 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1872 <a href="http://github.com/phtrivier/ube">U.B.E</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1873 </li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1874 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1875 <a href="http://marathon.sourceforge.net/">Marathon Aleph One</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1876 </li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1877 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1878 <a href="http://sourceforge.net/projects/aorta/">Aorta</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1879 </li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1880 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1881 <a href="http://msmtp.sourceforge.net/">msmtp</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1882 </li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1883 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1884 <a href="http://mpop.sourceforge.net/">mpop</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1885 </li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1886 <li>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1887 <a href="http://cvtool.sourceforge.net/">cvtool</a>
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1888 </li>
816
a59628b500be improved list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 814
diff changeset
1889 <li>
a59628b500be improved list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 814
diff changeset
1890 <a href="http://tux4kids.alioth.debian.org/tuxmath/">Tux Math</a>
a59628b500be improved list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 814
diff changeset
1891 </li>
a59628b500be improved list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 814
diff changeset
1892 <li>
a59628b500be improved list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 814
diff changeset
1893 <a href="http://tux4kids.alioth.debian.org/tuxtype/">Tux Typing</a>
a59628b500be improved list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 814
diff changeset
1894 </li>
908
070eb078f1c2 add GCompris to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 875
diff changeset
1895 <li>
070eb078f1c2 add GCompris to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 875
diff changeset
1896 <a href="http://gcompris.net/">GCompris</a>
070eb078f1c2 add GCompris to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 875
diff changeset
1897 </li>
1067
217024d15a3f add "Generic Tagged Arrays" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1059
diff changeset
1898 <li>
217024d15a3f add "Generic Tagged Arrays" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1059
diff changeset
1899 <a href="http://www.nongnu.org/gta/">Generic Tagged Arrays</a>
217024d15a3f add "Generic Tagged Arrays" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1059
diff changeset
1900 </li>
1278
8e7fd09fb4c5 added QTads to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1266
diff changeset
1901 <li>
8e7fd09fb4c5 added QTads to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1266
diff changeset
1902 <a href="http://qtads.sourceforge.net/">QTads</a>
8e7fd09fb4c5 added QTads to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1266
diff changeset
1903 </li>
1286
bfa5af598644 added "UFO: Alien Invasion" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1282
diff changeset
1904 <li>
bfa5af598644 added "UFO: Alien Invasion" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1282
diff changeset
1905 <a href="http://ufoai.ninex.info/">UFO: Alien Invasion</a>
bfa5af598644 added "UFO: Alien Invasion" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1282
diff changeset
1906 </li>
1340
720590a5e300 added "PokerTH" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1307
diff changeset
1907 <li>
720590a5e300 added "PokerTH" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1307
diff changeset
1908 <a href="http://www.pokerth.net/">PokerTH</a>
720590a5e300 added "PokerTH" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1307
diff changeset
1909 </li>
1679
775149ce54a1 added "TeXworks" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1678
diff changeset
1910 <li>
775149ce54a1 added "TeXworks" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1678
diff changeset
1911 <a href="http://www.tug.org/texworks/">TeXworks</a>
775149ce54a1 added "TeXworks" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1678
diff changeset
1912 </li>
1834
a215f96eeed6 added "Bino" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1832
diff changeset
1913 <li>
a215f96eeed6 added "Bino" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1832
diff changeset
1914 <a href="http://bino.nongnu.org/">Bino</a>
a215f96eeed6 added "Bino" to the list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 1832
diff changeset
1915 </li>
814
9a0f75190980 improved "See also" section and added a list of projects which use mingw-cross-env
Volker Grabsch <vog@notjusthosting.com>
parents: 779
diff changeset
1916 </ul>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1917 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1918
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1919 </body>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1920 </html>