annotate doc/index.html @ 702:ba0932ebf763

change official project URL from http://www.nongnu.org/mingw-cross-env/ to http://mingw-cross-env.nongnu.org/
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 07 Feb 2010 12:42:39 +0100
parents b54c211a4b1f
children af58a2ee9a69
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 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
43 td, dt {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
44 background-color: #eee;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
45 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
46 pre {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
47 font-size: 8pt;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
48 border: thin dotted #ccc;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
49 padding: 2pt;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
50 }
392
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
51 img {
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
52 border: thin solid #000;
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
53 }
360
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
54 #navigation a {
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
55 text-decoration: none;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
56 color: #00f;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
57 }
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
58 #navigation a:visited {
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: #009;
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 ul {
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
63 padding-left: 0em;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
64 margin-left: 0em;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
65 margin-top: 1.5em;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
66 margin-bottom: 0em;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
67 list-style-type: none;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
68 }
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
69 #navigation li {
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
70 margin-bottom: 0.2em;
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
71 }
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
72 @media screen, handheld {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
73 h1 {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
74 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
75 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
76 }
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
77 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
78 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
79 padding-top: 1em;
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
80 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
81 #navigation {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
82 position: fixed;
355
fd666737aad8 added CSS code for compatibility with IE6
Volker Grabsch <vog@notjusthosting.com>
parents: 354
diff changeset
83 float: left; /* hack for ancient browsers
fd666737aad8 added CSS code for compatibility with IE6
Volker Grabsch <vog@notjusthosting.com>
parents: 354
diff changeset
84 which don't support "position: fixed;" */
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
85 margin-top: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
86 margin-left: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
87 padding-left: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
88 padding-right: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
89 padding-top: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
90 padding-bottom: 1em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
91 width: 12em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
92 background-color: #afa;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
93 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
94 .section {
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
95 width: 30em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
96 margin-left: 17em;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
97 margin-bottom: 100%;
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
98 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
99 }
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
100 </style>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
101
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
102 </head>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
103 <body>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
104
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
105 <div id="navigation">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
106 <h1>MinGW cross&nbsp;compiling environment</h1>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
107
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
108 <ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
109 <li><a href="#introduction" >Introduction</a></li>
392
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
110 <li><a href="#screenshots" >Screenshots</a></li>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
111 <li><a href="#tutorial" >Tutorial</a></li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
112 <li><a href="#latest-release">Latest Release</a></li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
113 <li><a href="#development" >Development Version</a></li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
114 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
115 <ul>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
116 <li><a href="#requirements" >Requirements</a></li>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
117 <li><a href="#usage" >Usage</a></li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
118 <li><a href="#packages" >List of Packages</a></li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
119 <li><a href="#copyright" >Copyright</a></li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
120 <li><a href="#history" >History</a></li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
121 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
122 <ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
123 <li><a href="#see-also" >See also</a></li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
124 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
125 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
126
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
127 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
128 <h2 id="introduction">Introduction</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
129
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
130 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
131 This Makefile compiles a MinGW cross compiler and cross compiles
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
132 many free libraries such as GD and SDL. Thus, it provides a nice
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
133 MinGW cross compiling environment which
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
134 </p>
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 <ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
137 <li>
354
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
138 is designed to
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
139 <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
140 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
141 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
142 is easy to adapt and to extend
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
143 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
144 <li>
354
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
145 builds
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
146 <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
147 in addition to the cross compiler
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
148 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
149 <li>
354
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
150 can also
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
151 <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
152 of the packages,
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
153 and automatically builds their dependencies
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>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
156 downloads all needed packages
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
157 and verifies them by their checksums
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
158 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
159 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
160 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
161 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
162 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
163 directly uses source packages,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
164 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
165 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
166 <li>
354
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
167 allows inter-package and intra-package
66f9f55199c4 add links from the introduction into the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 353
diff changeset
168 <a href="#usage">parallel builds</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
169 whenever possible
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
170 </li>
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 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
173 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
174 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
175 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
176
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
177 <div class="section">
392
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
178 <h2 id="screenshots">Screenshots</h2>
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
179
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
180 <p>
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
181 Cross compiling
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
182 <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
183 </p>
402
09069df73740 add alt="..." attributes to the screenshots
Volker Grabsch <vog@notjusthosting.com>
parents: 400
diff changeset
184 <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
185
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
186 <p>
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
187 and running it:
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
188 </p>
402
09069df73740 add alt="..." attributes to the screenshots
Volker Grabsch <vog@notjusthosting.com>
parents: 400
diff changeset
189 <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
190 </div>
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
191
7231888a5658 screenshots for the docs (by Hans Bezemer)
Volker Grabsch <vog@notjusthosting.com>
parents: 390
diff changeset
192 <div class="section">
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
193 <h2 id="tutorial">Tutorial</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
194
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
195 <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
196
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
197 <p>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
198 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
199 mingw-cross-env's
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
200 <a href="#requirements">requirements</a>.
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
201 You probably need to install some stuff.
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
202 </p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
203
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
204 <p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
205 When everything is fine, download the
385
f1ecc32b1b39 small improvement of the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 384
diff changeset
206 <a href="#latest-release">latest release</a>:
f1ecc32b1b39 small improvement of the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 384
diff changeset
207 </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
208 <pre>wget http://download.savannah.nongnu.org/releases/mingw-cross-env/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
209 <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
210 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
211 </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
212 <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
213
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
214 <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
215 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
216 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
217 </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
218
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
219 <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
220
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>
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
222 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
223 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
224 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
225 /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
226 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
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 <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
229 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
230 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
231
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 <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
233 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
234 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
235 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
236 </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
237 <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
238 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
239 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
240
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 <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
242 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
243 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
244 </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
245 <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
246
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
247 <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
248
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 <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
250 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
251 mingw-cross-env.
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
252 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
253 </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
254
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 <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
256 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
257 </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
258 <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
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 you're in for a long wait,
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
261 because it compiles
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
262 <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
263 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
264 so you're free to do whatever you like
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
265 &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
266 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
267 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
268 </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
269
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 <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
271 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
272 </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
273 <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
274 <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
275 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
276 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
277 <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
278 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
279 </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
280 <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
281 <p>
611
20f283c22597 fixed typo
Volker Grabsch <vog@notjusthosting.com>
parents: 610
diff changeset
282 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
283 </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
284
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 <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
286 After you're done it just needs a little post-installation.
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
287 </p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
288
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
289 <h3>Step 4: Environment Variables</h3>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
290
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
291 <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
292 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
293 </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
294 <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
295
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 <p>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
297 Note that any 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
298 (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
299 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
300 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
301 </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
302
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
303 <p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
304 Congratulations!
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
305 You're ready to cross compile anything you like.
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
306 </p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
307
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
308 <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
309
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
310 <p>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
311 If you use the
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
312 <a href="http://www.lrde.epita.fr/~adl/autotools.html">Autotools</a>,
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
313 all you have to do is:
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
314 </p>
462
80eba052dff1 update default target in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 452
diff changeset
315 <pre>./configure --host=<span class="target">i686-pc-mingw32</span>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
316 make</pre>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
317
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
318 <p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
319 Don't worry about a warning like this:
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
320 </p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
321 <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
322 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
323 <p>
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
324 Everything will be just fine.
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
463
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
327 <h3>Step 5b: Cross compile your Project (Qt)</h3>
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
328
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
329 <p>
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
330 If you have a
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
331 <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
332 all you have to do is:
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
333 </p>
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
334 <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
335 make</pre>
503
164b71d374f4 add a note to the docs about static Qt plugins
Volker Grabsch <vog@notjusthosting.com>
parents: 502
diff changeset
336 <p>
506
d544205f9b52 improved documentation note about static Qt plugins
Volker Grabsch <vog@notjusthosting.com>
parents: 503
diff changeset
337 If you are using Qt plugins
d544205f9b52 improved documentation note about static Qt plugins
Volker Grabsch <vog@notjusthosting.com>
parents: 503
diff changeset
338 such as database drivers or graphics plugins,
503
164b71d374f4 add a note to the docs about static Qt plugins
Volker Grabsch <vog@notjusthosting.com>
parents: 502
diff changeset
339 you should also have a look at the
164b71d374f4 add a note to the docs about static Qt plugins
Volker Grabsch <vog@notjusthosting.com>
parents: 502
diff changeset
340 <a href="http://qt.nokia.com/doc/plugins-howto.html#static-plugins">Qt documentation about static plugins</a>.
164b71d374f4 add a note to the docs about static Qt plugins
Volker Grabsch <vog@notjusthosting.com>
parents: 502
diff changeset
341 </p>
463
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
342
699fdda7068e add a note about Qt to the tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 462
diff changeset
343 <h3>Step 5c: Cross compile your Project (Makefile)</h3>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
344
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 If you have a handwritten Makefile,
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
347 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
348 </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
349 <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
350 LD=$(CROSS)ld
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
351 AR=$(CROSS)ar</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
352 <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
353 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
354 </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
355
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
356 <p>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
357 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
358 </p>
462
80eba052dff1 update default target in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 452
diff changeset
359 <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
360 <p>
367
8ab59fc935ef improved tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 366
diff changeset
361 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
362 </p>
417
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
363
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
364 <h3>Step 5d: Cross compile your Project (OSG)</h3>
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
365
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
366 <p>
673
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
367 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
368 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
369 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
370 </p>
673
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
371 <pre>#ifdef OSG_LIBRARY_STATIC
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
372 USE_GRAPHICSWINDOW()
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
373 USE_OSGPLUGIN(&lt;plugin1&gt;)
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
374 USE_OSGPLUGIN(&lt;plugin2&gt;)
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
375 ...
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
376 #endif</pre>
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
377 <p>
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
378 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
379 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
380 compiled with the following command:
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
381 </p>
673
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
382 <pre>i686-pc-mingw32-g++ \
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
383 -o osgstaticviewer.exe examples/osgstaticviewer/osgstaticviewer.cpp \
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
384 `i686-pc-mingw32-pkg-config --cflags openscenegraph-osgViewer openscenegraph-osgPlugins` \
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
385 `i686-pc-mingw32-pkg-config --static --libs openscenegraph-osgViewer openscenegraph-osgPlugins`</pre>
673
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
386 <p>
cd4bb34b43a2 improvements for package openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 647
diff changeset
387 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
388 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
389 </p>
647
e62e7f0d2650 new package: openscenegraph (by Martin Lambers)
Volker Grabsch <vog@notjusthosting.com>
parents: 642
diff changeset
390
417
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
391 <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
392
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
393 <p>
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
394 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
395 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
396 <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
397 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
398 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
399 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
400 </p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
401 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
402
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
403 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
404 <h2 id="latest-release">Latest Release</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
405
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
406 <dl>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
407
689
19073a2914b9 reveal the current version number automatically from doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 682
diff changeset
408 <dt>2010-xx-xx &ndash; Release <span id="latest-version">2.11</span></dt>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
409 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
410 <p>
614
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
411 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.11.tar.gz">Download</a> |
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
412 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.11">Changelog</a>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
413 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
414
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
415 <p>
690
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
416 This release fixes some minor build issues,
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
417 and contains a first small set of test programs
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
418 to check the package builds.
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
419 </p>
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
420
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
421 <p>
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
422 The build rules are simplified
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
423 by calling generators like Autotools and Flex,
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
424 instead of patching the generated files.
452
ade2c475c772 new package: qt (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents: 451
diff changeset
425 </p>
ade2c475c772 new package: qt (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents: 451
diff changeset
426
ade2c475c772 new package: qt (by Mark Brand)
Volker Grabsch <vog@notjusthosting.com>
parents: 451
diff changeset
427 <p>
417
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
428 Almost all packages are updated to their latest version.
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
429 </p>
690
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
430
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
431 <p>
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
432 Many new packages are supported:
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
433 aubio, devil, directx, exiv2, fftw, gsoap, id3lib,
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
434 liblo, libpano13, libsamplerate, openscenegraph
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
435 and portaudio.
8562d568a07a update release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 689
diff changeset
436 </p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
437 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
438
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
439 <dt>Old Releases</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
440 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
441 <a href="#history">History</a>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
442 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
443
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
444 </dl>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
445 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
446
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
447 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
448 <h2 id="development">Development Version</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
449
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
450 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
451 To obtain the current development version,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
452 install
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
453 <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
454 and run:
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
455 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
456
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
457 <pre>hg clone http://hg.savannah.nongnu.org/hgweb/mingw-cross-env mingw-cross-env</pre>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
458
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
459 <p>
539
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
460 To retrieve updates, run:
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
461 </p>
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
462
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
463 <pre>hg pull -u</pre>
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
464
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
465 <p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
466 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
467 <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
468 </p>
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
469
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
470 <p>
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
471 In addition,
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
472 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
473 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>.
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
474 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
475 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
476
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
477 <div class="section">
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
478 <h2 id="requirements">Requirements</h2>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
479
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
480 <p>
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
481 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
482 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
483 are installed.
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
484 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
485 </p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
486
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
487 <ul class="compact-list">
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
488 <li><a href="#requirements-debian">Debian</a></li>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
489 <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
490 <li><a href="#requirements-frugalware">Frugalware</a></li>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
491 <li><a href="#requirements-macos">MacOS</a></li>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
492 <li><a href="#requirements-solaris">Solaris</a></li>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
493 </ul>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
494
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
495 <table>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
496 <tr>
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
497 <td><a href="http://www.gnu.org/software/autoconf/">Autoconf</a></td>
701
b54c211a4b1f require at least Autoconf 2.59 because of package popt
Volker Grabsch <vog@notjusthosting.com>
parents: 700
diff changeset
498 <td>≥ 2.59</td>
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
499 </tr>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
500 <tr>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
501 <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
502 <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
503 </tr>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
504 <tr>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
505 <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
506 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
507 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
508 <tr>
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
509 <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
510 <td></td>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
511 </tr>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
512 <tr>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
513 <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
514 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
515 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
516 <tr>
636
f68e81208388 add CMake to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 625
diff changeset
517 <td><a href="http://www.cmake.org/">CMake</a></td>
f68e81208388 add CMake to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 625
diff changeset
518 <td></td>
f68e81208388 add CMake to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 625
diff changeset
519 </tr>
f68e81208388 add CMake to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 625
diff changeset
520 <tr>
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
521 <td><a href="http://flex.sourceforge.net/">Flex</a></td>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
522 <td></td>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
523 </tr>
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
524 <tr>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
525 <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
526 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
527 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
528 <tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
529 <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
530 <td>≥ 3.81</td>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
531 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
532 <tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
533 <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
534 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
535 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
536 <tr>
682
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
537 <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
538 <td></td>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
539 </tr>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
540 <tr>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
541 <td><a href="http://www.gnu.org/software/libtool/">Libtool</a></td>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
542 <td></td>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
543 </tr>
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
544 <tr>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
545 <td><a href="http://www.openssl.org/">OpenSSL</a></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
546 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
547 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
548 <tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
549 <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
550 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
551 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
552 <tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
553 <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
554 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
555 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
556 <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
557 <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
558 <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
559 <td></td>
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
560 </tr>
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
561 <tr>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
562 <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
563 <td>≥ 0.98</td>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
564 </tr>
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 <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
567 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
568 </tr>
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 <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
571 <td></td>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
572 </tr>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
573 </table>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
574
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
575 <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
576
676
24e7c507a923 add hints about where to find the exact package names for various platforms
Volker Grabsch <vog@notjusthosting.com>
parents: 675
diff changeset
577 <!-- 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
578 <pre>aptitude install -R autoconf automake bash bison bzip2 \
682
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
579 cmake flex g++ make sed libtool \
695
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
580 openssl patch perl pkg-config scons \
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
581 unzip wget</pre>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
582
373
1934a0bddc9b add requirements for 64-bit systems to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 372
diff changeset
583 <p>
383
d9bb867b1ee4 improved writing style of the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 381
diff changeset
584 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
585 </p>
375
638c11d75af2 corrected 64-bit requirements for Debian
Volker Grabsch <vog@notjusthosting.com>
parents: 374
diff changeset
586 <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
587
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
588 <h3 id="requirements-freebsd">FreeBSD</h3>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
589
676
24e7c507a923 add hints about where to find the exact package names for various platforms
Volker Grabsch <vog@notjusthosting.com>
parents: 675
diff changeset
590 <!-- http://www.freebsd.org/ports/ -->
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
591 <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \
695
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
592 gsed libtool perl pkg-config scons unzip wget</pre>
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
593
390
f4684b21c2ef add notes for 64-bit FreeBSD to the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 388
diff changeset
594 <p>
f4684b21c2ef add notes for 64-bit FreeBSD to the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 388
diff changeset
595 On 64-bit FreeBSD,
f4684b21c2ef add notes for 64-bit FreeBSD to the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 388
diff changeset
596 there are open issues with the NSIS package.
f4684b21c2ef add notes for 64-bit FreeBSD to the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 388
diff changeset
597 </p>
f4684b21c2ef add notes for 64-bit FreeBSD to the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 388
diff changeset
598
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
599 <h3 id="requirements-frugalware">Frugalware</h3>
366
6f4bc915cc2f add instructions for Frugalware
Volker Grabsch <vog@notjusthosting.com>
parents: 365
diff changeset
600
676
24e7c507a923 add hints about where to find the exact package names for various platforms
Volker Grabsch <vog@notjusthosting.com>
parents: 675
diff changeset
601 <!-- 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
602 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
682
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
603 flex gcc make sed libtool openssl patch perl \
695
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
604 pkgconfig scons unzip wget</pre>
366
6f4bc915cc2f add instructions for Frugalware
Volker Grabsch <vog@notjusthosting.com>
parents: 365
diff changeset
605
373
1934a0bddc9b add requirements for 64-bit systems to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 372
diff changeset
606 <p>
383
d9bb867b1ee4 improved writing style of the requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 381
diff changeset
607 On 64-bit Frugalware,
381
78754afb90bd corrected requirements section of the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 375
diff changeset
608 there are open issues with the NSIS package.
373
1934a0bddc9b add requirements for 64-bit systems to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 372
diff changeset
609 </p>
1934a0bddc9b add requirements for 64-bit systems to the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 372
diff changeset
610
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
611 <h3 id="requirements-macos">MacOS 10.6</h3>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
612
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
613 <p>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
614 Install
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
615 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
616 and
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
617 <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
618 then run:
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
619 </p>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
620 <!-- http://www.macports.org/ports.php -->
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
621 <pre>sudo port install autoconf automake bison cmake flex \
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
622 gmake gsed libtool pkgconfig scons wget \
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
623 gcc_select
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
624 sudo gcc_select gcc40</pre>
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
625
440
4b47b04e2e12 documentation of the issues with MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents: 436
diff changeset
626 <h3>MacOS X (≤ 10.5)</h3>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
627
365
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
628 <p>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
629 Install
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
630 <a href="http://developer.apple.com/TOOLS/xcode/">Xcode</a>
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
631 and
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
632 <a href="http://www.macports.org/">MacPorts</a>,
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
633 then run:
c3d57c32e9b5 completely revised documentation section "Prerequisites", renamed it to "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 362
diff changeset
634 </p>
676
24e7c507a923 add hints about where to find the exact package names for various platforms
Volker Grabsch <vog@notjusthosting.com>
parents: 675
diff changeset
635 <!-- http://www.macports.org/ports.php -->
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
636 <pre>sudo port install autoconf automake bison cmake flex \
695
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
637 gmake gsed libtool pkgconfig scons wget</pre>
369
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
638
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
639 <h3 id="requirements-solaris">Open Solaris 2009.06</h3>
612
f1b3169dff0f document the issues with Open Solaris 2009.06
Volker Grabsch <vog@notjusthosting.com>
parents: 611
diff changeset
640
f1b3169dff0f document the issues with Open Solaris 2009.06
Volker Grabsch <vog@notjusthosting.com>
parents: 611
diff changeset
641 <p>
f1b3169dff0f document the issues with Open Solaris 2009.06
Volker Grabsch <vog@notjusthosting.com>
parents: 611
diff changeset
642 Open Solaris seems to have a problem with Binutils 2.20.
f1b3169dff0f document the issues with Open Solaris 2009.06
Volker Grabsch <vog@notjusthosting.com>
parents: 611
diff changeset
643 It should work if you
f1b3169dff0f document the issues with Open Solaris 2009.06
Volker Grabsch <vog@notjusthosting.com>
parents: 611
diff changeset
644 downgrade mingw-cross-env's Binutils to 2.19 by hand.
f1b3169dff0f document the issues with Open Solaris 2009.06
Volker Grabsch <vog@notjusthosting.com>
parents: 611
diff changeset
645 A good solution needs yet to be found.
440
4b47b04e2e12 documentation of the issues with MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents: 436
diff changeset
646 </p>
4b47b04e2e12 documentation of the issues with MacOS 10.6
Volker Grabsch <vog@notjusthosting.com>
parents: 436
diff changeset
647
369
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
648 <h3>Solaris</h3>
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
649
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
650 <p>
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
651 First, install all requirements
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
652 that already ship with Solaris:
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
653 </p>
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://pkg.opensolaris.org/release/en/search.shtml -->
677
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
655 <pre>pfexec pkg install SUNWaconf SUNWgnu-automake-110 \
b60e3e80a69e add Autoconf, Automake, Bison and Flex to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 676
diff changeset
656 SUNWbison SUNWcmake SUNWflexlex SUNWgcc \
682
492c5a606326 add Libtool to the list of requirements
Volker Grabsch <vog@notjusthosting.com>
parents: 677
diff changeset
657 SUNWgmake SUNWgsed SUNWlibtool SUNWgzip \
695
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
658 SUNWlibm SUNWgpch SUNWgnome-common-devel \
b930f92b1f77 use the natively installed pkg-config instead of building a custom pkg-config
Volker Grabsch <vog@notjusthosting.com>
parents: 690
diff changeset
659 SUNWunzip SUNWwget</pre>
369
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
660
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
661 <p>
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
662 Then download and install SCons by hand:
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
663 </p>
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
664 <pre>wget http://prdownloads.sourceforge.net/scons/scons-1.2.0.tar.gz
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
665 tar -xzf scons-1.2.0.tar.gz
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
666 cd scons-1.2.0
966db1742377 add requirements installation instructions for Solaris (by Tony Theodore)
Volker Grabsch <vog@notjusthosting.com>
parents: 367
diff changeset
667 pfexec python setup.py install</pre>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
668 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
669
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
670 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
671 <h2 id="usage">Usage</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
672
394
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
673 <p>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
674 All build commands also download the packages if necessary.
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
675 </p>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
676
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
677 <dl class="usage">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
678
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
679 <dt>make</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
680
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
681 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
682 build all packages,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
683 non-parallel
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
684 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
685
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
686 <dt>make gcc</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
687
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
688 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
689 build a minimal useful set of packages,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
690 i.e. the cross compilers
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
691 and the most basic packages,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
692 non-parallel
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
693 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
694
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
695 <dt>make foo bar</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
696
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
697 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
698 build packages "foo", "bar" and their dependencies,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
699 non-parallel
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
700 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
701
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
702 <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
703
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
704 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
705 build packages "foo", "bar" and their dependencies,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
706 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
707 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
708 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
709
394
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
710 <dt>make download</dt>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
711
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
712 <dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
713 download all packages,
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
714 non-parallel,
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
715 such that subsequent builds work without internet access
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
716 </dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
717
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
718 <dt>make download-foo download-bar</dt>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
719
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
720 <dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
721 download packages "foo", "bar" and their dependencies,
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
722 non-parallel
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
723 </dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
724
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
725 <dt>make download-foo download-bar -j 4</dt>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
726
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
727 <dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
728 download packages "foo", "bar" and their dependencies,
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
729 where up to 4 packages are downloaded in parallel
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
730 </dd>
bb2b329f85d3 new command "make download"
Volker Grabsch <vog@notjusthosting.com>
parents: 392
diff changeset
731
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
732 <dt>make strip</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
733
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
734 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
735 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
736 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
737
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
738 <dt>make clean</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
739
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
740 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
741 remove all package builds
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
742 &ndash; use with caution!
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
743 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
744
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
745 <dt>make clean-pkg</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
746
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
747 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
748 remove all unused package files,
539
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
749 handy after a successful update
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
750 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
751
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
752 <dt>make update</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
753
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
754 <dd>
539
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
755 for internal use only!
8e5673f16eb6 improved documentation of update mechanisms
Volker Grabsch <vog@notjusthosting.com>
parents: 523
diff changeset
756 &ndash;
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
757 update the version numbers of all packages,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
758 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
759 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
760
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
761 <dt>make dist</dt>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
762
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
763 <dd>
416
2c560952dba8 let "make dist" put everything into a separate dist/ subdirectory
Volker Grabsch <vog@notjusthosting.com>
parents: 415
diff changeset
764 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
765 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
766
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
767 </dl>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
768 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
769
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
770 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
771 <h2 id="packages">List of Packages</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
772
521
804e6d3d4fe1 in the HTML documentation generation of "make dist", orient on ids rather than comments
Volker Grabsch <vog@notjusthosting.com>
parents: 514
diff changeset
773 <table id="package-list">
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
774 </table>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
775 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
776
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
777 <div class="section">
642
c90c776f9832 update copyright years
Volker Grabsch <vog@notjusthosting.com>
parents: 636
diff changeset
778 <h2 id="copyright">Copyright © 2009, 2010</h2>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
779
700
5b7a653e959e mention the distributions at the top of section "Requirements"
Volker Grabsch <vog@notjusthosting.com>
parents: 695
diff changeset
780 <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
781 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
782
417
c82e9294b774 replace the contact email address with hints to the project mailing list
Volker Grabsch <vog@notjusthosting.com>
parents: 416
diff changeset
783 <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
784 <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
785
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
786 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
787 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
788 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
789 "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
790 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
791 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
792 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
793 to the following conditions:
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
794 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
795
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
796 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
797 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
798 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
799 </p>
b1d84a42a656 improved readability of the license text
Volker Grabsch <vog@notjusthosting.com>
parents: 412
diff changeset
800
b1d84a42a656 improved readability of the license text
Volker Grabsch <vog@notjusthosting.com>
parents: 412
diff changeset
801 <p>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
802 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
803 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
804 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
805 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
806 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
807 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
808 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
809 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
810 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
811
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
812 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
813 <h2 id="history">History</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
814
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
815 <dl>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
816
614
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
817 <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
818 <dd>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
819 <p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
820 <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
821 <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
822 </p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
823
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
824 <p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
825 This release adds support for many new packages:
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
826 flac, libmad, libsndfile, sdl_net, speex, postgresql,
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
827 freetds, openssl, plotutils, taglib, lcms, freeglut,
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
828 xerces and zziplib.
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
829 </p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
830
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
831 <p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
832 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
833 </p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
834
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
835 <p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
836 In addition to the libraries
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
837 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
838 </p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
839
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
840 <p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
841 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
842 </p>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
843 </dd>
fe658ac3b709 increased version number to 2.11
Volker Grabsch <vog@notjusthosting.com>
parents: 609
diff changeset
844
502
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
845 <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
846 <dd>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
847 <p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
848 <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
849 <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
850 </p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
851
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
852 <p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
853 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
854 </p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
855
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
856 <p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
857 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
858 </p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
859
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
860 <p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
861 OpenMP support is enabled in GCC.
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
862 </p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
863
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
864 <p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
865 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
866 </p>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
867 </dd>
ccc46e51638d increased version number to 2.10
Volker Grabsch <vog@notjusthosting.com>
parents: 500
diff changeset
868
443
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
869 <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
870 <dd>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
871 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
872 <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
873 <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
874 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
875
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
876 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
877 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
878 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
879 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
880
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
881 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
882 The detailed build messages are stored into
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
883 separate log files for each package,
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
884 so parallel builds don't intermix them anymore.
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
885 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
886
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
887 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
888 The download URLs of SourceForge packages
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
889 are adjusted to ensure that
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
890 the selected SourceForge mirror is really used
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
891 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
892 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
893
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
894 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
895 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
896 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
897
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
898 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
899 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
900 <a href="https://savannah.nongnu.org/">Savannah</a>.
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
901 So all URIs have changed,
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
902 but the old URIs
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
903 redirect to the new locations seamlessly.
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
904 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
905
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
906 <p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
907 Everyone is invited to join the freshly created
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
908 <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
909 </p>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
910 </dd>
23271dff7a05 increased version number to 2.9
Volker Grabsch <vog@notjusthosting.com>
parents: 441
diff changeset
911
412
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
912 <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
913 <dd>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
914 <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
915 <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
916 <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
917 </p>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
918
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
919 <p>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
920 This release
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
921 provides an improved version recognition
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
922 for SourceForge packages.
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
923 SourceForge changed their page layout
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
924 in a way that makes it much harder
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
925 to identify the current version of a package.
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
926 </p>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
927
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
928 <p>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
929 Additionally,
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
930 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
931 </p>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
932 </dd>
87801b601eb0 increased version number to 2.8
Volker Grabsch <vog@notjusthosting.com>
parents: 410
diff changeset
933
406
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
934 <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
935 <dd>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
936 <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
937 <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
938 <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
939 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
940
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
941 <p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
942 This release contains some portability fixes
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
943 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
944 such as Frugalware.
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
945 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
946
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
947 <p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
948 The documentation and website are completely revised.
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
949 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
950
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
951 <p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
952 New packages such as
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
953 CppUnit, libUsb, NSIS, Popt, SQLite and Theora
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
954 are supported.
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
955 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
956
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
957 <p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
958 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
959 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
960
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
961 <p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
962 A new command "make download" is implemented.
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
963 </p>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
964 </dd>
10d0c1670a88 increased version number to 2.7
Volker Grabsch <vog@notjusthosting.com>
parents: 404
diff changeset
965
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
966 <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
967 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
968 <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
969 <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
970 <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
971 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
972
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
973 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
974 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
975 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
976 <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
977 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
978
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
979 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
980 This release also contains some bugfixes
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
981 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
982 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
983
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
984 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
985 All downloaded files are now
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
986 verified by their SHA-1 checksums.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
987 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
988
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
989 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
990 New versions of various packages are supported.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
991 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
992 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
993
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
994 <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
995 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
996 <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
997 <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
998 <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
999 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1000
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1001 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1002 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
1003 wxWidgets, GTK+ and OpenEXR.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1004 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1005
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1006 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1007 In addition, new versions of various packages
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1008 are supported.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1009 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1010 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1011
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1012 <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
1013 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1014 <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
1015 <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
1016 <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
1017 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1018
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1019 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1020 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
1021 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1022
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1023 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1024 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
1025 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
1026 via "make -f .../Makefile".
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1027 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1028
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1029 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1030 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
1031 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
1032 <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
1033 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1034 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1035
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1036 <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
1037 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1038 <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
1039 <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
1040 <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
1041 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1042
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1043 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1044 This release fixes some minor build problems.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1045 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1046
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1047 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1048 It also supports some new packages and
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1049 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
1050 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1051
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1052 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1053 Parallelization is now disabled by default.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1054 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1055 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1056
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1057 <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
1058 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1059 <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
1060 <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
1061 <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
1062 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1063
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1064 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1065 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
1066 They suddenly changed their download URLs.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1067 <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
1068 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1069
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1070 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1071 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
1072 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1073
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1074 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1075 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
1076 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1077 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1078
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1079 <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
1080 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1081 <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
1082 <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
1083 <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
1084 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1085
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1086 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1087 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
1088 and supports partial builds and parallel builds.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1089 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1090
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1091 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1092 As usual,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1093 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
1094 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
1095 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1096 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1097
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1098 <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
1099 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1100 <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
1101 <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
1102 <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
1103 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1104
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1105 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1106 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
1107 and has improved compile options of FLTK.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1108 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
1109 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1110
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1111 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1112 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
1113 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
1114 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1115
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1116 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1117 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
1118 instead of randomly chosen ones,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1119 because the download phase
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1120 often stumbled on some very slow mirrors.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1121 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1122 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1123
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1124 <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
1125 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1126 <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
1127 <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
1128 <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
1129 </p>
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 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1132 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
1133 made the automatic download fail.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1134 <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
1135 But it happened,
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1136 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
1137 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1138
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1139 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1140 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
1141 including support for fontconfig-2.5.0.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1142 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1143 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1144
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1145 <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
1146 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1147 <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
1148 <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
1149 <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
1150 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1151
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1152 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1153 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
1154 It also supports a new library and
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1155 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
1156 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1157 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1158
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1159 <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
1160 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1161 <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
1162 <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
1163 <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
1164 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1165
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1166 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1167 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
1168 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
1169 and adds support for many new libraries.
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1170 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1171
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1172 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1173 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
1174 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1175 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1176
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1177 <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
1178 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1179 <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
1180 <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
1181 <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
1182 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1183
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1184 <p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1185 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
1186 </p>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1187 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1188
358
71ad41f4fcc7 use &ndash; where appropriate
Volker Grabsch <vog@notjusthosting.com>
parents: 357
diff changeset
1189 <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
1190 <dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1191 </dd>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1192
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1193 </dl>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1194 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1195
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1196 <div class="section">
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1197 <h2 id="see-also">See also</h2>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1198
360
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1199 <h3>This project</h3>
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1200
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1201 <ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1202 <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
1203 <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
1204 </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
1205 <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
1206 <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
1207 </li>
db6915b73a96 mention the mailing list also in the "See also" section of the documentation
Volker Grabsch <vog@notjusthosting.com>
parents: 506
diff changeset
1208 <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
1209 <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
1210 </li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1211 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1212 <a href="http://freshmeat.net/projects/mingw_cross_env">Project entry on Freshmeat</a>
361
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1213 <br>
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
1214 with a filled
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
1215 <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
1216 </li>
361
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1217 <li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1218 <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
1219 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1220 and the discussion around it
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1221 </li>
360
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1222 </ul>
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1223
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1224 <h3>Related projects</h3>
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1225
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1226 <ul>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1227 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1228 <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
1229 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1230 another project with similar goal
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1231 </li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1232 <li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1233 <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
1234 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1235 bare win32 cross compiler
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1236 </li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1237 <li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1238 <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1239 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1240 win32 ports of many free software packages
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1241 </li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1242 <li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1243 <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
1244 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1245 old script provided by the
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1246 <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
1247 </li>
360
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1248 </ul>
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1249
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1250 <h3>Articles</h3>
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1251
39bbfa41d808 improved structure of the documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 359
diff changeset
1252 <ul>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1253 <li>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1254 <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
1255 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1256 appeared on
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1257 <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
1258 and
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1259 <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
1260 </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
1261 <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
1262 <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
1263 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1264 overview of win32 cross compiling
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1265 </li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1266 <li>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1267 <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
1268 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1269 official tutorial of the
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1270 <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
1271 </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
1272 <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
1273 <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
1274 <br>
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1275 old tutorial provided by the
ac2184b06162 revised documentation section "See also"
Volker Grabsch <vog@notjusthosting.com>
parents: 360
diff changeset
1276 <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
1277 </li>
353
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1278 </ul>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1279 </div>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1280
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1281 </body>
94ba675f6705 renamed doc/README.html to doc/index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1282 </html>