annotate index.html @ 2364:a6524c266d43

Fix some package website URLs
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 21:14:24 +0200
parents 6bff7eaa7fd0
children b5321bdec505
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
2357
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
865 <dt>make cleanup-style</dt>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
866
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
867 <dd>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
868 for internal use only!
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
869 &ndash;
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
870 cleanup coding style
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
871 </dd>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
872
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
873 </dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
874 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
875
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
876 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
877 <h2 id="packages">List of Packages</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
878
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 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
881 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
882 <table id="package-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
883 <tr>
2364
a6524c266d43 Fix some package website URLs
Volker Grabsch <vog@notjusthosting.com>
parents: 2361
diff changeset
884 <td><a href="http://www.antigrain.com/">agg</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
885 <td id="agg-version">2.5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
886 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
887 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
888 <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
889 <td id="atk-version">2.2.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
890 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
891 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
892 <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
893 <td id="atkmm-version">2.22.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
894 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
895 <tr>
2364
a6524c266d43 Fix some package website URLs
Volker Grabsch <vog@notjusthosting.com>
parents: 2361
diff changeset
896 <td><a href="http://www.aubio.org/">aubio</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
897 <td id="aubio-version">0.3.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
898 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
899 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
900 <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
901 <td id="bfd-version">2.22</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
902 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
903 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
904 <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
905 <td id="binutils-version">2.22</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
906 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
907 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
908 <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
909 <td id="blas-version">1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
910 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
911 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
912 <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
913 <td id="boost-version">1.49.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
914 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
915 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
916 <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
917 <td id="bzip2-version">1.0.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
918 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
919 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
920 <td><a href="http://cairographics.org/">cairo</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
921 <td id="cairo-version">1.10.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
922 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
923 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
924 <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
925 <td id="cairomm-version">1.10.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
926 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
927 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
928 <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
929 <td id="cblas-version">1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
930 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
931 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
932 <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
933 <td id="cgal-version">4.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
934 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
935 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
936 <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
937 <td id="cppunit-version">1.12.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
938 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
939 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
940 <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
941 <td id="cunit-version">2.1-2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
942 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
943 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
944 <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
945 <td id="curl-version">7.25.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
946 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
947 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
948 <td><a href="http://dbus.freedesktop.org/">dbus</a></td>
2360
e38f588e4f82 update package dbus
Mark Brand <mabrand@mabrand.nl>
parents: 2357
diff changeset
949 <td id="dbus-version">1.5.12</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
950 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
951 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
952 <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
953 <td id="dcmtk-version">3.6.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
954 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
955 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
956 <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
957 <td id="devil-version">1.7.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
958 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
959 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
960 <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
961 <td id="eigen-version">2.0.17</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
962 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
963 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
964 <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
965 <td id="exiv2-version">0.22</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
966 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
967 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
968 <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
969 <td id="expat-version">2.1.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
970 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
971 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
972 <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
973 <td id="faad2-version">2.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
974 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
975 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
976 <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
977 <td id="ffmpeg-version">0.10.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
978 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
979 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
980 <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
981 <td id="fftw-version">3.3.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
982 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
983 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
984 <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
985 <td id="file-version">5.11</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
986 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
987 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
988 <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
989 <td id="flac-version">1.2.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
990 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
991 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
992 <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
993 <td id="fltk-version">1.3.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
994 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
995 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
996 <td><a href="http://fontconfig.org/">fontconfig</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
997 <td id="fontconfig-version">2.9.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
998 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
999 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1000 <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
1001 <td id="freeglut-version">2.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1002 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1003 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1004 <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
1005 <td id="freeimage-version">3.15.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1006 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1007 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1008 <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
1009 <td id="freetds-version">0.91</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1010 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1011 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1012 <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
1013 <td id="freetype-version">2.4.9</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1014 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1015 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1016 <td><a href="http://fribidi.org/">fribidi</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1017 <td id="fribidi-version">0.19.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1018 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1019 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1020 <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
1021 <td id="ftgl-version">2.1.3~rc5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1022 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1023 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1024 <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
1025 <td id="gc-version">7.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1026 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1027 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1028 <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
1029 <td id="gcc-version">4.7.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1030 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1031 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1032 <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
1033 <td id="gcc-gmp-version">5.0.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1034 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1035 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1036 <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
1037 <td id="gcc-mpc-version">0.9</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1038 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1039 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1040 <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
1041 <td id="gcc-mpfr-version">3.1.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1042 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1043 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1044 <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
1045 <td id="gd-version">2.0.35</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1046 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1047 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1048 <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
1049 <td id="gdal-version">1.9.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1050 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1051 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1052 <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
1053 <td id="gdb-version">7.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1054 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1055 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1056 <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
1057 <td id="gdk-pixbuf-version">2.22.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1058 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1059 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1060 <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
1061 <td id="geos-version">3.3.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1062 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1063 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1064 <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
1065 <td id="gettext-version">0.18.1.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1066 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1067 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1068 <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
1069 <td id="giflib-version">4.1.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1070 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1071 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1072 <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
1073 <td id="glew-version">1.7.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1074 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1075 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1076 <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
1077 <td id="glib-version">2.28.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1078 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1079 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1080 <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
1081 <td id="glibmm-version">2.28.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1082 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1083 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1084 <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
1085 <td id="gmp-version">5.0.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1086 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1087 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1088 <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
1089 <td id="gnutls-version">3.0.17</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1090 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1091 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1092 <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
1093 <td id="graphicsmagick-version">1.3.14</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1094 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1095 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1096 <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
1097 <td id="gsl-version">1.14</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1098 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1099 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1100 <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
1101 <td id="gsoap-version">2.8.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1102 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1103 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1104 <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
1105 <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
1106 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1107 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1108 <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
1109 <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
1110 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1111 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1112 <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
1113 <td id="gstreamer-version">0.10.35</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1114 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1115 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1116 <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
1117 <td id="gta-version">1.0.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1118 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1119 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1120 <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
1121 <td id="gtk2-version">2.24.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1122 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1123 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1124 <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
1125 <td id="gtkglext-version">1.2.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1126 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1127 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1128 <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
1129 <td id="gtkglextmm-version">1.2.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1130 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1131 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1132 <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
1133 <td id="gtkmm2-version">2.24.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1134 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1135 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1136 <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
1137 <td id="gtksourceview-version">2.10.5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1138 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1139 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1140 <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
1141 <td id="gtksourceviewmm2-version">2.10.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1142 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1143 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1144 <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
1145 <td id="guile-version">1.8.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1146 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1147 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1148 <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
1149 <td id="id3lib-version">3.8.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1150 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1151 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1152 <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
1153 <td id="ilmbase-version">1.0.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1154 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1155 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1156 <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
1157 <td id="imagemagick-version">6.7.2-7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1158 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1159 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1160 <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
1161 <td id="jasper-version">1.900.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1162 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1163 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1164 <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
1165 <td id="jpeg-version">8d</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1166 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1167 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1168 <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
1169 <td id="json-c-version">0.9</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1170 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1171 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1172 <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
1173 <td id="lame-version">3.99</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1174 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1175 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1176 <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
1177 <td id="lapack-version">3.4.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1178 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1179 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1180 <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
1181 <td id="lcms-version">2.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1182 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1183 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1184 <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
1185 <td id="lcms1-version">1.19</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1186 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1187 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1188 <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
1189 <td id="libarchive-version">3.0.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1190 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1191 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1192 <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
1193 <td id="libass-version">0.10.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1194 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1195 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1196 <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
1197 <td id="libcroco-version">0.6.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1198 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1199 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1200 <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
1201 <td id="libdnet-version">1.11</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1202 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1203 <tr>
2364
a6524c266d43 Fix some package website URLs
Volker Grabsch <vog@notjusthosting.com>
parents: 2361
diff changeset
1204 <td><a href="http://libevent.org/">libevent</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1205 <td id="libevent-version">2.0.18</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1206 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1207 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1208 <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
1209 <td id="libffi-version">3.0.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1210 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1211 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1212 <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
1213 <td id="libgcrypt-version">1.5.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1214 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1215 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1216 <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
1217 <td id="libgee-version">0.5.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1218 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1219 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1220 <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
1221 <td id="libgeotiff-version">1.3.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1222 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1223 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1224 <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
1225 <td id="libgnurx-version">2.5.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1226 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1227 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1228 <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
1229 <td id="libgomp-version">4.7.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1230 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1231 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1232 <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
1233 <td id="libgpg_error-version">1.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1234 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1235 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1236 <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
1237 <td id="libgsasl-version">1.6.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1238 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1239 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1240 <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
1241 <td id="libgsf-version">1.14.22</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1242 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1243 <tr>
2364
a6524c266d43 Fix some package website URLs
Volker Grabsch <vog@notjusthosting.com>
parents: 2361
diff changeset
1244 <td><a href="http://libharu.org/">libharu</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1245 <td id="libharu-version">2.2.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1246 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1247 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1248 <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
1249 <td id="libiberty-version">2.22</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1250 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1251 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1252 <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
1253 <td id="libical-version">0.48</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1254 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1255 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1256 <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
1257 <td id="libiconv-version">1.14</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1258 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1259 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1260 <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
1261 <td id="libidn-version">1.24</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1262 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1263 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1264 <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
1265 <td id="libircclient-version">1.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1266 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1267 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1268 <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
1269 <td id="liblo-version">0.26</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1270 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1271 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1272 <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
1273 <td id="libmad-version">0.15.1b</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1274 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1275 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1276 <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
1277 <td id="libmikmod-version">3.2.0-beta2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1278 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1279 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1280 <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
1281 <td id="libmng-version">1.0.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1282 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1283 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1284 <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
1285 <td id="libntlm-version">1.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1286 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1287 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1288 <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
1289 <td id="liboauth-version">0.9.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1290 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1291 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1292 <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
1293 <td id="libodbc++-version">0.2.5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1294 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1295 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1296 <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
1297 <td id="liboil-version">0.3.17</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1298 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1299 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1300 <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
1301 <td id="libpano13-version">2.9.18_rc2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1302 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1303 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1304 <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
1305 <td id="libpaper-version">1.1.24+nmu1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1306 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1307 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1308 <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
1309 <td id="libpng-version">1.5.9</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1310 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1311 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1312 <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
1313 <td id="librsvg-version">2.36.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1314 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1315 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1316 <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
1317 <td id="libsamplerate-version">0.1.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1318 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1319 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1320 <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
1321 <td id="libshout-version">2.2.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1322 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1323 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1324 <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
1325 <td id="libsigc++-version">2.2.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1326 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1327 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1328 <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
1329 <td id="libsndfile-version">1.0.25</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1330 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1331 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1332 <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
1333 <td id="libssh2-version">1.4.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1334 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1335 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1336 <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
1337 <td id="libtool-version">2.4.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1338 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1339 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1340 <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
1341 <td id="libunistring-version">0.9.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1342 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1343 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1344 <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
1345 <td id="libusb-version">1.2.6.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1346 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1347 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1348 <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
1349 <td id="libvpx-version">1.0.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1350 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1351 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1352 <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
1353 <td id="libxml++-version">2.35.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1354 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1355 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1356 <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
1357 <td id="libxml2-version">2.7.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1358 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1359 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1360 <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
1361 <td id="libxslt-version">1.1.26</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1362 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1363 <tr>
2364
a6524c266d43 Fix some package website URLs
Volker Grabsch <vog@notjusthosting.com>
parents: 2361
diff changeset
1364 <td><a href="http://llvm.org/">llvm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1365 <td id="llvm-version">3.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1366 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1367 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1368 <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
1369 <td id="lua-version">5.1.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1370 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1371 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1372 <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
1373 <td id="lzo-version">2.06</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1374 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1375 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1376 <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
1377 <td id="matio-version">1.3.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1378 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1379 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1380 <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
1381 <td id="mingw-utils-version">0.4-1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1382 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1383 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1384 <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
1385 <td id="mingwrt-version">3.20</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1386 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1387 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1388 <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
1389 <td id="mpfr-version">3.1.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1390 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1391 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1392 <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
1393 <td id="muparser-version">1.34</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1394 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1395 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1396 <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
1397 <td id="mxml-version">2.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1398 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1399 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1400 <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
1401 <td id="nettle-version">2.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1402 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1403 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1404 <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
1405 <td id="nsis-version">2.46</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1406 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1407 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1408 <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
1409 <td id="ogg-version">1.3.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1410 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1411 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1412 <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
1413 <td id="old-version">0.17</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1414 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1415 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1416 <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
1417 <td id="openal-version">1.13</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1418 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1419 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1420 <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
1421 <td id="opencore-amr-version">0.1.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1422 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1423 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1424 <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
1425 <td id="opencsg-version">1.3.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1426 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1427 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1428 <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
1429 <td id="openexr-version">1.7.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1430 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1431 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1432 <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
1433 <td id="openscenegraph-version">3.0.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1434 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1435 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1436 <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
1437 <td id="openssl-version">1.0.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1438 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1439 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1440 <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
1441 <td id="pango-version">1.29.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1442 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1443 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1444 <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
1445 <td id="pangomm-version">2.28.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1446 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1447 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1448 <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
1449 <td id="pcre-version">8.30</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1450 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1451 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1452 <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
1453 <td id="pdcurses-version">3.4</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1454 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1455 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1456 <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
1457 <td id="pdflib_lite-version">7.0.5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1458 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1459 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1460 <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
1461 <td id="pfstools-version">1.8.5</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1462 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1463 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1464 <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
1465 <td id="physfs-version">2.0.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1466 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1467 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1468 <td><a href="http://cairographics.org/">pixman</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1469 <td id="pixman-version">0.25.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1470 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1471 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1472 <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
1473 <td id="plotmm-version">0.1.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1474 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1475 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1476 <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
1477 <td id="plotutils-version">2.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1478 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1479 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1480 <td><a href="http://pocoproject.org/">poco</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1481 <td id="poco-version">1.4.3p1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1482 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1483 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1484 <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
1485 <td id="popt-version">1.16</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1486 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1487 <tr>
2364
a6524c266d43 Fix some package website URLs
Volker Grabsch <vog@notjusthosting.com>
parents: 2361
diff changeset
1488 <td><a href="http://www.portaudio.com/">portaudio</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1489 <td id="portaudio-version">19_20071207</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1490 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1491 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1492 <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
1493 <td id="postgresql-version">9.1.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1494 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1495 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1496 <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
1497 <td id="proj-version">4.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1498 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1499 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1500 <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
1501 <td id="pthreads-version">2-8-0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1502 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1503 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1504 <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
1505 <td id="qjson-version">0.7.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1506 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1507 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1508 <td><a href="http://qt.nokia.com/">qt</a></td>
2361
6bff7eaa7fd0 update package qt
Mark Brand <mabrand@mabrand.nl>
parents: 2360
diff changeset
1509 <td id="qt-version">4.8.1</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1510 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1511 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1512 <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
1513 <td id="qwtplot3d-version">0.2.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1514 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1515 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1516 <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
1517 <td id="readline-version">6.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1518 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1519 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1520 <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
1521 <td id="sdl-version">1.2.15</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1522 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1523 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1524 <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
1525 <td id="sdl_image-version">1.2.12</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1526 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1527 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1528 <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
1529 <td id="sdl_mixer-version">1.2.12</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1530 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1531 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1532 <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
1533 <td id="sdl_net-version">1.2.8</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1534 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1535 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1536 <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
1537 <td id="sdl_pango-version">0.1.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1538 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1539 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1540 <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
1541 <td id="sdl_sound-version">1.0.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1542 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1543 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1544 <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
1545 <td id="sdl_ttf-version">2.0.11</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1546 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1547 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1548 <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
1549 <td id="smpeg-version">0.4.5+cvs20030824</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1550 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1551 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1552 <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
1553 <td id="speex-version">1.2rc1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1554 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1555 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1556 <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
1557 <td id="sqlite-version">3071100</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1558 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1559 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1560 <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
1561 <td id="suitesparse-version">3.7.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1562 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1563 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1564 <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
1565 <td id="t4k_common-version">0.1.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1566 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1567 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1568 <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
1569 <td id="taglib-version">1.7.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1570 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1571 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1572 <td><a href="http://theora.org/">theora</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1573 <td id="theora-version">1.1.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1574 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1575 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1576 <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
1577 <td id="tiff-version">4.0.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1578 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1579 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1580 <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
1581 <td id="tinyxml-version">2.6.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1582 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1583 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1584 <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
1585 <td id="tre-version">0.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1586 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1587 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1588 <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
1589 <td id="vigra-version">1.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1590 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1591 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1592 <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
1593 <td id="vmime-version">0.9.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1594 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1595 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1596 <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
1597 <td id="vorbis-version">1.3.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1598 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1599 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1600 <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
1601 <td id="vtk-version">5.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1602 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1603 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1604 <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
1605 <td id="w32api-version">3.17</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1606 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1607 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1608 <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
1609 <td id="winpcap-version">4_1_2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1610 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1611 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1612 <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
1613 <td id="wt-version">3.2.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1614 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1615 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1616 <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
1617 <td id="wxwidgets-version">2.8.12</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1618 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1619 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1620 <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
1621 <td id="x264-version">20111018-2245</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1622 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1623 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1624 <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
1625 <td id="xerces-version">3.1.1</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1626 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1627 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1628 <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
1629 <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
1630 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1631 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1632 <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
1633 <td id="xmlwrapp-version">0.6.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1634 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1635 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1636 <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
1637 <td id="xvidcore-version">1.3.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1638 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1639 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1640 <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
1641 <td id="xz-version">5.0.3</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1642 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1643 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1644 <td><a href="http://zlib.net/">zlib</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1645 <td id="zlib-version">1.2.6</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1646 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1647 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1648 <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
1649 <td id="zziplib-version">0.13.59</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1650 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1651 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1652 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1653
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1654 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1655 <h2 id="creating-packages">Guidelines for Creating Packages</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1656
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1657 <ol>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1658 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1659 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1660 The package should be a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1661 <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
1662 <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
1663 <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
1664 that is really used by one of your applications.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1667 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1668 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
1669 We maintain a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1670 <a href="#used-by">list of projects</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1671 which use MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1672 No matter whether your project is free or proprietary
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1673 &ndash; as long as it has its own website,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1674 we'd be happy to link to it.
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
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 Also, feel free to link to us. :-)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1679 </p>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1682 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1683 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1684 Grep through the <code>src/*.mk</code> files
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1685 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
1686 (Really, <code>grep</code> is your friend here.)
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1689 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1690 For instance,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1691 when adding a GNU library,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1692 you should take a package like
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/gettext.mk">gettext.mk</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1694 or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1695 <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
1696 as the base of your work.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1697 When using a SourceForge project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1698 you could start with a copy of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1699 <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
1700 And so on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1701 </p>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1704 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1705 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1706 Adjust the comments,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1707 fill in the <code>$(PKG)_*</code> fields.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1710 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1711 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
1712 The easiest way to get the dependencies right
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1713 is to start with a minimal setup.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1714 That is,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1715 initialize MXE with <code>make gcc</code> only,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1716 then check whether your package builds successfully.
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
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 Always list the dependency on <code>gcc</code> explicitly:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1721 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1722 <pre>$(PKG)_DEPS := gcc ...</pre>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1725 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1726 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1727 Write your <code>$(PKG)_BUILD</code>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1728 If your library has a <code>./configure</code> script,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1729 enable/disable all dependency libraries explicitly
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1730 via "<code>--enable-*</code>" and "<code>--disable-*</code>" options.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1731 </p>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1734 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1735 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1736 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
1737 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
1738 <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
1739 In particular, each patch file should be named as:
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 <pre>PACKAGE-PATCHNUMBER-DESCRIPTION.patch</pre>
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 and should start with:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1744 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1745 <pre>This file is part of MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1746 See index.html for further information.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1747
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1748 This patch has been taken from:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1749 https://...</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1750 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1751 where the URL points to the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1752 bugtracker entry,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1753 mailing list entry or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1754 website
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1755 you took the patch from.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1758 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1759 If you created the patch yourself,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1760 please offer it to the upstream project first,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1761 and point to <em>that</em> URL,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1762 using the same wording:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1763 "This patch has been taken from:".
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1766 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1767 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
1768 you might want to improve your patch.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1769 </p>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1772 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1773 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1774 If you find some time,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1775 please provide a minimal test program for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1776 It should be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1777 simple,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1778 stand alone and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1779 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
1780 Test programs are named as:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1781 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1782 <pre>PACKAGE-test.c</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1783 or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1784 <pre>PACKAGE-test.cpp</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1785 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1786 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
1787 To get a clue,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1788 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
1789 <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
1790 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1791
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1792 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1793 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
1794 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
1795 using strict compiler flags.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1796 The last few lines of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1797 <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
1798 will give you a clue.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1799 </p>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1802 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1803 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1804 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
1805 However, that requires some experience and "feeling" for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1806 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
1807 We'll fill that in for you.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1808 It's a funny exercise.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1809 </p>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1812 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1813 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1814 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
1815 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
1816 Have a look at random <code>*.mk</code> files
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1817 to get a feeling for the coding style.
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
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 The same holds for your test program.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1824 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1825 However, patch files should always appear
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1826 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
1827 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1828
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1829 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1830 Finally, in your <code>$(PKG)_BUILD</code> section,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1831 please check that you use our portability variables:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1832 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1833 <table class="translation">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1834 <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
1835 <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
1836 <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
1837 <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
1838 <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
1839 <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
1840 <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
1841 </table>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1844 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1845 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1846 Check whether everything runs fine.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1847 If you have some trouble,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1848 don't hesitate to ask on the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1849 <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
1850 providing your <code>*.mk</code> file so far.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1851 </p>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1854 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1855 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1856 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
1857 Don't forget to tell us
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1858 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
1859 you feel unsure about.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1860 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
1861 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
1862 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1863 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1864 </ol>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1865 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1866
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1867 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1868 <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
1869
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1870 <ul id="authors-list" class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1871 <li>Volker Grabsch</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1872 <li>Mark Brand</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1873 <li>Tony Theodore</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1874 <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
1875 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1876
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1877 <p>(contact via the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1878 <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
1879
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1880 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1881 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
1882 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
1883 "Software"), to deal in the Software without restriction, including
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1884 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
1885 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
1886 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
1887 to the following conditions:
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1890 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1891 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
1892 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
1893 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1894
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1895 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1896 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
1897 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
1898 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1899 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
1900 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
1901 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
1902 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
1903 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1904 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1905
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1906 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1907 <h2 id="history">History</h2>
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 <dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1910
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1911 <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
1912 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1913 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1914 <a href="http://mxe.cc/#download">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1915 <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
1916 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1917
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1918 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1919 The project has been
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1920 <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
1921 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
1922 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1923
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 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
1926 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1927
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 Most packages were updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1932 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1933 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1934 agg, cgal, eigen, file, gta, json-c, libgnurx, libharu,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1935 libircclient, libssh2, libxml++, llvm, lzo, mpfr, nettle,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1936 opencsg, qjson, qwtplot3d, vtk, and wt.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1937 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1938 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1939
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1940 <dt>2011-06-07 &ndash; Release 2.21</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1941 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1942 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1943 <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
1944 <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
1945 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1946
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 Minor bugfixes in several packages.
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
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 Almost all packages are updated to their latest version.
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
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 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
1957 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1958
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1959 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1960 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1961 libass, poco, and t4k_common.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1962 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1963 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1964
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1965 <dt>2011-04-05 &ndash; Release 2.20</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1966 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1967 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1968 <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
1969 <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
1970 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1971
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1972 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1973 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
1974 (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
1975 <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
1976 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1977 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1978
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1979 <dt>2011-03-19 &ndash; Release 2.19</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1980 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1981 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1982 <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
1983 <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
1984 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1985
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 The download mechanisms are improved.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1990 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1991 A CMake toolchain file is provided
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1992 to simplify cross-compiling projects which use CMake.
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
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 Support for Debian/Lenny is dropped.
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
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 Package gtk is renamed to gtk2.
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
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 Almost all packages are updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2007 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2008 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2009 dbus, graphicsmagick, libical, liboauth, physfs, and vigra.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2012 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2013 Note for <code>boost::filesystem</code> users:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2014 <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
2015 and now the default in 1.46.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2016 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2017 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2018
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2019 <dt>2010-12-15 &ndash; Release 2.18</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2020 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2021 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2022 <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
2023 <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
2024 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2025
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2026 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2027 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
2028 (a sudden change of their current source tarball).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2029 <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
2030 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2031 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2032
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2033 <dt>2010-12-11 &ndash; Release 2.17</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2034 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2035 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2036 <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
2037 <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
2038 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2039
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2040 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2041 This release provides some improvements of the build system
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2042 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
2043 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2044
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 All packages are updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2049 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2050 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2051 bfd, blas, cblas, dcmtk, ftgl, lapack, lcms1,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2052 mingw-utils, mxml, suitesparse and tinyxml.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2053 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2054 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2055
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2056 <dt>2010-10-27 &ndash; Release 2.16</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2057 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2058 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2059 <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
2060 <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
2061 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2062
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2063 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2064 This release provides lots of improvements to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2065 the build system as well as the documentation.
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
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 Support for OpenSolaris is dropped.
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
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 Almost all packages are updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2076 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2077 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2078 atkmm, cairomm, cunit, faac, faad2, ffmpeg, gdk-pixbuf, glibmm,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2079 gtkglextmm, gtkmm, gtksourceview, gtksourceviewmm, imagemagick,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2080 lame, libiberty, libsigc++, libvpx, matio, openal, opencore-amr,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2081 pangomm, pfstools, plotmm, sdl_sound and x264.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2082 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2083 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2084
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2085 <dt>2010-06-16 &ndash; Release 2.15</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2086 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2087 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2088 <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
2089 <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
2090 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2091
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2092 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2093 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
2094 (a sudden change of their current source tarball).
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
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 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2099 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2100 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2101
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2102 <dt>2010-06-08 &ndash; Release 2.14</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2103 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2104 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2105 <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
2106 <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
2107 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2108
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2109 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2110 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
2111 (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
2112 <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
2113 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2114
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 Almost all packages are updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2119 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2120 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2121 libarchive, libgee and xvidcore.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2122 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2123 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2124
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2125 <dt>2010-05-31 &ndash; Release 2.13</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2126 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2127 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2128 <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
2129 <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
2130 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2131
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2132 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2133 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
2134 thus supporting the current GCC&nbsp;4.5.
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
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 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
2139 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2140
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 The deadlock issues with Pthreads-w32 are fixed.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2145 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2146 A static build of GDB is provided,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2147 i.e. a standalone "gdb.exe"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2148 that doesn't require any extra DLLs.
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
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 More packages are backed by test programs.
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
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 Many "sed hacks" are replaced by proper portability patches.
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
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 Almost all packages are updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2163 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2164 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2165 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
2166 gstreamer, gtkglext, guile, libcroco, libffi, liboil, libpaper,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2167 libshout, libunistring and xine-lib.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2168 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2169 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2170
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2171 <dt>2010-02-21 &ndash; Release 2.12</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2172 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2173 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2174 <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
2175 <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
2176 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2177
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2178 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2179 This release fixes some minor build issues,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2180 and contains a first small set of test programs
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2181 to check the package builds.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2184 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2185 The build rules are simplified
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2186 by calling generators like Autotools and Flex,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2187 instead of patching the generated files.
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
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 Almost all packages are updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2194 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2195 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2196 aubio, devil, directx, exiv2, fftw, freeimage, gsoap,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2197 id3lib, liblo, libpano13, librsvg, libsamplerate,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2198 muparser, openscenegraph, portaudio and sdl_pango.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2199 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2200 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2201
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2202 <dt>2010-02-20 &ndash; Release 2.11</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2203 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2204 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2205 <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
2206 <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
2207 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2208
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2209 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2210 This release contains a packaging bug.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2211 Please use release 2.12 instead.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2212 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2213 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2214
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2215 <dt>2009-12-23 &ndash; Release 2.10</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2216 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2217 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2218 <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
2219 <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
2220 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2221
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2222 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2223 This release adds support for many new packages:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2224 flac, libmad, libsndfile, sdl_net, speex, postgresql,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2225 freetds, openssl, plotutils, taglib, lcms, freeglut,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2226 xerces and zziplib.
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
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 Almost all packages are updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2233 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2234 In addition to the libraries
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2235 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
2236 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2237
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 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
2240 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2241 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2242
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2243 <dt>2009-10-24 &ndash; Release 2.9</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2244 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2245 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2246 <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
2247 <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
2248 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2249
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 This release adds support for Qt, VMime and libmng.
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
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 The target triplet is updated to i686-pc-mingw32.
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
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 OpenMP support is enabled in GCC.
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
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 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2264 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2265 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2266
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2267 <dt>2009-09-11 &ndash; Release 2.8</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2268 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2269 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2270 <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
2271 <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
2272 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2273
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2274 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2275 This release comes with a better look &amp; feel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2276 by providing a highlevel overview of the build process.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2279 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2280 The detailed build messages are stored into
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2281 separate log files for each package,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2282 so parallel builds don't intermix them anymore.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2285 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2286 The download URLs of SourceForge packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2287 are adjusted to ensure that
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2288 the selected SourceForge mirror is really used
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2289 and not circumvalented via HTTP redirects to other mirrors.
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
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 Almost all packages are updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2296 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2297 The whole mingw-cross-env project has moved to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2298 <a href="https://savannah.nongnu.org/">Savannah</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2299 So all URIs have changed,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2300 but the old URIs
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2301 redirect to the new locations seamlessly.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2304 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2305 Everyone is invited to join the freshly created
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2306 <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
2307 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2308 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2309
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2310 <dt>2009-08-11 &ndash; Release 2.7</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2311 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2312 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2313 <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
2314 <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
2315 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2316
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2317 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2318 This release
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2319 provides an improved version recognition
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2320 for SourceForge packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2321 SourceForge changed their page layout
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2322 in a way that makes it much harder
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2323 to identify the current version of a package.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2326 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2327 Additionally,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2328 almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2329 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2330 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2331
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2332 <dt>2009-06-19 &ndash; Release 2.6</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2333 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2334 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2335 <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
2336 <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
2337 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2338
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2339 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2340 This release contains some portability fixes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2341 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
2342 such as Frugalware.
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
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 The documentation and website are completely revised.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2349 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2350 New packages such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2351 CppUnit, libUsb, NSIS, Popt, SQLite and Theora
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2352 are supported.
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
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 Almost all packages are updated to their latest version.
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
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 A new command "make download" is implemented.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2361 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2362 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2363
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2364 <dt>2009-04-06 &ndash; Release 2.5</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2365 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2366 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2367 <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
2368 <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
2369 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2370
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2371 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2372 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
2373 They suddenly changed the names of their source tarballs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2374 <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
2375 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2376
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2377 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2378 This release also contains some bugfixes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2379 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
2380 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2381
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2382 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2383 All downloaded files are now
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2384 verified by their SHA-1 checksums.
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
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 New versions of various packages are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2389 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2390 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2391
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2392 <dt>2009-03-08 &ndash; Release 2.4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2393 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2394 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2395 <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
2396 <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
2397 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2398
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2399 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2400 This release provides many new libraries such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2401 wxWidgets, GTK+ and OpenEXR.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2404 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2405 In addition, new versions of various packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2406 are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2407 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2408 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2409
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2410 <dt>2009-02-09 &ndash; Release 2.3</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2411 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2412 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2413 <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
2414 <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
2415 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2416
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 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
2419 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2420
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2421 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2422 The Makefile has a new target "clean-pkg"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2423 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
2424 via "make -f .../Makefile".
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2427 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2428 Some new versions of the packages are supported,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2429 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
2430 <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
2431 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2432 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2433
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2434 <dt>2009-01-31 &ndash; Release 2.2<dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2435 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2436 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2437 <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
2438 <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
2439 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2440
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 This release fixes some minor build problems.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2445 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2446 It also supports some new packages and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2447 some newer versions of the already supported packages.
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
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 Parallelization is now disabled by default.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2452 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2453 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2454
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2455 <dt>2008-12-13 &ndash; Release 2.1</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2456 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2457 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2458 <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
2459 <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
2460 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2461
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2462 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2463 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
2464 They suddenly changed their download URLs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2465 <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
2466 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2467
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 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
2470 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2471
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 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
2474 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2475 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2476
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2477 <dt>2008-11-10 &ndash; Release 2.0</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2478 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2479 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2480 <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
2481 <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
2482 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2483
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2484 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2485 The shell script has been rewritten as Makefile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2486 and supports partial builds and parallel builds.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2489 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2490 As usual,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2491 this release also supports some new packages and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2492 some newer versions of the already supported packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2493 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2494 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2495
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2496 <dt>2008-01-11 &ndash; Release 1.4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2497 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2498 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2499 <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
2500 <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
2501 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2502
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2503 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2504 This release now includes a tutorial by Hans Bezemer
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2505 and has improved compile options of FLTK.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2506 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
2507 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2508
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2509 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2510 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
2511 libowfat is no longer supported from this release on.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2514 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2515 The script now uses a specific SourceForge mirror
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2516 instead of randomly chosen ones,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2517 because the download phase
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2518 often stumbled on some very slow mirrors.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2519 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2520 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2521
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2522 <dt>2007-12-23 &ndash; Release 1.3</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2523 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2524 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2525 <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
2526 <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
2527 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2528
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2529 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2530 A sudden change in the download URLs of GEOS
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2531 made the automatic download fail.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2532 <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
2533 But it happened,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2534 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
2535 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2536
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2537 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2538 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
2539 including support for fontconfig-2.5.0.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2540 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2541 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2542
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2543 <dt>2007-12-13 &ndash; Release 1.2</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2544 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2545 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2546 <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
2547 <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
2548 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2549
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2550 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2551 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
2552 It also supports a new library and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2553 some newer versions of the already supported libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2554 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2555 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2556
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2557 <dt>2007-07-24 &ndash; Release 1.1</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2558 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2559 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2560 <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
2561 <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
2562 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2563
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2564 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2565 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
2566 It contains many improvements suggested by its first users,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2567 and adds support for many new libraries.
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
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 Thanks to Rocco Rutte who contributed many code snippets.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2572 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2573 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2574
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2575 <dt>2007-06-19 &ndash; Release 1.0</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2576 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2577 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2578 <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
2579 <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
2580 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2581
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 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
2584 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2585 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2586
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2587 <dt>2007-06-12 &ndash; Project start</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2588 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2589 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2590
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2591 </dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2592 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2593
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2594 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2595 <h2 id="see-also">See also</h2>
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 <h3>This project</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2598
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2599 <ul class="compact-list">
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 <a href="http://mxe.cc/">Project website</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2602 </li>
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 <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
2605 </li>
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 <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
2608 </li>
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 <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
2611 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2612 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2613 <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
2614 / <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
2615 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2616 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2617 <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
2618 and the discussion around it
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2619 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2620 </ul>
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 <h3>Related projects</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2623
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2624 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2625 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2626 <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
2627 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2628 win32 cross compiling packages by openSUSE
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2629 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2630 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2631 <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
2632 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2633 win32 cross compiling packages by Fedora
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2634 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2635 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2636 <a href="http://www.sandroid.org/imcross/">IMCROSS</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2637 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2638 another project with similar goal
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2639 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2640 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2641 <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
2642 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2643 bare win32 cross compiler
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2644 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2645 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2646 <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2647 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2648 win32 ports of many free software packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2649 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2650 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2651 <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
2652 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2653 old script provided by the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2654 <a href="http://www.libsdl.org/">SDL project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2655 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2656 </ul>
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 <h3>Related articles</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2659
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2660 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2661 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2662 <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
2663 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2664 appeared on
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2665 <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
2666 and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2667 <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
2668 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2669 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2670 <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
2671 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2672 overview of win32 cross compiling
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2673 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2674 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2675 <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
2676 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2677 official tutorial of the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2678 <a href="">MinGW project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2679 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2680 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2681 <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
2682 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2683 old tutorial provided by the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2684 <a href="http://www.wxwidgets.org/">wxWidgets project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2685 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2686 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2687 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2688
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2689 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2690 <h2 id="used-by">Projects which use MXE</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2691
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2692 <ul class="compact-list">
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 <a href="http://toppler.sourceforge.net/">Tower Toppler</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2695 </li>
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 <a href="http://pushover.sourceforge.net/">Pushover</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2698 </li>
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 <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
2701 </li>
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 <a href="http://springrts.com/">Spring RTS</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2704 </li>
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 <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
2707 </li>
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 <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
2710 </li>
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 <a href="http://sourceforge.net/projects/aorta/">Aorta</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2713 </li>
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 <a href="http://msmtp.sourceforge.net/">msmtp</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2716 </li>
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 <a href="http://mpop.sourceforge.net/">mpop</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2719 </li>
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 <a href="http://cvtool.sourceforge.net/">cvtool</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2722 </li>
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 <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
2725 </li>
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 <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
2728 </li>
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 <a href="http://gcompris.net/">GCompris</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2731 </li>
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 <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
2734 </li>
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 <a href="http://qtads.sourceforge.net/">QTads</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2737 </li>
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 <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
2740 </li>
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 <a href="http://www.pokerth.net/">PokerTH</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2743 </li>
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 <a href="http://www.tug.org/texworks/">TeXworks</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2746 </li>
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 <a href="http://bino.nongnu.org/">Bino</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2749 </li>
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 <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
2752 </li>
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 <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
2755 </li>
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 <a href="http://www.openscad.org/">OpenSCAD</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2758 </li>
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 <a href="http://wz2100.net/">Warzone 2100</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2761 </li>
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 <a href="http://lightspark.github.com/">Lightspark</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2764 </li>
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 <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
2767 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2768 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2769 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2770
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2771 </body>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2772 </html>