annotate index.html @ 2355:e48270110799

Remove unneeded classes in index.html
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 12:27:14 +0200
parents 99516e73b368
children c15638fca657
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2353
99516e73b368 Move doc/index.html -> 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">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2 <html>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3 <head>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 <title>MXE (M cross environment)</title>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 <style type="text/css">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 body {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 font-size: 11pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 margin-top: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14 h1, h2, h3 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 font-family: sans-serif;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 h2 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 font-size: 14pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
20 h3 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21 font-size: 11pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
22 background-color: #eee;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
23 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
24 ul {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
25 padding-left: 2em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
26 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
27 li, dt {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
28 margin-bottom: 0.8em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
29 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
30 .compact-list li {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
31 margin-bottom: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
32 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
33 .usage dt {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
34 font-family: monospace;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
35 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
36 dd {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
37 margin-bottom: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
38 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
39 table {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
40 border-collapse: separate;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
41 border-spacing: 1px;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
42 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
43 table.translation td {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
44 padding-left: 0.5em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
45 padding-right: 0.5em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
46 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
47 td, dt {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
48 background-color: #eee;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
49 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
50 pre {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
51 font-size: 8pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
52 border: thin dotted #ccc;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
53 padding: 2pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
54 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
55 img {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
56 border: thin solid #000;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
57 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
58 #navigation a {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
59 text-decoration: none;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
60 color: #00f;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
61 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
62 #navigation a:visited {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
63 text-decoration: none;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
64 color: #009;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
65 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
66 #navigation ul {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
67 padding-left: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
68 margin-left: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
69 margin-top: 1.5em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
70 margin-bottom: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
71 list-style-type: none;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
72 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
73 #navigation li {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
74 margin-bottom: 0.2em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
75 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
76 @media screen, handheld {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
77 h1 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
78 font-size: 12pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
79 margin-top: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
80 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
81 h2 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
82 margin-top: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
83 padding-top: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
84 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
85 #navigation {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
86 position: fixed;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
87 float: left; /* hack for ancient browsers
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
88 which don't support "position: fixed;" */
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
89 margin-top: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
90 margin-left: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
91 padding-left: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
92 padding-right: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
93 padding-top: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
94 padding-bottom: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
95 width: 14em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
96 background-color: #afa;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
97 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
98 .section {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
99 width: 30em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
100 margin-left: 19em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
101 margin-bottom: 100%;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
102 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
103 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
104 </style>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
105
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
106 </head>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
107 <body>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
108
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
109 <div id="navigation">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
110 <h1>MXE (M&nbsp;cross&nbsp;environment)</h1>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
111
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
112 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
113 <li><a href="#introduction" >Introduction</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
114 <li><a href="#screenshots" >Screenshots</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
115 <li><a href="#tutorial" >Tutorial</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
116 <li><a href="#download" >Download</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
117 <li><a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">Mailing List</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
118 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
119 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
120 <li><a href="#requirements" >Requirements</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
121 <li><a href="#usage" >Usage</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
122 <li><a href="#packages" >List of Packages</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
123 <li><a href="#creating-packages">Creating Packages</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
124 <li><a href="#copyright" >Copyright</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
125 <li><a href="#history" >History</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
126 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
127 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
128 <li><a href="#see-also" >See also</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
129 <li><a href="#used-by" >Used by</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
130 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
131 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
132
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
133 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
134 <h2 id="introduction">Introduction</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
135
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
136 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
137 MXE (M cross environment) is a Makefile that
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
138 compiles a cross compiler and cross compiles
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
139 many free libraries such as SDL and Qt. Thus,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
140 it provides a nice cross compiling environment
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
141 for various target platforms, which
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
142 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
143
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
144 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
145 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
146 is designed to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
147 <a href="#requirements">run on any Unix system</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
148 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
149 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
150 is easy to adapt and to extend
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
151 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
152 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
153 builds
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
154 <a href="#packages">many free libraries</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
155 in addition to the cross compiler
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
156 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
157 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
158 can also
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
159 <a href="#usage">build just a subset</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
160 of the packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
161 and automatically builds their dependencies
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
162 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
163 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
164 downloads all needed packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
165 and verifies them by their checksums
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
166 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
167 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
168 is able to update the version numbers of all packages automatically
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
169 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
170 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
171 directly uses source packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
172 thus ensuring the whole build mechanism is transparent
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
173 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
174 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
175 allows inter-package and intra-package
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
176 <a href="#usage">parallel builds</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
177 whenever possible
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
178 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
179 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
180 is already
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
181 <a href="#used-by">used by several projects</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
182 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
183 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
184 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
185
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
186 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
187 <h2 id="screenshots">Screenshots</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
188
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
189 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
190 Cross compiling
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
191 <a href="http://www.xs4all.nl/~thebeez/4tH/">4tH</a>:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
192 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
193 <a href="doc/screenshot-4th-compile.png"><img src="doc/screenshot-4th-compile-small.png" alt="4th-compile"></a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
194
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
195 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
196 and running it:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
197 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
198 <a href="doc/screenshot-4th-run.png"><img src="doc/screenshot-4th-run-small.png" alt="4th-run"></a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
199 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
200
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
201 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
202 <h2 id="tutorial">Tutorial</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
203
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
204 <h3>Step 1: Download and Unpack</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
205
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
206 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
207 First, you should ensure that your system meets
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
208 MXE's
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
209 <a href="#requirements">requirements</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
210 You will almost certainly have to install some stuff.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
211 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
212
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
213 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
214 When everything is fine, download the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
215 <a href="#download">current stable version</a>:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
216 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
217 <pre>git clone -b stable https://github.com/mxe/mxe.git</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
218
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
219 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
220 If you don't mind installing it in your home directory,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
221 just skip the following step and go straight to step 3.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
222 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
223
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
224 <h3>Step 2: System-wide Installation (optional)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
225
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
226 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
227 Now you should save any previous installation
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
228 of the MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
229 Assuming you've installed it under
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
230 /opt/mxe (any other directory will do as well),
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
231 you should execute the following commands:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
232 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
233 <pre>su
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
234 mv /opt/mxe /opt/mxe.old
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
235 exit</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
236
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
237 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
238 Then you need to transfer the entire directory to its definitive location.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
239 We will assume again you use /opt/mxe,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
240 but feel free to use any other directory if you like.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
241 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
242 <pre>su
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
243 mv mxe /opt/mxe
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
244 exit</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
245
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
246 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
247 We're almost done.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
248 Just change to your newly created directory and get going:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
249 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
250 <pre>cd /opt/mxe</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
251
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
252 <h3>Step 3: Build MXE</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
253
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
254 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
255 Enter the directory where you've downloaded the MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
256 Now it depends on what you actually want &ndash; or need.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
257 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
258
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
259 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
260 If you choose to enter:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
261 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
262 <pre>make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
263 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
264 you're in for a long wait,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
265 because it compiles
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
266 <a href="#packages">a lot of packages</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
267 On the other hand it doesn't require any intervention,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
268 so you're free to do whatever you like
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
269 &ndash; like watch a movie or go for a night on the town.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
270 When it's done you'll find that you've installed
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
271 a very capable Win32 cross compiler onto your system.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
272 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
273
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
274 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
275 If you only need the most basic tools you can also use:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
276 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
277 <pre>make gcc</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
278 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
279 and add any additional packages you need later on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
280 You can also supply a host of packages on the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
281 <a href="#usage">command line</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
282 e.g.:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
283 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
284 <pre>make gtk lua libidn</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
285 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
286 You'll always end up with a consistent cross compiling environment.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
287 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
288
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
289 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
290 After you're done it just needs a little post-installation.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
291 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
292
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
293 <h3>Step 4: Environment Variables</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
294
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
295 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
296 Edit your .bashrc script in order to change $PATH:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
297 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
298 <pre>export PATH=/<em>where MXE is installed</em>/usr/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
299
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
300 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
301 In case you are using custom $PKG_CONFIG_PATH entries,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
302 you can add separate entries for cross builds:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
303 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
304 <pre>export PKG_CONFIG_PATH="<em>entries for native builds</em>"</pre>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
305 <pre>export PKG_CONFIG_PATH_i686_pc_mingw32="<em>entries for MXE builds</em>"</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
306 <p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
307 Remember to use i686-pc-mingw32-pkg-config
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
308 instead of pkg-config for cross builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
309 The Autotools do that automatically for you.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
310 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
311
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
312 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
313 Note that any other compiler related environment variables
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
314 (like $CC, $LDFLAGS, etc.)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
315 may spoil your compiling pleasure,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
316 so be sure to delete or disable those.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
317 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
318
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
319 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
320 Congratulations!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
321 You're ready to cross compile anything you like.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
322 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
323
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
324 <h3>Step 5a: Cross compile your Project (Autotools)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
325
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
326 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
327 If you use the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
328 <a href="http://www.lrde.epita.fr/~adl/autotools.html">Autotools</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
329 all you have to do is:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
330 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
331 <pre>./configure --host=i686-pc-mingw32
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
332 make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
333
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
334 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
335 If you build a library, you might also want to enforce a static build:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
336 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
337 <pre>./configure --host=i686-pc-mingw32 --enable-static --disable-shared
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
338 make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
339
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
340 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
341 Don't worry about a warning like this:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
342 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
343 <pre>configure: WARNING: If you wanted to set the --build type, don't use --host.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
344 If a cross compiler is detected then cross compile mode will be used.</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
345 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
346 Everything will be just fine.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
347 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
348
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
349 <h3>Step 5b: Cross compile your Project (CMake)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
350
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
351 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
352 If you have a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
353 <a href="http://www.cmake.org/">CMake</a> project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
354 you can use the provided toolchain file:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
355 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
356 <pre>cmake ... -DCMAKE_TOOLCHAIN_FILE=/<em>where MXE is installed</em>/usr/i686-pc-mingw32/share/cmake/mingw-cross-env-conf.cmake</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
357
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
358 <h3>Step 5c: Cross compile your Project (Qt)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
359
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
360 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
361 If you have a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
362 <a href="http://qt.nokia.com/">Qt</a> application,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
363 all you have to do is:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
364 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
365 <pre>i686-pc-mingw32-qmake
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
366 make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
367 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
368 If you are using Qt plugins
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
369 such as the svg or ico image handlers,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
370 you should also have a look at the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
371 <a href="http://qt.nokia.com/doc/plugins-howto.html#static-plugins">Qt documentation about static plugins</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
372 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
373 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
374 Note the sql drivers (-qt-sql-*)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
375 and the image handlers for jpeg, tiff, gif and mng
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
376 are built-in, <em>not</em> plugins.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
377 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
378
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
379 <h3>Step 5d: Cross compile your Project (Makefile)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
380
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
381 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
382 If you have a handwritten Makefile,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
383 you probably will have to make a few adjustments to it:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
384 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
385 <pre>CC=$(CROSS)gcc
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
386 LD=$(CROSS)ld
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
387 AR=$(CROSS)ar
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
388 PKG_CONFIG=$(CROSS)pkg-config</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
389 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
390 You may have to add a few others, depending on your project.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
391 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
392
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
393 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
394 Then, all you have to do is:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
395 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
396 <pre>make CROSS=i686-pc-mingw32-</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
397 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
398 That's it!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
399 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
400
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
401 <h3>Step 5e: Cross compile your Project (OSG)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
402
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
403 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
404 Using static OpenSceneGraph libraries requires a few changes to your source.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
405 The graphics subsystem and all plugins required by your application must be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
406 referenced explicitly. Use a code block like the following:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
407 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
408 <pre>#ifdef OSG_LIBRARY_STATIC
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
409 USE_GRAPHICSWINDOW()
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
410 USE_OSGPLUGIN(&lt;plugin1&gt;)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
411 USE_OSGPLUGIN(&lt;plugin2&gt;)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
412 ...
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
413 #endif</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
414 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
415 Look at <code>examples/osgstaticviewer/osgstaticviewer.cpp</code> in the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
416 OpenSceneGraph source distribution for an example. This example can be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
417 compiled with the following command:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
418 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
419 <pre>i686-pc-mingw32-g++ \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
420 -o osgstaticviewer.exe examples/osgstaticviewer/osgstaticviewer.cpp \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
421 `i686-pc-mingw32-pkg-config --cflags openscenegraph-osgViewer openscenegraph-osgPlugins` \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
422 `i686-pc-mingw32-pkg-config --libs openscenegraph-osgViewer openscenegraph-osgPlugins`</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
423 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
424 The <code>i686-pc-mingw32-pkg-config</code> command from MXE will
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
425 automatically add <code>-DOSG_LIBRARY_STATIC</code> to your compiler flags.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
426 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
427
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
428 <h3>Further Steps</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
429
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
430 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
431 If you need further assistance,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
432 feel free to join the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
433 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
434 where you'll get in touch with
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
435 the MXE developers
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
436 and other users.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
437 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
438 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
439
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
440 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
441 <div id="latest-release"></div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
442 <div id="development"></div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
443 <h2 id="download">Download</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
444
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
445 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
446 To obtain the current stable version, run:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
447 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
448
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
449 <pre>git clone -b stable https://github.com/mxe/mxe.git</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
450
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
451 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
452 The development version can be obtained by:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
453 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
454
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
455 <pre>git clone -b master https://github.com/mxe/mxe.git</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
456
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
457 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
458 To retrieve updates, run:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
459 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
460
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
461 <pre>git pull</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
462
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
463 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
464 You can also browse the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
465 <a href="https://github.com/mxe/mxe">web repository</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
466 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
467
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
468 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
469 In addition,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
470 feel free to join the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
471 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
472 and to <a href="#creating-packages">propose new packages</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
473 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
474
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
475 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
476 For the sake of simplicity, there are just two
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
477 branches, "master" and "stable". Although it might
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
478 seem obvious, here's an overview of the types of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
479 changes that go into each branch:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
480 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
481
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
482 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
483 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
484 Any change of a build script goes into "master".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
485 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
486 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
487 Any package upgrade goes into "master".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
488 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
489 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
490 Any documentation upgrade that refers to a feature
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
491 not present in stable goes into "master".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
492 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
493 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
494 Anything else that doesn't affect the build goes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
495 into "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
496 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
497 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
498 Any non-critical improvement to the main Makefile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
499 goes into "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
500 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
501 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
502 Any improvement in the package download URLs or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
503 package version recognition goes into "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
504 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
505 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
506 When in doubt, "master" is used rather than "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
507 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
508 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
509 After a successful testing phase, the whole "master"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
510 branch will be merged into "stable" (fast-forward).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
511 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
512 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
513 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
514
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
515 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
516 <h2 id="requirements">Requirements</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
517
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
518 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
519 Mingw-cross-env requires a recent Unix system where
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
520 all components as stated in the table below
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
521 are installed.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
522 Detailed instructions are available for:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
523 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
524
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
525 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
526 <li><a href="#requirements-debian">Debian</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
527 <li><a href="#requirements-fedora">Fedora</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
528 <li><a href="#requirements-freebsd">FreeBSD</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
529 <li><a href="#requirements-frugalware">Frugalware</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
530 <li><a href="#requirements-gentoo">Gentoo</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
531 <li><a href="#requirements-macos">Mac OS X</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
532 <li><a href="#requirements-opensuse">openSUSE</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
533 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
534
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
535 <table class="requirements">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
536 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
537 <td><a href="http://www.gnu.org/software/autoconf/">Autoconf</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
538 <td>≥ 2.64</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
539 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
540 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
541 <td><a href="http://sources.redhat.com/automake/">Automake</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
542 <td>≥ 1.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
543 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
544 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
545 <td><a href="http://www.gnu.org/software/bash/">Bash</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
546 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
547 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
548 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
549 <td><a href="http://www.gnu.org/software/bison/">Bison</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
550 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
551 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
552 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
553 <td><a href="http://www.bzip.org/">Bzip2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
554 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
555 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
556 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
557 <td><a href="http://www.cmake.org/">CMake</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
558 <td>≥ 2.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
559 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
560 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
561 <td><a href="http://flex.sourceforge.net/">Flex</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
562 <td>≥ 2.5.31</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
563 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
564 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
565 <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
566 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
567 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
568 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
569 <td><a href="http://git-scm.com/">Git</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
570 <td>≥ 1.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
571 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
572 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
573 <td><a href="http://www.gnu.org/s/gettext/">GNU Gettext</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
574 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
575 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
576 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
577 <td><a href="http://www.gnu.org/software/make/">GNU Make</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
578 <td>≥ 3.81</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
579 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
580 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
581 <td><a href="http://www.gnu.org/software/sed/">GNU Sed</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
582 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
583 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
584 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
585 <td><a href="http://freedesktop.org/wiki/Software/intltool/">Intltool</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
586 <td>≥ 0.40</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
587 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
588 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
589 <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
590 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
591 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
592 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
593 <td><a href="http://www.gnu.org/software/libtool/">Libtool</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
594 <td>≥ 2.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
595 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
596 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
597 <td><a href="http://www.openssl.org/">OpenSSL</a>-dev</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
598 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
599 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
600 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
601 <td><a href="http://www.gnu.org/software/patch/">Patch</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
602 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
603 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
604 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
605 <td><a href="http://www.perl.org/">Perl</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
606 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
607 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
608 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
609 <td><a href="http://search.cpan.org/dist/XML-Parser/Parser.pm">Perl XML::Parser</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
610 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
611 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
612 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
613 <td><a href="http://pkg-config.freedesktop.org/">Pkg-config</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
614 <td>≥ 0.16</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
615 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
616 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
617 <td><a href="http://www.scons.org/">SCons</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
618 <td>≥ 0.98</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
619 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
620 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
621 <td><a href="http://www.info-zip.org/UnZip.html">UnZip</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
622 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
623 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
624 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
625 <td><a href="http://www.gnu.org/software/wget/">Wget</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
626 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
627 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
628 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
629 <td><a href="http://tukaani.org/xz/">XZ Utils</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
630 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
631 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
632 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
633 <td><a href="http://www.tortall.net/projects/yasm/">Yasm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
634 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
635 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
636 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
637
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
638 <h3 id="requirements-debian">Debian (GNU/kFreeBSD &amp; GNU/Linux)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
639
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
640 <!-- http://www.debian.org/distrib/packages#search_packages -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
641 <pre>aptitude install -R autoconf automake bash bison bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
642 cmake flex gettext git g++ intltool \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
643 libtool libltdl-dev openssl libssl-dev \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
644 libxml-parser-perl make patch perl \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
645 pkg-config scons sed unzip wget \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
646 xz-utils yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
647
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
648 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
649 On 64-bit Debian, install also:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
650 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
651 <pre>aptitude install -R g++-multilib</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
652
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
653 <h3 id="requirements-fedora">Fedora</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
654
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
655 <!-- https://admin.fedoraproject.org/pkgdb/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
656 <pre>yum install autoconf automake bash bison bzip2 cmake \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
657 flex gcc-c++ gettext git intltool make sed \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
658 libtool openssl-devel patch perl pkgconfig \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
659 scons yasm unzip wget xz</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
660
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
661 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
662 On 64-bit Fedora,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
663 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
664 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
665
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
666 <h3 id="requirements-freebsd">FreeBSD</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
667
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
668 <!-- http://www.freshports.org/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
669 <pre>pkg_add -r automake111 autoconf268 bash bison cmake \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
670 flex gettext git gmake gsed intltool libtool \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
671 openssl patch perl p5-XML-Parser pkg-config \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
672 scons unzip wget yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
673
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
674 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
675 Ensure that /usr/local/bin precedes /usr/bin in your $PATH:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
676 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
677 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
678 For C style shells, edit .cshrc
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
679 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
680 <pre>setenv PATH /usr/local/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
681 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
682 For Bourne shells, edit .profile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
683 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
684 <pre>export PATH = /usr/local/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
685 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
686 On 64-bit FreeBSD,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
687 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
688 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
689
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
690 <h3 id="requirements-frugalware">Frugalware</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
691
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
692 <!-- http://www.frugalware.org/packages -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
693 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
694 flex gcc gettext git intltool make sed libtool \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
695 openssl patch perl perl-xml-parser pkgconfig \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
696 scons unzip wget xz xz-lzma yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
697
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
698 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
699 On 64-bit Frugalware,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
700 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
701 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
702
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
703 <h3 id="requirements-gentoo">Gentoo</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
704
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
705 <!-- http://packages.gentoo.org/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
706 <pre>emerge sys-devel/autoconf sys-devel/automake \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
707 app-shells/bash sys-devel/bison app-arch/bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
708 dev-util/cmake sys-devel/flex sys-devel/gcc \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
709 sys-devel/gettext dev-vcs/git \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
710 dev-util/intltool sys-devel/make sys-apps/sed \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
711 sys-devel/libtool dev-libs/openssl sys-devel/patch \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
712 dev-lang/perl dev-perl/XML-Parser \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
713 dev-util/pkgconfig dev-util/scons app-arch/unzip \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
714 net-misc/wget app-arch/xz-utils dev-lang/yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
715
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
716 <h3 id="requirements-macos">Mac OS X</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
717
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
718 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
719 Install
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
720 <a href="http://developer.apple.com/xcode/">Xcode 4</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
721 and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
722 <a href="http://www.macports.org/">MacPorts</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
723 then run:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
724 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
725 <!-- http://www.macports.org/ports.php -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
726 <pre>sudo port install autoconf automake bison cmake flex \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
727 gettext git-core gsed intltool libtool \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
728 openssl p5-xml-parser pkgconfig scons \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
729 wget xz yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
730 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
731 Mac OS X versions ≤ 10.6 are no longer supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
732 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
733
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
734 <h3 id="requirements-opensuse">openSUSE</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
735
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
736 <!-- http://software.opensuse.org/113/en -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
737 <pre>zypper install -R autoconf automake bash bison bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
738 cmake flex gcc-c++ gettext-tools git \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
739 intltool libtool make openssl \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
740 libopenssl-devel patch perl \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
741 perl-XML-Parser pkg-config scons \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
742 sed unzip wget xz yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
743
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
744 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
745 On 64-bit openSUSE, install also:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
746 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
747 <pre>zypper install -R gcc-32bit glibc-devel-32bit \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
748 libgcc46-32bit libgomp46-32bit \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
749 libstdc++46-devel-32bit</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
750
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
751 <h3 id="open-issue-nsis">Open Issues with NSIS</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
752
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
753 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
754 The NSIS package contains some native tools that are
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
755 currently 32-bit only. In order to build these on a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
756 64-bit system, multi-lib support must be enabled in the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
757 compiler toolchain. However, not all operating systems
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
758 support this.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
759 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
760 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
761 Since no other packages depend on it, the remainder of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
762 MXE can be successfully built by simply
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
763 removing the package:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
764 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
765 <pre>rm <em>where MXE is downloaded</em>/src/nsis.mk</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
766 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
767
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
768 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
769 <h2 id="usage">Usage</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
770
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
771 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
772 All build commands also download the packages if necessary.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
773 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
774 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
775 In a BSD userland, substitute "make" with "gmake".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
776 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
777 <dl class="usage">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
778
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
779 <dt>make</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
780
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
781 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
782 build all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
783 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
784 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
785
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
786 <dt>make gcc</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
787
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
788 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
789 build a minimal useful set of packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
790 i.e. the cross compilers
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
791 and the most basic packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
792 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
793 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
794
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
795 <dt>make foo bar</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
796
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
797 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
798 build packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
799 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
800 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
801
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
802 <dt>make foo bar -j 4 JOBS=2</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
803
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
804 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
805 build packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
806 where up to 4 packages are build in parallel,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
807 each with up to 2 compiler processes running in parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
808 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
809
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
810 <dt>make check-requirements</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
811
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
812 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
813 check most of the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
814 <a href="#requirements">requirements</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
815 if necessary
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
816 &ndash; executed automatically
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
817 before building packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
818 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
819
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
820 <dt>make download</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
821
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
822 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
823 download all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
824 non-parallel,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
825 such that subsequent builds work without internet access
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
826 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
827
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
828 <dt>make download-foo download-bar</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
829
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
830 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
831 download packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
832 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
833 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
834
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
835 <dt>make download-foo download-bar -j 4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
836
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
837 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
838 download packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
839 where up to 4 packages are downloaded in parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
840 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
841
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
842 <dt>make clean</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
843
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
844 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
845 remove all package builds
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
846 &ndash; use with caution!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
847 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
848
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
849 <dt>make clean-pkg</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
850
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
851 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
852 remove all unused package files,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
853 handy after a successful update
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
854 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
855
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
856 <dt>make update</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
857
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
858 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
859 for internal use only!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
860 &ndash;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
861 update the version numbers of all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
862 download the new versions and note their checksums
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
863 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
864
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
865 <dt>make dist</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
866
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
867 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
868 build a source distribution tarball and the website
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
869 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
870
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
871 </dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
872 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
873
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
874 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
875 <h2 id="packages">List of Packages</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
876
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
877 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
878 See something missing? Feel free to <a href="#creating-packages">create a new package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
879 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
880 <table id="package-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
881 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
882 <td><a href="http://www.antigrain.com">agg</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
883 <td id="agg-version">2.5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
884 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
885 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
886 <td><a href="http://www.gtk.org/">atk</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
887 <td id="atk-version">2.2.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
888 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
889 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
890 <td><a href="http://www.gtkmm.org/">atkmm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
891 <td id="atkmm-version">2.22.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
892 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
893 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
894 <td><a href="http://www.aubio.org">aubio</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
895 <td id="aubio-version">0.3.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
896 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
897 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
898 <td><a href="http://www.gnu.org/software/binutils/">bfd</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
899 <td id="bfd-version">2.22</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
900 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
901 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
902 <td><a href="http://www.gnu.org/software/binutils/">binutils</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
903 <td id="binutils-version">2.22</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
904 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
905 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
906 <td><a href="http://www.netlib.org/blas/">blas</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
907 <td id="blas-version">1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
908 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
909 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
910 <td><a href="http://www.boost.org/">boost</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
911 <td id="boost-version">1.49.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
912 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
913 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
914 <td><a href="http://www.bzip.org/">bzip2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
915 <td id="bzip2-version">1.0.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
916 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
917 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
918 <td><a href="http://cairographics.org/">cairo</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
919 <td id="cairo-version">1.10.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
920 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
921 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
922 <td><a href="http://cairographics.org/cairomm/">cairomm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
923 <td id="cairomm-version">1.10.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
924 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
925 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
926 <td><a href="http://www.netlib.org/blas/">cblas</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
927 <td id="cblas-version">1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
928 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
929 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
930 <td><a href="http://www.cgal.org/">cgal</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
931 <td id="cgal-version">4.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
932 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
933 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
934 <td><a href="http://apps.sourceforge.net/mediawiki/cppunit/">cppunit</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
935 <td id="cppunit-version">1.12.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
936 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
937 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
938 <td><a href="http://cunit.sourceforge.net/">cunit</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
939 <td id="cunit-version">2.1-2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
940 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
941 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
942 <td><a href="http://curl.haxx.se/libcurl/">curl</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
943 <td id="curl-version">7.25.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
944 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
945 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
946 <td><a href="http://dbus.freedesktop.org/">dbus</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
947 <td id="dbus-version">1.5.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
948 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
949 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
950 <td><a href="http://dicom.offis.de/dcmtk.php.en">dcmtk</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
951 <td id="dcmtk-version">3.6.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
952 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
953 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
954 <td><a href="http://openil.sourceforge.net/">devil</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
955 <td id="devil-version">1.7.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
956 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
957 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
958 <td><a href="http://eigen.tuxfamily.org/">eigen</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
959 <td id="eigen-version">2.0.17</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
960 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
961 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
962 <td><a href="http://www.exiv2.org/">exiv2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
963 <td id="exiv2-version">0.22</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
964 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
965 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
966 <td><a href="http://expat.sourceforge.net/">expat</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
967 <td id="expat-version">2.1.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
968 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
969 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
970 <td><a href="http://www.audiocoding.com/">faad2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
971 <td id="faad2-version">2.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
972 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
973 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
974 <td><a href="http://www.ffmpeg.org/">ffmpeg</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
975 <td id="ffmpeg-version">0.10.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
976 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
977 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
978 <td><a href="http://www.fftw.org/">fftw</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
979 <td id="fftw-version">3.3.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
980 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
981 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
982 <td><a href="http://www.darwinsys.com/file/">file</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
983 <td id="file-version">5.11</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
984 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
985 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
986 <td><a href="http://www.xiph.org/ogg/">flac</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
987 <td id="flac-version">1.2.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
988 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
989 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
990 <td><a href="http://www.fltk.org/">fltk</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
991 <td id="fltk-version">1.3.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
992 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
993 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
994 <td><a href="http://fontconfig.org/">fontconfig</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
995 <td id="fontconfig-version">2.9.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
996 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
997 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
998 <td><a href="http://freeglut.sourceforge.net/">freeglut</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
999 <td id="freeglut-version">2.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1000 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1001 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1002 <td><a href="http://freeimage.sourceforge.net/">freeimage</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1003 <td id="freeimage-version">3.15.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1004 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1005 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1006 <td><a href="http://www.freetds.org/">freetds</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1007 <td id="freetds-version">0.91</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1008 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1009 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1010 <td><a href="http://freetype.sourceforge.net/">freetype</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1011 <td id="freetype-version">2.4.9</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1012 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1013 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1014 <td><a href="http://fribidi.org/">fribidi</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1015 <td id="fribidi-version">0.19.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1016 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1017 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1018 <td><a href="http://sourceforge.net/projects/ftgl/">ftgl</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1019 <td id="ftgl-version">2.1.3~rc5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1020 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1021 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1022 <td><a href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">gc</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1023 <td id="gc-version">7.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1024 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1025 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1026 <td><a href="http://gcc.gnu.org/">gcc</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1027 <td id="gcc-version">4.7.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1028 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1029 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1030 <td><a href="http://www.gmplib.org/">gcc-gmp</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1031 <td id="gcc-gmp-version">5.0.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1032 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1033 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1034 <td><a href="http://www.multiprecision.org/">gcc-mpc</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1035 <td id="gcc-mpc-version">0.9</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1036 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1037 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1038 <td><a href="http://www.mpfr.org/">gcc-mpfr</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1039 <td id="gcc-mpfr-version">3.1.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1040 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1041 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1042 <td><a href="http://www.libgd.org/">gd</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1043 <td id="gd-version">2.0.35</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1044 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1045 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1046 <td><a href="http://www.gdal.org/">gdal</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1047 <td id="gdal-version">1.9.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1048 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1049 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1050 <td><a href="http://www.gnu.org/software/gdb/">gdb</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1051 <td id="gdb-version">7.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1052 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1053 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1054 <td><a href="http://www.gdk-pixbuf.org/">gdk-pixbuf</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1055 <td id="gdk-pixbuf-version">2.22.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1056 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1057 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1058 <td><a href="http://trac.osgeo.org/geos/">geos</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1059 <td id="geos-version">3.3.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1060 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1061 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1062 <td><a href="http://www.gnu.org/software/gettext/">gettext</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1063 <td id="gettext-version">0.18.1.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1064 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1065 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1066 <td><a href="http://sourceforge.net/projects/libungif/">giflib</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1067 <td id="giflib-version">4.1.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1068 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1069 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1070 <td><a href="http://glew.sourceforge.net/">glew</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1071 <td id="glew-version">1.7.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1072 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1073 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1074 <td><a href="http://www.gtk.org/">glib</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1075 <td id="glib-version">2.28.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1076 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1077 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1078 <td><a href="http://www.gtkmm.org/">glibmm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1079 <td id="glibmm-version">2.28.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1080 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1081 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1082 <td><a href="http://www.gmplib.org/">gmp</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1083 <td id="gmp-version">5.0.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1084 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1085 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1086 <td><a href="http://www.gnu.org/software/gnutls/">gnutls</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1087 <td id="gnutls-version">3.0.17</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1088 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1089 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1090 <td><a href="http://www.graphicsmagick.org/">graphicsmagick</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1091 <td id="graphicsmagick-version">1.3.14</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1092 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1093 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1094 <td><a href="http://www.gnu.org/software/gsl/">gsl</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1095 <td id="gsl-version">1.14</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1096 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1097 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1098 <td><a href="http://gsoap2.sourceforge.net/">gsoap</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1099 <td id="gsoap-version">2.8.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1100 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1101 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1102 <td><a href="http://gstreamer.freedesktop.org/">gst-plugins-base</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1103 <td id="gst-plugins-base-version">0.10.35</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1104 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1105 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1106 <td><a href="http://gstreamer.freedesktop.org/">gst-plugins-good</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1107 <td id="gst-plugins-good-version">0.10.30</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1108 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1109 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1110 <td><a href="http://gstreamer.freedesktop.org/">gstreamer</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1111 <td id="gstreamer-version">0.10.35</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1112 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1113 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1114 <td><a href="http://gta.nongnu.org/">gta</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1115 <td id="gta-version">1.0.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1116 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1117 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1118 <td><a href="http://www.gtk.org/">gtk2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1119 <td id="gtk2-version">2.24.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1120 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1121 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1122 <td><a href="http://gtkglext.sourceforge.net/">gtkglext</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1123 <td id="gtkglext-version">1.2.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1124 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1125 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1126 <td><a href="http://gtkglext.sourceforge.net/">gtkglextmm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1127 <td id="gtkglextmm-version">1.2.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1128 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1129 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1130 <td><a href="http://www.gtkmm.org/">gtkmm2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1131 <td id="gtkmm2-version">2.24.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1132 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1133 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1134 <td><a href="http://projects.gnome.org/gtksourceview/">gtksourceview</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1135 <td id="gtksourceview-version">2.10.5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1136 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1137 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1138 <td><a href="http://projects.gnome.org/gtksourceviewmm/">gtksourceviewmm2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1139 <td id="gtksourceviewmm2-version">2.10.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1140 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1141 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1142 <td><a href="http://www.gnu.org/software/guile/">guile</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1143 <td id="guile-version">1.8.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1144 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1145 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1146 <td><a href="http://id3lib.sourceforge.net/">id3lib</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1147 <td id="id3lib-version">3.8.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1148 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1149 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1150 <td><a href="http://www.openexr.com/">ilmbase</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1151 <td id="ilmbase-version">1.0.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1152 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1153 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1154 <td><a href="http://www.imagemagick.org/">imagemagick</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1155 <td id="imagemagick-version">6.7.2-7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1156 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1157 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1158 <td><a href="http://www.ece.uvic.ca/~mdadams/jasper/">jasper</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1159 <td id="jasper-version">1.900.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1160 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1161 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1162 <td><a href="http://www.ijg.org/">jpeg</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1163 <td id="jpeg-version">8d</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1164 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1165 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1166 <td><a href="http://oss.metaparadigm.com/json-c/">json-c</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1167 <td id="json-c-version">0.9</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1168 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1169 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1170 <td><a href="http://lame.sourceforge.net/">lame</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1171 <td id="lame-version">3.99</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1172 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1173 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1174 <td><a href="http://www.netlib.org/lapack/">lapack</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1175 <td id="lapack-version">3.4.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1176 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1177 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1178 <td><a href="http://www.littlecms.com/">lcms</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1179 <td id="lcms-version">2.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1180 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1181 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1182 <td><a href="http://www.littlecms.com/">lcms1</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1183 <td id="lcms1-version">1.19</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1184 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1185 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1186 <td><a href="http://code.google.com/p/libarchive/">libarchive</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1187 <td id="libarchive-version">3.0.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1188 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1189 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1190 <td><a href="http://code.google.com/p/libass/">libass</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1191 <td id="libass-version">0.10.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1192 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1193 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1194 <td><a href="http://www.freespiders.org/projects/libcroco/">libcroco</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1195 <td id="libcroco-version">0.6.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1196 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1197 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1198 <td><a href="http://libdnet.sourceforge.net/">libdnet</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1199 <td id="libdnet-version">1.11</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1200 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1201 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1202 <td><a href="http://libevent.org">libevent</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1203 <td id="libevent-version">2.0.18</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1204 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1205 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1206 <td><a href="http://sourceware.org/libffi/">libffi</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1207 <td id="libffi-version">3.0.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1208 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1209 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1210 <td><a href="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1211 <td id="libgcrypt-version">1.5.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1212 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1213 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1214 <td><a href="http://live.gnome.org/Libgee">libgee</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1215 <td id="libgee-version">0.5.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1216 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1217 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1218 <td><a href="http://trac.osgeo.org/geotiff/">libgeotiff</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1219 <td id="libgeotiff-version">1.3.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1220 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1221 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1222 <td><a href="http://sourceforge.net/projects/mingw/files/UserContributed/regex/">libgnurx</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1223 <td id="libgnurx-version">2.5.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1224 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1225 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1226 <td><a href="http://gcc.gnu.org/projects/gomp/">libgomp</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1227 <td id="libgomp-version">4.7.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1228 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1229 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1230 <td><a href="ftp://ftp.gnupg.org/gcrypt/libgpg-error/">libgpg_error</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1231 <td id="libgpg_error-version">1.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1232 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1233 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1234 <td><a href="http://www.gnu.org/software/gsasl/">libgsasl</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1235 <td id="libgsasl-version">1.6.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1236 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1237 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1238 <td><a href="http://ftp.gnome.org/pub/gnome/sources/libgsf/">libgsf</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1239 <td id="libgsf-version">1.14.22</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1240 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1241 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1242 <td><a href="http://libharu.org">libharu</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1243 <td id="libharu-version">2.2.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1244 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1245 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1246 <td><a href="http://gcc.gnu.org/onlinedocs/libiberty/">libiberty</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1247 <td id="libiberty-version">2.22</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1248 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1249 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1250 <td><a href="http://freeassociation.sourceforge.net/">libical</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1251 <td id="libical-version">0.48</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1252 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1253 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1254 <td><a href="http://www.gnu.org/software/libiconv/">libiconv</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1255 <td id="libiconv-version">1.14</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1256 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1257 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1258 <td><a href="http://www.gnu.org/software/libidn/">libidn</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1259 <td id="libidn-version">1.24</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1260 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1261 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1262 <td><a href="http://sourceforge.net/projects/libircclient/">libircclient</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1263 <td id="libircclient-version">1.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1264 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1265 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1266 <td><a href="http://liblo.sourceforge.net/">liblo</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1267 <td id="liblo-version">0.26</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1268 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1269 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1270 <td><a href="http://www.underbit.com/products/mad/">libmad</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1271 <td id="libmad-version">0.15.1b</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1272 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1273 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1274 <td><a href="http://mikmod.raphnet.net/">libmikmod</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1275 <td id="libmikmod-version">3.2.0-beta2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1276 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1277 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1278 <td><a href="http://www.libmng.com/">libmng</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1279 <td id="libmng-version">1.0.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1280 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1281 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1282 <td><a href="http://www.nongnu.org/libntlm/">libntlm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1283 <td id="libntlm-version">1.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1284 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1285 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1286 <td><a href="http://liboauth.sourceforge.net/">liboauth</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1287 <td id="liboauth-version">0.9.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1288 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1289 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1290 <td><a href="http://libodbcxx.sourceforge.net/">libodbc++</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1291 <td id="libodbc++-version">0.2.5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1292 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1293 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1294 <td><a href="http://liboil.freedesktop.org/">liboil</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1295 <td id="liboil-version">0.3.17</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1296 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1297 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1298 <td><a href="http://panotools.sourceforge.net/">libpano13</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1299 <td id="libpano13-version">2.9.18_rc2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1300 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1301 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1302 <td><a href="http://packages.debian.org/unstable/libpaper1">libpaper</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1303 <td id="libpaper-version">1.1.24+nmu1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1304 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1305 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1306 <td><a href="http://www.libpng.org/">libpng</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1307 <td id="libpng-version">1.5.9</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1308 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1309 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1310 <td><a href="http://librsvg.sourceforge.net/">librsvg</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1311 <td id="librsvg-version">2.36.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1312 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1313 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1314 <td><a href="http://www.mega-nerd.com/SRC/">libsamplerate</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1315 <td id="libsamplerate-version">0.1.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1316 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1317 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1318 <td><a href="http://www.icecast.org/">libshout</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1319 <td id="libshout-version">2.2.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1320 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1321 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1322 <td><a href="http://libsigc.sourceforge.net/">libsigc++</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1323 <td id="libsigc++-version">2.2.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1324 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1325 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1326 <td><a href="http://www.mega-nerd.com/libsndfile/">libsndfile</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1327 <td id="libsndfile-version">1.0.25</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1328 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1329 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1330 <td><a href="http://www.libssh2.org">libssh2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1331 <td id="libssh2-version">1.4.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1332 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1333 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1334 <td><a href="http://www.gnu.org/software/libtool/">libtool</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1335 <td id="libtool-version">2.4.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1336 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1337 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1338 <td><a href="http://www.gnu.org/software/libunistring/">libunistring</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1339 <td id="libunistring-version">0.9.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1340 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1341 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1342 <td><a href="http://libusb-win32.sourceforge.net/">libusb</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1343 <td id="libusb-version">1.2.6.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1344 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1345 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1346 <td><a href="http://code.google.com/p/webm/">libvpx</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1347 <td id="libvpx-version">1.0.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1348 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1349 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1350 <td><a href="http://libxmlplusplus.sourceforge.net/">libxml++</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1351 <td id="libxml++-version">2.35.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1352 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1353 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1354 <td><a href="http://www.xmlsoft.org/">libxml2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1355 <td id="libxml2-version">2.7.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1356 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1357 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1358 <td><a href="http://xmlsoft.org/XSLT/">libxslt</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1359 <td id="libxslt-version">1.1.26</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1360 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1361 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1362 <td><a href="http://llvm.org">llvm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1363 <td id="llvm-version">3.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1364 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1365 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1366 <td><a href="http://www.lua.org/">lua</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1367 <td id="lua-version">5.1.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1368 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1369 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1370 <td><a href="http://www.oberhumer.com/opensource/lzo/">lzo</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1371 <td id="lzo-version">2.06</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1372 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1373 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1374 <td><a href="http://sourceforge.net/projects/matio/">matio</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1375 <td id="matio-version">1.3.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1376 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1377 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1378 <td><a href="http://www.mingw.org/">mingw-utils</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1379 <td id="mingw-utils-version">0.4-1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1380 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1381 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1382 <td><a href="http://www.mingw.org/">mingwrt</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1383 <td id="mingwrt-version">3.20</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1384 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1385 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1386 <td><a href="http://www.mpfr.org/">mpfr</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1387 <td id="mpfr-version">3.1.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1388 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1389 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1390 <td><a href="http://muparser.sourceforge.net/">muparser</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1391 <td id="muparser-version">1.34</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1392 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1393 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1394 <td><a href="http://www.minixml.org/">mxml</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1395 <td id="mxml-version">2.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1396 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1397 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1398 <td><a href="http://www.lysator.liu.se/~nisse/nettle/">nettle</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1399 <td id="nettle-version">2.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1400 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1401 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1402 <td><a href="http://nsis.sourceforge.net/">nsis</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1403 <td id="nsis-version">2.46</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1404 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1405 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1406 <td><a href="http://www.xiph.org/ogg/">ogg</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1407 <td id="ogg-version">1.3.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1408 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1409 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1410 <td><a href="http://blitiri.com.ar/p/old/">old</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1411 <td id="old-version">0.17</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1412 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1413 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1414 <td><a href="http://kcat.strangesoft.net/openal.html">openal</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1415 <td id="openal-version">1.13</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1416 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1417 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1418 <td><a href="http://opencore-amr.sourceforge.net/">opencore-amr</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1419 <td id="opencore-amr-version">0.1.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1420 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1421 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1422 <td><a href="http://www.opencsg.org/">opencsg</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1423 <td id="opencsg-version">1.3.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1424 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1425 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1426 <td><a href="http://www.openexr.com/">openexr</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1427 <td id="openexr-version">1.7.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1428 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1429 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1430 <td><a href="http://www.openscenegraph.org/">openscenegraph</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1431 <td id="openscenegraph-version">3.0.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1432 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1433 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1434 <td><a href="http://www.openssl.org/">openssl</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1435 <td id="openssl-version">1.0.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1436 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1437 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1438 <td><a href="http://www.pango.org/">pango</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1439 <td id="pango-version">1.29.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1440 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1441 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1442 <td><a href="http://www.pango.org/">pangomm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1443 <td id="pangomm-version">2.28.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1444 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1445 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1446 <td><a href="http://www.pcre.org/">pcre</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1447 <td id="pcre-version">8.30</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1448 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1449 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1450 <td><a href="http://pdcurses.sourceforge.net/">pdcurses</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1451 <td id="pdcurses-version">3.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1452 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1453 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1454 <td><a href="http://www.pdflib.com/download/free-software/pdflib-lite-7/">pdflib_lite</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1455 <td id="pdflib_lite-version">7.0.5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1456 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1457 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1458 <td><a href="http://pfstools.sourceforge.net/">pfstools</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1459 <td id="pfstools-version">1.8.5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1460 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1461 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1462 <td><a href="http://icculus.org/physfs/">physfs</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1463 <td id="physfs-version">2.0.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1464 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1465 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1466 <td><a href="http://cairographics.org/">pixman</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1467 <td id="pixman-version">0.25.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1468 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1469 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1470 <td><a href="http://plotmm.sourceforge.net/">plotmm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1471 <td id="plotmm-version">0.1.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1472 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1473 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1474 <td><a href="http://www.gnu.org/software/plotutils/">plotutils</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1475 <td id="plotutils-version">2.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1476 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1477 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1478 <td><a href="http://pocoproject.org/">poco</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1479 <td id="poco-version">1.4.3p1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1480 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1481 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1482 <td><a href="http://freshmeat.net/projects/popt/">popt</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1483 <td id="popt-version">1.16</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1484 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1485 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1486 <td><a href="http://www.portaudio.com">portaudio</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1487 <td id="portaudio-version">19_20071207</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1488 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1489 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1490 <td><a href="http://www.postgresql.org/">postgresql</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1491 <td id="postgresql-version">9.1.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1492 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1493 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1494 <td><a href="http://trac.osgeo.org/proj/">proj</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1495 <td id="proj-version">4.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1496 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1497 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1498 <td><a href="http://sourceware.org/pthreads-win32/">pthreads</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1499 <td id="pthreads-version">2-8-0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1500 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1501 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1502 <td><a href="http://qjson.sourceforge.net/">qjson</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1503 <td id="qjson-version">0.7.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1504 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1505 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1506 <td><a href="http://qt.nokia.com/">qt</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1507 <td id="qt-version">4.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1508 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1509 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1510 <td><a href="http://qwtplot3d.sourceforge.net/">qwtplot3d</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1511 <td id="qwtplot3d-version">0.2.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1512 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1513 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1514 <td><a href="http://tiswww.case.edu/php/chet/readline/rltop.html">readline</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1515 <td id="readline-version">6.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1516 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1517 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1518 <td><a href="http://www.libsdl.org/">sdl</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1519 <td id="sdl-version">1.2.15</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1520 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1521 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1522 <td><a href="http://www.libsdl.org/projects/SDL_image/">sdl_image</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1523 <td id="sdl_image-version">1.2.12</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1524 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1525 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1526 <td><a href="http://www.libsdl.org/projects/SDL_mixer/">sdl_mixer</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1527 <td id="sdl_mixer-version">1.2.12</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1528 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1529 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1530 <td><a href="http://www.libsdl.org/projects/SDL_net/">sdl_net</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1531 <td id="sdl_net-version">1.2.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1532 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1533 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1534 <td><a href="http://sdlpango.sourceforge.net/">sdl_pango</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1535 <td id="sdl_pango-version">0.1.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1536 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1537 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1538 <td><a href="http://icculus.org/SDL_sound/">sdl_sound</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1539 <td id="sdl_sound-version">1.0.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1540 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1541 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1542 <td><a href="http://www.libsdl.org/projects/SDL_ttf/">sdl_ttf</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1543 <td id="sdl_ttf-version">2.0.11</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1544 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1545 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1546 <td><a href="http://icculus.org/smpeg/">smpeg</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1547 <td id="smpeg-version">0.4.5+cvs20030824</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1548 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1549 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1550 <td><a href="http://www.speex.org/">speex</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1551 <td id="speex-version">1.2rc1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1552 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1553 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1554 <td><a href="http://www.sqlite.org/">sqlite</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1555 <td id="sqlite-version">3071100</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1556 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1557 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1558 <td><a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">suitesparse</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1559 <td id="suitesparse-version">3.7.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1560 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1561 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1562 <td><a href="http://tux4kids.alioth.debian.org/">t4k_common</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1563 <td id="t4k_common-version">0.1.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1564 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1565 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1566 <td><a href="http://developer.kde.org/~wheeler/taglib.html">taglib</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1567 <td id="taglib-version">1.7.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1568 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1569 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1570 <td><a href="http://theora.org/">theora</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1571 <td id="theora-version">1.1.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1572 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1573 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1574 <td><a href="http://www.remotesensing.org/libtiff/">tiff</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1575 <td id="tiff-version">4.0.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1576 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1577 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1578 <td><a href="http://sourceforge.net/projects/tinyxml/">tinyxml</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1579 <td id="tinyxml-version">2.6.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1580 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1581 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1582 <td><a href="http://laurikari.net/tre/">tre</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1583 <td id="tre-version">0.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1584 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1585 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1586 <td><a href="http://hci.iwr.uni-heidelberg.de/vigra">vigra</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1587 <td id="vigra-version">1.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1588 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1589 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1590 <td><a href="http://vmime.sourceforge.net/">vmime</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1591 <td id="vmime-version">0.9.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1592 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1593 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1594 <td><a href="http://www.vorbis.com/">vorbis</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1595 <td id="vorbis-version">1.3.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1596 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1597 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1598 <td><a href="http://www.vtk.org/">vtk</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1599 <td id="vtk-version">5.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1600 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1601 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1602 <td><a href="http://www.mingw.org/">w32api</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1603 <td id="w32api-version">3.17</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1604 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1605 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1606 <td><a href="http://www.winpcap.org/">winpcap</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1607 <td id="winpcap-version">4_1_2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1608 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1609 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1610 <td><a href="http://witty.sourceforge.net/">wt</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1611 <td id="wt-version">3.2.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1612 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1613 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1614 <td><a href="http://www.wxwidgets.org/">wxwidgets</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1615 <td id="wxwidgets-version">2.8.12</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1616 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1617 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1618 <td><a href="http://www.videolan.org/developers/x264.html">x264</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1619 <td id="x264-version">20111018-2245</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1620 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1621 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1622 <td><a href="http://xerces.apache.org/xerces-c/">xerces</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1623 <td id="xerces-version">3.1.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1624 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1625 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1626 <td><a href="http://www.xine-project.org/">xine-lib</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1627 <td id="xine-lib-version">1.1.20.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1628 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1629 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1630 <td><a href="http://sourceforge.net/projects/xmlwrapp/">xmlwrapp</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1631 <td id="xmlwrapp-version">0.6.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1632 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1633 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1634 <td><a href="http://www.xvid.org/">xvidcore</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1635 <td id="xvidcore-version">1.3.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1636 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1637 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1638 <td><a href="http://tukaani.org/xz/">xz</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1639 <td id="xz-version">5.0.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1640 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1641 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1642 <td><a href="http://zlib.net/">zlib</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1643 <td id="zlib-version">1.2.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1644 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1645 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1646 <td><a href="http://zziplib.sourceforge.net/">zziplib</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1647 <td id="zziplib-version">0.13.59</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1648 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1649 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1650 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1651
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1652 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1653 <h2 id="creating-packages">Guidelines for Creating Packages</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1654
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1655 <ol>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1656 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1657 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1658 The package should be a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1659 <a href="http://www.gnu.org/philosophy/free-sw.html">free</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1660 <a href="http://www.debian.org/social_contract#guidelines">software</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1661 <a href="http://www.opensource.org/osd.html">library</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1662 that is really used by one of your applications.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1663 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1664
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1665 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1666 BTW, we're always curious about the applications people are porting.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1667 We maintain a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1668 <a href="#used-by">list of projects</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1669 which use MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1670 No matter whether your project is free or proprietary
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1671 &ndash; as long as it has its own website,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1672 we'd be happy to link to it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1673 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1674
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1675 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1676 Also, feel free to link to us. :-)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1677 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1678 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1679
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1680 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1681 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1682 Grep through the <code>src/*.mk</code> files
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1683 to find a project that is most similar to yours.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1684 (Really, <code>grep</code> is your friend here.)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1685 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1686
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1687 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1688 For instance,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1689 when adding a GNU library,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1690 you should take a package like
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1691 <a href="https://github.com/mxe/mxe/blob/master/src/gettext.mk">gettext.mk</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1692 or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1693 <a href="https://github.com/mxe/mxe/blob/master/src/libiconv.mk">libiconv.mk</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1694 as the base of your work.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1695 When using a SourceForge project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1696 you could start with a copy of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1697 <a href="https://github.com/mxe/mxe/blob/master/src/xmlwrapp.mk">xmlwrapp.mk</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1698 And so on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1699 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1700 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1701
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1702 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1703 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1704 Adjust the comments,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1705 fill in the <code>$(PKG)_*</code> fields.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1706 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1707
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1708 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1709 Be especially careful with the <code>$(PKG)_DEPS</code> section.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1710 The easiest way to get the dependencies right
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1711 is to start with a minimal setup.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1712 That is,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1713 initialize MXE with <code>make gcc</code> only,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1714 then check whether your package builds successfully.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1715 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1716
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1717 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1718 Always list the dependency on <code>gcc</code> explicitly:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1719 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1720 <pre>$(PKG)_DEPS := gcc ...</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1721 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1722
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1723 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1724 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1725 Write your <code>$(PKG)_BUILD</code>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1726 If your library has a <code>./configure</code> script,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1727 enable/disable all dependency libraries explicitly
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1728 via "<code>--enable-*</code>" and "<code>--disable-*</code>" options.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1729 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1730 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1731
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1732 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1733 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1734 You might also have to provide a patch for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1735 In that case, have a look at other patches such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1736 <a href="https://github.com/mxe/mxe/blob/master/src/sdl-2-fix-dinput.patch">sdl-2-fix-dinput.patch</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1737 In particular, each patch file should be named as:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1738 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1739 <pre>PACKAGE-PATCHNUMBER-DESCRIPTION.patch</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1740 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1741 and should start with:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1742 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1743 <pre>This file is part of MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1744 See index.html for further information.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1745
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1746 This patch has been taken from:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1747 https://...</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1748 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1749 where the URL points to the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1750 bugtracker entry,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1751 mailing list entry or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1752 website
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1753 you took the patch from.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1754 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1755
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1756 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1757 If you created the patch yourself,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1758 please offer it to the upstream project first,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1759 and point to <em>that</em> URL,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1760 using the same wording:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1761 "This patch has been taken from:".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1762 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1763
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1764 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1765 Depending on the feedback you get from the upstream project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1766 you might want to improve your patch.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1767 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1768 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1769
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1770 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1771 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1772 If you find some time,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1773 please provide a minimal test program for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1774 It should be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1775 simple,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1776 stand alone and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1777 should work unmodified for many (all?) future versions of the library.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1778 Test programs are named as:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1779 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1780 <pre>PACKAGE-test.c</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1781 or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1782 <pre>PACKAGE-test.cpp</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1783 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1784 depending on whether it is a C or C++ library.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1785 To get a clue,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1786 please have a look at existing test programs such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1787 <a href="https://github.com/mxe/mxe/blob/master/src/sdl-test.c">sdl-test.c</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1788 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1789
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1790 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1791 At the very end of your <code>*.mk</code> file
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1792 you should build the test program in a generic way,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1793 using strict compiler flags.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1794 The last few lines of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1795 <a href="https://github.com/mxe/mxe/blob/master/src/sdl.mk">sdl.mk</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1796 will give you a clue.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1797 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1798 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1799
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1800 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1801 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1802 You could also try to provide a <code>$(PKG)_UPDATE</code> section.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1803 However, that requires some experience and "feeling" for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1804 So it is perfectly okay if you leave the <code>$(PKG)_UPDATE</code> section empty.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1805 We'll fill that in for you.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1806 It's a funny exercise.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1807 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1808 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1809
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1810 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1811 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1812 Check that you don't have "dirty stuff" in your <code>*.mk</code> files,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1813 such as TAB characters or trailing spaces at lines endings.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1814 Have a look at random <code>*.mk</code> files
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1815 to get a feeling for the coding style.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1816 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1817
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1818 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1819 The same holds for your test program.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1820 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1821
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1822 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1823 However, patch files should always appear
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1824 in the same coding style as the files they are patching.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1825 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1826
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1827 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1828 Finally, in your <code>$(PKG)_BUILD</code> section,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1829 please check that you use our portability variables:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1830 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1831 <table class="translation">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1832 <tr><td><code>bash</code></td> <td>&rarr;</td><td><code>$(SHELL)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1833 <tr><td><code>install</code></td> <td>&rarr;</td><td><code>$(INSTALL)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1834 <tr><td><code>libtool</code></td> <td>&rarr;</td><td><code>$(LIBTOOL)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1835 <tr><td><code>libtoolize</code></td><td>&rarr;</td><td><code>$(LIBTOOLIZE)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1836 <tr><td><code>make</code></td> <td>&rarr;</td><td><code>$(MAKE)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1837 <tr><td><code>patch</code></td> <td>&rarr;</td><td><code>$(PATCH)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1838 <tr><td><code>sed</code></td> <td>&rarr;</td><td><code>$(SED)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1839 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1840 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1841
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1842 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1843 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1844 Check whether everything runs fine.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1845 If you have some trouble,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1846 don't hesitate to ask on the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1847 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1848 providing your <code>*.mk</code> file so far.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1849 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1850 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1851
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1852 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1853 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1854 Propose your final <code>*.mk</code> file to the mailing list.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1855 Don't forget to tell us
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1856 if there are some pieces in your <code>*.mk</code> file
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1857 you feel unsure about.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1858 We'll then have a specific look at those parts,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1859 which avoids trouble for you and us in the future.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1860 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1861 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1862 </ol>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1863 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1864
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1865 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1866 <h2 id="copyright">Copyright © <span class="years">2007–2012</span></h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1867
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1868 <ul id="authors-list" class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1869 <li>Volker Grabsch</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1870 <li>Mark Brand</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1871 <li>Tony Theodore</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1872 <li><a href="https://www.ohloh.net/p/mxe/contributors">... and many other contributors</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1873 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1874
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1875 <p>(contact via the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1876 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>)</p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1877
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1878 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1879 Permission is hereby granted, free of charge, to any person obtaining
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1880 a copy of this software and associated documentation files (the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1881 "Software"), to deal in the Software without restriction, including
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1882 without limitation the rights to use, copy, modify, merge, publish,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1883 distribute, sublicense, and/or sell copies of the Software, and to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1884 permit persons to whom the Software is furnished to do so, subject
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1885 to the following conditions:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1886 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1887
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1888 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1889 The above copyright notice and this permission notice shall be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1890 included in all copies or substantial portions of the Software.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1891 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1892
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1893 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1894 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1895 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1896 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1897 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1898 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1899 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1900 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1901 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1902 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1903
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1904 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1905 <h2 id="history">History</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1906
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1907 <dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1908
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1909 <dt>2012-xx-xx &ndash; Release <span id="latest-version">2.22</span></dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1910 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1911 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1912 <a href="http://mxe.cc/#download">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1913 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.22">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1914 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1915
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1916 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1917 The project has been
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1918 <a href="http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00101.html">renamed</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1919 from mingw-cross-env to MXE (M&nbsp;cross&nbsp;environment).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1920 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1921
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1922 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1923 The release tarballs have been replaced with a <a href="#download">Git checkout</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1924 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1925
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1926 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1927 Most packages were updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1928 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1929
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1930 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1931 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1932 agg, cgal, eigen, file, gta, json-c, libgnurx, libharu,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1933 libircclient, libssh2, libxml++, llvm, lzo, mpfr, nettle,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1934 opencsg, qjson, qwtplot3d, vtk, and wt.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1935 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1936 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1937
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1938 <dt>2011-06-07 &ndash; Release 2.21</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1939 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1940 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1941 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.21.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1942 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.21">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1943 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1944
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1945 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1946 Minor bugfixes in several packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1947 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1948
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1949 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1950 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1951 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1952
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1953 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1954 Packages gtkmm and gtksourceviewmm have been renamed to gtkmm2 and gtksourceviewmm2.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1955 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1956
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1957 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1958 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1959 libass, poco, and t4k_common.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1960 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1961 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1962
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1963 <dt>2011-04-05 &ndash; Release 2.20</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1964 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1965 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1966 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.20.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1967 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.20">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1968 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1969
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1970 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1971 This release fixes a download error caused by the pixman project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1972 (a sudden change of their URL scheme without proper redirects).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1973 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1974 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1975 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1976
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1977 <dt>2011-03-19 &ndash; Release 2.19</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1978 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1979 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1980 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.19.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1981 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.19">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1982 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1983
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1984 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1985 The download mechanisms are improved.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1986 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1987
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1988 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1989 A CMake toolchain file is provided
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1990 to simplify cross-compiling projects which use CMake.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1991 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1992
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1993 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1994 Support for Debian/Lenny is dropped.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1995 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1996
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1997 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1998 Package gtk is renamed to gtk2.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1999 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2000
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2001 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2002 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2003 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2004
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2005 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2006 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2007 dbus, graphicsmagick, libical, liboauth, physfs, and vigra.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2008 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2009
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2010 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2011 Note for <code>boost::filesystem</code> users:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2012 <a href="http://beta.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/index.htm">Version 3 is a major revision</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2013 and now the default in 1.46.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2014 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2015 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2016
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2017 <dt>2010-12-15 &ndash; Release 2.18</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2018 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2019 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2020 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.18.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2021 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.18">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2022 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2023
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2024 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2025 This release fixes a checksum error caused by the atkmm project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2026 (a sudden change of their current source tarball).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2027 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2028 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2029 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2030
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2031 <dt>2010-12-11 &ndash; Release 2.17</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2032 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2033 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2034 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.17.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2035 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.17">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2036 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2037
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2038 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2039 This release provides some improvements of the build system
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2040 such as an automatic check for most of the requirements.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2041 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2042
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2043 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2044 All packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2045 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2046
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2047 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2048 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2049 bfd, blas, cblas, dcmtk, ftgl, lapack, lcms1,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2050 mingw-utils, mxml, suitesparse and tinyxml.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2051 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2052 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2053
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2054 <dt>2010-10-27 &ndash; Release 2.16</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2055 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2056 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2057 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.16.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2058 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.16">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2059 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2060
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2061 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2062 This release provides lots of improvements to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2063 the build system as well as the documentation.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2064 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2065
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2066 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2067 Support for OpenSolaris is dropped.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2068 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2069
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2070 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2071 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2072 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2073
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2074 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2075 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2076 atkmm, cairomm, cunit, faac, faad2, ffmpeg, gdk-pixbuf, glibmm,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2077 gtkglextmm, gtkmm, gtksourceview, gtksourceviewmm, imagemagick,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2078 lame, libiberty, libsigc++, libvpx, matio, openal, opencore-amr,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2079 pangomm, pfstools, plotmm, sdl_sound and x264.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2080 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2081 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2082
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2083 <dt>2010-06-16 &ndash; Release 2.15</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2084 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2085 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2086 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.15.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2087 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.15">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2088 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2089
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2090 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2091 This release fixes download errors caused by the Qt project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2092 (a sudden change of their current source tarball).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2093 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2094
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2095 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2096 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2097 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2098 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2099
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2100 <dt>2010-06-08 &ndash; Release 2.14</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2101 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2102 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2103 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.14.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2104 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.14">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2105 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2106
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2107 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2108 This release fixes download errors caused by the MinGW project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2109 (a sudden change of their URL scheme without proper redirects).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2110 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2111 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2112
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2113 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2114 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2115 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2116
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2117 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2118 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2119 libarchive, libgee and xvidcore.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2120 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2121 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2122
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2123 <dt>2010-05-31 &ndash; Release 2.13</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2124 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2125 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2126 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.13.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2127 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.13">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2128 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2129
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2130 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2131 This release switches back from TDM to the official GCC,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2132 thus supporting the current GCC&nbsp;4.5.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2133 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2134
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2135 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2136 The set of DirectX headers is improved and more complete.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2137 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2138
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2139 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2140 The deadlock issues with Pthreads-w32 are fixed.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2141 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2142
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2143 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2144 A static build of GDB is provided,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2145 i.e. a standalone "gdb.exe"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2146 that doesn't require any extra DLLs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2147 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2148
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2149 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2150 More packages are backed by test programs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2151 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2152
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2153 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2154 Many "sed hacks" are replaced by proper portability patches.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2155 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2156
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2157 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2158 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2159 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2160
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2161 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2162 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2163 fribidi, gc, gdb, gmp, gsl, gst-plugins-base, gst-plugins-good,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2164 gstreamer, gtkglext, guile, libcroco, libffi, liboil, libpaper,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2165 libshout, libunistring and xine-lib.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2166 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2167 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2168
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2169 <dt>2010-02-21 &ndash; Release 2.12</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2170 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2171 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2172 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.12.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2173 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.12">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2174 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2175
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2176 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2177 This release fixes some minor build issues,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2178 and contains a first small set of test programs
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2179 to check the package builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2180 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2181
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2182 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2183 The build rules are simplified
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2184 by calling generators like Autotools and Flex,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2185 instead of patching the generated files.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2186 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2187
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2188 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2189 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2190 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2191
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2192 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2193 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2194 aubio, devil, directx, exiv2, fftw, freeimage, gsoap,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2195 id3lib, liblo, libpano13, librsvg, libsamplerate,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2196 muparser, openscenegraph, portaudio and sdl_pango.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2197 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2198 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2199
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2200 <dt>2010-02-20 &ndash; Release 2.11</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2201 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2202 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2203 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.11.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2204 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.11">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2205 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2206
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2207 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2208 This release contains a packaging bug.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2209 Please use release 2.12 instead.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2210 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2211 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2212
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2213 <dt>2009-12-23 &ndash; Release 2.10</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2214 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2215 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2216 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.10.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2217 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.10">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2218 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2219
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2220 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2221 This release adds support for many new packages:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2222 flac, libmad, libsndfile, sdl_net, speex, postgresql,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2223 freetds, openssl, plotutils, taglib, lcms, freeglut,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2224 xerces and zziplib.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2225 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2226
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2227 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2228 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2229 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2230
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2231 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2232 In addition to the libraries
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2233 some command line tools such as psql.exe are built, too.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2234 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2235
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2236 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2237 The placements of logfiles, as well as many other build details, have been improved.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2238 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2239 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2240
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2241 <dt>2009-10-24 &ndash; Release 2.9</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2242 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2243 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2244 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.9.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2245 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.9">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2246 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2247
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2248 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2249 This release adds support for Qt, VMime and libmng.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2250 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2251
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2252 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2253 The target triplet is updated to i686-pc-mingw32.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2254 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2255
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2256 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2257 OpenMP support is enabled in GCC.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2258 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2259
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2260 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2261 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2262 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2263 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2264
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2265 <dt>2009-09-11 &ndash; Release 2.8</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2266 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2267 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2268 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.8.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2269 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.8">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2270 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2271
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2272 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2273 This release comes with a better look &amp; feel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2274 by providing a highlevel overview of the build process.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2275 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2276
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2277 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2278 The detailed build messages are stored into
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2279 separate log files for each package,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2280 so parallel builds don't intermix them anymore.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2281 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2282
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2283 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2284 The download URLs of SourceForge packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2285 are adjusted to ensure that
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2286 the selected SourceForge mirror is really used
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2287 and not circumvalented via HTTP redirects to other mirrors.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2288 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2289
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2290 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2291 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2292 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2293
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2294 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2295 The whole mingw-cross-env project has moved to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2296 <a href="https://savannah.nongnu.org/">Savannah</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2297 So all URIs have changed,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2298 but the old URIs
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2299 redirect to the new locations seamlessly.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2300 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2301
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2302 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2303 Everyone is invited to join the freshly created
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2304 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2305 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2306 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2307
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2308 <dt>2009-08-11 &ndash; Release 2.7</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2309 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2310 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2311 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.7.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2312 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.7">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2313 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2314
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2315 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2316 This release
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2317 provides an improved version recognition
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2318 for SourceForge packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2319 SourceForge changed their page layout
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2320 in a way that makes it much harder
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2321 to identify the current version of a package.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2322 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2323
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2324 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2325 Additionally,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2326 almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2327 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2328 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2329
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2330 <dt>2009-06-19 &ndash; Release 2.6</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2331 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2332 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2333 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.6.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2334 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.6">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2335 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2336
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2337 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2338 This release contains some portability fixes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2339 which allow it to run on a wider range of systems
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2340 such as Frugalware.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2341 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2342
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2343 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2344 The documentation and website are completely revised.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2345 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2346
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2347 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2348 New packages such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2349 CppUnit, libUsb, NSIS, Popt, SQLite and Theora
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2350 are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2351 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2352
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2353 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2354 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2355 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2356
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2357 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2358 A new command "make download" is implemented.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2359 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2360 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2361
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2362 <dt>2009-04-06 &ndash; Release 2.5</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2363 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2364 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2365 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.5.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2366 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.5">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2367 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2368
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2369 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2370 This release fixes a download error caused by the MinGW project.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2371 They suddenly changed the names of their source tarballs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2372 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2373 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2374
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2375 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2376 This release also contains some bugfixes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2377 which allow it to run on a wider range of systems.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2378 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2379
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2380 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2381 All downloaded files are now
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2382 verified by their SHA-1 checksums.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2383 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2384
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2385 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2386 New versions of various packages are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2387 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2388 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2389
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2390 <dt>2009-03-08 &ndash; Release 2.4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2391 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2392 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2393 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.4.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2394 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.4">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2395 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2396
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2397 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2398 This release provides many new libraries such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2399 wxWidgets, GTK+ and OpenEXR.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2400 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2401
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2402 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2403 In addition, new versions of various packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2404 are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2405 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2406 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2407
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2408 <dt>2009-02-09 &ndash; Release 2.3</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2409 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2410 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2411 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.3.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2412 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.3">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2413 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2414
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2415 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2416 This release fixes some serious build problems on FreeBSD and MacOS-X.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2417 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2418
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2419 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2420 The Makefile has a new target "clean-pkg"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2421 and allows to be called from a separate build directory
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2422 via "make -f .../Makefile".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2423 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2424
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2425 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2426 Some new versions of the packages are supported,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2427 especially GCC-4.3 by switching from MinGW GCC to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2428 <a href="http://www.tdragon.net/recentgcc/">TDM-GCC</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2429 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2430 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2431
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2432 <dt>2009-01-31 &ndash; Release 2.2<dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2433 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2434 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2435 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.2.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2436 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.2">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2437 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2438
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2439 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2440 This release fixes some minor build problems.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2441 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2442
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2443 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2444 It also supports some new packages and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2445 some newer versions of the already supported packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2446 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2447
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2448 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2449 Parallelization is now disabled by default.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2450 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2451 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2452
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2453 <dt>2008-12-13 &ndash; Release 2.1</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2454 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2455 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2456 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.1.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2457 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.1">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2458 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2459
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2460 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2461 This release fixes a download error caused by the GDAL project.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2462 They suddenly changed their download URLs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2463 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2464 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2465
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2466 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2467 In addition, some newer versions of various packages are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2468 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2469
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2470 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2471 There is also a small compatibility fix for OS X.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2472 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2473 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2474
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2475 <dt>2008-11-10 &ndash; Release 2.0</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2476 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2477 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2478 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.0.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2479 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.0">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2480 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2481
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2482 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2483 The shell script has been rewritten as Makefile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2484 and supports partial builds and parallel builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2485 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2486
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2487 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2488 As usual,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2489 this release also supports some new packages and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2490 some newer versions of the already supported packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2491 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2492 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2493
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2494 <dt>2008-01-11 &ndash; Release 1.4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2495 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2496 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2497 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.4.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2498 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.4">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2499 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2500
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2501 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2502 This release now includes a tutorial by Hans Bezemer
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2503 and has improved compile options of FLTK.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2504 As usual, it supports some newer versions of the libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2505 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2506
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2507 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2508 At the <a href="http://www.fefe.de/nowindows/">request of its author</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2509 libowfat is no longer supported from this release on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2510 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2511
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2512 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2513 The script now uses a specific SourceForge mirror
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2514 instead of randomly chosen ones,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2515 because the download phase
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2516 often stumbled on some very slow mirrors.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2517 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2518 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2519
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2520 <dt>2007-12-23 &ndash; Release 1.3</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2521 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2522 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2523 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.3.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2524 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.3">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2525 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2526
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2527 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2528 A sudden change in the download URLs of GEOS
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2529 made the automatic download fail.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2530 <a href="http://www.w3.org/Provider/Style/URI">Such changes should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2531 But it happened,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2532 and this quick release is an attempt to limit the damage.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2533 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2534
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2535 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2536 This release also supports some newer versions of the libraries
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2537 including support for fontconfig-2.5.0.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2538 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2539 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2540
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2541 <dt>2007-12-13 &ndash; Release 1.2</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2542 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2543 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2544 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.2.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2545 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.2">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2546 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2547
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2548 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2549 This release is a switch from gcc-3 to gcc-4.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2550 It also supports a new library and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2551 some newer versions of the already supported libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2552 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2553 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2554
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2555 <dt>2007-07-24 &ndash; Release 1.1</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2556 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2557 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2558 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.1.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2559 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.1">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2560 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2561
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2562 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2563 This release is the result of the public attention the release 1.0 got.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2564 It contains many improvements suggested by its first users,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2565 and adds support for many new libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2566 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2567
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2568 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2569 Thanks to Rocco Rutte who contributed many code snippets.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2570 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2571 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2572
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2573 <dt>2007-06-19 &ndash; Release 1.0</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2574 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2575 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2576 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.0.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2577 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.0">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2578 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2579
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2580 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2581 This first release has been created in a 7-day-sprint.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2582 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2583 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2584
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2585 <dt>2007-06-12 &ndash; Project start</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2586 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2587 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2588
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2589 </dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2590 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2591
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2592 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2593 <h2 id="see-also">See also</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2594
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2595 <h3>This project</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2596
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2597 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2598 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2599 <a href="http://mxe.cc/">Project website</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2600 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2601 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2602 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">Project mailing list</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2603 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2604 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2605 <a href="http://savannah.nongnu.org/projects/mingw-cross-env">Project entry on Savannah</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2606 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2607 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2608 <a href="https://bitbucket.org/vog/mingw-cross-env">Project entry on Bitbucket</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2609 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2610 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2611 <a href="http://freshmeat.net/projects/mingw_cross_env">Project entry on Freshmeat</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2612 / <a href="http://freshmeat.net/projects/mingw_cross_env/comments">comments section</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2613 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2614 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2615 <a href="http://lists.debian.org/debian-embedded/2007/06/msg00007.html">First release anouncement</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2616 and the discussion around it
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2617 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2618 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2619
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2620 <h3>Related projects</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2621
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2622 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2623 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2624 <a href="http://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11/noarch/">openSUSE MinGW packages</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2625 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2626 win32 cross compiling packages by openSUSE
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2627 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2628 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2629 <a href="https://admin.fedoraproject.org/pkgdb/acls/list/**mingw**">Fedora MinGW packages</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2630 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2631 win32 cross compiling packages by Fedora
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2632 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2633 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2634 <a href="http://www.sandroid.org/imcross/">IMCROSS</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2635 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2636 another project with similar goal
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2637 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2638 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2639 <a href="http://packages.debian.org/stable/devel/mingw32">mingw32 Debian package</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2640 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2641 bare win32 cross compiler
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2642 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2643 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2644 <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2645 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2646 win32 ports of many free software packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2647 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2648 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2649 <a href="http://www.libsdl.org/extras/win32/cross/README.txt">MinGW cross-compiler build script</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2650 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2651 old script provided by the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2652 <a href="http://www.libsdl.org/">SDL project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2653 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2654 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2655
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2656 <h3>Related articles</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2657
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2658 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2659 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2660 <a href="http://thebeezspeaks.blogspot.com/2009/04/cross-compilers-new-wave.html">Cross compilers, the new wave</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2661 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2662 appeared on
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2663 <a href="http://lxer.com/module/newswire/view/118868">LXer</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2664 and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2665 <a href="http://www.linuxtoday.com/developer/2009041501335RVSWDV">Linux Today</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2666 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2667 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2668 <a href="http://wiki.njh.eu/Cross_Compiling_for_Win32">Cross Compiling for Win32</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2669 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2670 overview of win32 cross compiling
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2671 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2672 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2673 <a href="http://www.mingw.org/wiki/LinuxCrossMinGW">MinGW cross compiler for Linux build environment</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2674 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2675 official tutorial of the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2676 <a href="">MinGW project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2677 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2678 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2679 <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>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2680 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2681 old tutorial provided by the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2682 <a href="http://www.wxwidgets.org/">wxWidgets project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2683 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2684 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2685 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2686
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2687 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2688 <h2 id="used-by">Projects which use MXE</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2689
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2690 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2691 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2692 <a href="http://toppler.sourceforge.net/">Tower Toppler</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2693 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2694 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2695 <a href="http://pushover.sourceforge.net/">Pushover</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2696 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2697 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2698 <a href="http://www.xs4all.nl/~thebeez/4tH/">The 4tH Compiler</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2699 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2700 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2701 <a href="http://springrts.com/">Spring RTS</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2702 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2703 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2704 <a href="http://github.com/phtrivier/ube">U.B.E</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2705 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2706 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2707 <a href="http://marathon.sourceforge.net/">Marathon Aleph One</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2708 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2709 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2710 <a href="http://sourceforge.net/projects/aorta/">Aorta</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2711 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2712 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2713 <a href="http://msmtp.sourceforge.net/">msmtp</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2714 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2715 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2716 <a href="http://mpop.sourceforge.net/">mpop</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2717 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2718 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2719 <a href="http://cvtool.sourceforge.net/">cvtool</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2720 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2721 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2722 <a href="http://tux4kids.alioth.debian.org/tuxmath/">Tux Math</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2723 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2724 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2725 <a href="http://tux4kids.alioth.debian.org/tuxtype/">Tux Typing</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2726 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2727 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2728 <a href="http://gcompris.net/">GCompris</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2729 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2730 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2731 <a href="http://www.nongnu.org/gta/">Generic Tagged Arrays</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2732 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2733 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2734 <a href="http://qtads.sourceforge.net/">QTads</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2735 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2736 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2737 <a href="http://ufoai.ninex.info/">UFO: Alien Invasion</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2738 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2739 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2740 <a href="http://www.pokerth.net/">PokerTH</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2741 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2742 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2743 <a href="http://www.tug.org/texworks/">TeXworks</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2744 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2745 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2746 <a href="http://bino.nongnu.org/">Bino</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2747 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2748 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2749 <a href="http://www.ros.org/wiki/eros">Eros</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2750 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2751 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2752 <a href="http://www.bunkus.org/videotools/mkvtoolnix/">MKVToolNix</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2753 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2754 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2755 <a href="http://www.openscad.org/">OpenSCAD</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2756 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2757 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2758 <a href="http://wz2100.net/">Warzone 2100</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2759 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2760 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2761 <a href="http://lightspark.github.com/">Lightspark</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2762 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2763 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2764 <a href="http://ifwiki.org/index.php/Hugor">Hugor</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2765 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2766 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2767 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2768
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2769 </body>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2770 </html>