-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnixdev.html
More file actions
223 lines (216 loc) · 8.8 KB
/
nixdev.html
File metadata and controls
223 lines (216 loc) · 8.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8;charset=utf-8" />
<title>Software archive</title>
</head>
<body style="background-color: #d3d3d3; color: #000">
<div style="margin: auto; text-align: center;">
<h1 style="text-decoration: underline;">Welcome to the software archive</h1>
<table style="margin: auto; text-align: center; margin-top: 1em;">
<tr>
<th style="padding-right: 1em;">
<h2><a href="index.html">Home</a></h2>
</th>
<th style="padding-left: 1em;">
<h2><a href="about.html">About</a></h2>
</th>
</tr>
</table>
</div>
<table style="margin: auto; text-align: center; margin-top: 1em;" border "3">
<caption style="font-size: 1.4em"><strong>*Nix Development Tools</strong></caption>
<tr>
<th>Software</th>
<th>Version</th>
<th>Link</th>
<th>Type</th>
<th>Release Date</th>
<th>Compatibility</th>
<th>Download Type</th>
</tr>
<tr>
<th>GCC</th>
<td>11.2.0</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/gcc-11.2.0.tar.xz">Download</a></td>
<td>source</td>
<td>2021-07-28</td>
<td>Linux / FreeBSD</td>
<td>tar</td>
</tr>
<tr>
<th>GNU Tar</th>
<td>1.34</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/tar-1.34.tar.xz">Download</a></td>
<td>source</td>
<td>2021-02-13</td>
<td>Linux</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>14.0.3</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-14.0.3-aarch64-linux-gnu.tar.xz">Download</a></td>
<td>64-bit ARMv8</td>
<td>2022-04-29</td>
<td>Linux</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>14.0.3</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-14.0.3-armv7a-linux-gnueabihf.tar.xz">Download</a></td>
<td>32-bit ARMv7-A</td>
<td>2022-04-29</td>
<td>Linux</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>14.0.3</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-14.0.3-amd64-unknown-freebsd13.tar.xz">Download</a></td>
<td>64-bit x86_64</td>
<td>2022-04-29</td>
<td>FreeBSD 13</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>14.0.3</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-14.0.3-amd64-unknown-freebsd12.tar.xz">Download</a></td>
<td>64-bit x86_64</td>
<td>2022-04-29</td>
<td>FreeBSD 12</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>14.0.0</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-14.0.0-sparcv9-sun-solaris2.11.tar.xz">Download</a></td>
<td>64-bit SPARC V9</td>
<td>2022-03-23</td>
<td>Solaris 11</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>14.0.0</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-14.0.0-amd64-pc-solaris2.11.tar.xz">Download</a></td>
<td>64-bit x86_64</td>
<td>2022-03-23</td>
<td>Solaris 11</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>14.0.0</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz">Download</a></td>
<td>64-bit x86_64</td>
<td>2022-03-23</td>
<td>Ubuntu 18.04</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>14.0.0</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-14.0.0-x86_64-linux-sles12.4.tar.xz">Download</a></td>
<td>64-bit x86_64</td>
<td>2022-03-23</td>
<td>SUSE Linux Enterprise Server 12.4</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>13.0.0</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz">Download</a></td>
<td>64-bit x86_64</td>
<td>2021-09-30</td>
<td>Ubuntu 20.04</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>13.0.0</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz">Download</a></td>
<td>64-bit x86_64</td>
<td>2021-09-30</td>
<td>Ubuntu 16.04</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>10.0.0</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-10.0.0-x86_64-linux-sles11.3.tar.xz">Download</a></td>
<td>64-bit x86_64</td>
<td>2020-03-24</td>
<td>SUSE Linux Enterprise Server 11.3</td>
<td>tar</td>
</tr>
<tr>
<th>LLVM (Clang, LLD, compiler-rt, various LLVM tools, etc.)</th>
<td>8.0.1</td>
<td><a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/clang+llvm-8.0.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz">Download</a></td>
<td>64-bit x86_64</td>
<td>2019-07-19</td>
<td>Ubuntu 14.04</td>
<td>tar</td>
</tr>
<tr>
<th>CMake - Unix/Linux Source (has \n line feeds)</th>
<td>3.24.0-rc3</td>
<td>
<a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/cmake-3.24.0-rc3.tar.gz">Download</a>
</td>
<td>source</td>
<td>2022-07-07</td>
<td>N/A</td>
<td>tar</td>
</tr>
<tr>
<th>CMake</th>
<td>3.24.0-rc3</td>
<td>
<a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/cmake-3.24.0-rc3-Glibc-2.35-Linux-x86_64.deb">Download</a>
</td>
<td>64-bit x86_64</td>
<td>2022-07-07</td>
<td>Ubuntu Linux 22.04</td>
<td>deb</td>
</tr>
<tr>
<th>CMake</th>
<td>3.24.0-rc3</td>
<td>
<a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/cmake-3.24.0-rc3-Glibc-2.27-Linux-x86_64.deb">Download</a>
</td>
<td>64-bit x86_64</td>
<td>2022-07-07</td>
<td>Ubuntu Linux 18.04 / Ubuntu Linux 20.04 / Debian Linux 10 / Debian Linux 11</td>
<td>deb</td>
</tr>
<tr>
<th>CMake</th>
<td>3.24.0-rc3</td>
<td>
<a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/cmake-3.24.0-rc3-Glibc-2.28-Linux-x86_64.rpm">Download</a>
</td>
<td>64-bit x86_64</td>
<td>2022-07-07</td>
<td>CentOS Linux 8 / Red Hat Enterprise Linux 8 / Oracle Linux 8 / AlmaLinux 8 / Rocky Linux 8</td>
<td>rpm</td>
</tr>
<tr>
<th>CMake</th>
<td>3.24.0-rc3</td>
<td>
<a href="https://retroware.nyc3.cdn.digitaloceanspaces.com/DevTools/cmake-3.24.0-rc3-Glibc-2.17-Linux-x86_64.rpm">Download</a>
</td>
<td>64-bit x86_64</td>
<td>2022-07-07</td>
<td>CentOS Linux 7 / Red Hat Enterprise Linux 7 / Oracle Linux 7</td>
<td>rpm</td>
</tr>
</table>
</body>
</html>