forked from openscad/openscad.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdownloads.html
More file actions
496 lines (432 loc) · 19.8 KB
/
Copy pathdownloads.html
File metadata and controls
496 lines (432 loc) · 19.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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<!DOCTYPE html>
<html lang="en">
<!--[if lt IE 9]>
Your web browser is too old to be compatible with our download page. Please
visit <a href="http://files.openscad.org">http://files.openscad.org</a>
directly to download the file you wish to use. Thanks.
<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>OpenSCAD - Downloads</title>
<link href="assets/css/style.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<noscript>
<center>
Your browser has javascript disabled -- file links will go to a folder on <a href="http://files.openscad.org.">files.openscad.org</a><br>
Please find your desired file inside the folder.
</center>
</noscript>
<script src="assets/js/jquery-1.9.1.min.js"></script>
<script src="assets/js/modernizr-1.7.min.js"></script>
<!-- One-Page-Nav -->
<script src="assets/js/jquery.scrollTo.js"></script>
<!--waypoints-->
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/waypoints-sticky.min.js"></script>
<script src="assets/js/header.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26999768-1']);
_gaq.push(['_setDomainName', 'openscad.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
var fileinfo = {};
</script>
<script src="inc/mac_snapshot_links.js"></script>
<script src="inc/win_snapshot_links.js"></script>
<script src="inc/linux_snapshot_links.js"></script>
<script src="inc/mac_release_links.js"></script>
<script src="inc/win_release_links.js"></script>
<script src="inc/linux_release_links.js"></script>
<script src="inc/src_release_links.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
for (var fileid in fileinfo) {
if (fileid.indexOf("_URL") >= 0) {
$("a[id="+fileid+"]").attr('href',fileinfo[fileid]);
} else {
$("#"+fileid).text(fileinfo[fileid]);
}
}
});
</script>
</head>
<body>
<div id="page-wrap">
<header>
<div class="clear"></div>
<div id="logo" class="left"></div>
<div id="donate" class="right">
<div id="paypal" style="margin-bottom:5px;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="7ZQNEVE87X2KN">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Donate using PayPal">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<a class="FlattrButton" style="display:none;" rev="flattr" href="http://openscad.org"></a><br/>
<script src="http://coinwidget.com/widget/coin.js"></script>
<script>
CoinWidgetCom.go({
wallet_address: "18Eakg4ZCjjfVajXGvyntLKsEJYvZuT49C"
, currency: "bitcoin"
, counter: "count"
, alignment: "bl"
, qrcode: true
, auto_show: false
, lbl_button: "Donate"
, lbl_address: "Bitcoin Address:"
});
</script>
</div>
<div id="title" style="margin-top:35px; width:620px;">
<h1 class="title" style="position:relative;"><span class="green">Open</span>SCAD</h1>
<h2 class="subtitle" style="position:relative; left:45px;">The Programmers Solid 3D CAD Modeller</h2>
</div>
<div id="navigation">
<div id="navigation-inner">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="news.html">News</a></li>
<li class="current"><a href="downloads.html">Downloads</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="https://github.com/openscad/openscad/" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
</header>
<div id="page-content">
<div id="sidebar" class="sticky">
<h1>Downloads</h1>
<ul>
<li><a href="#osx">Mac OS X</a></li>
<li><a href="#windows">Windows</a></li>
<li><a href="#linux">Linux</a></li>
<li><a href="#other-systems">Other Systems</a></li>
<li><a href="#source-code">Source Code</a></li>
<li><a href="#snapshots">Development Snapshots</a></li>
<li><a href="#priorreleases">Prior Releases</a></li>
</ul>
</div>
<article>
<section id="osx">
<h1>Mac OS X</h1>
<div class="subsection">
<p>System requirements: Mac OS X 10.7 or newer</p>
<a id="MAC_RELEASE_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="MAC_RELEASE_NAME">OpenSCAD</h3>
<small>64 bit Intel - dmg package - </small><small id="MAC_RELEASE_SIZE">?? MB</small>
</button>
</a>
</div>
<div class="subsection">
<p>OpenSCAD is also available on <a href="http://www.macports.org/" target="_blank">MacPorts</a>:</p>
<pre>
<code>$ sudo port install openscad</code>
</pre>
</div>
</section>
<section id="windows">
<h1>Windows</h1>
<p>System requirements: Windows XP or newer on x86 32/64 bit</p>
<a id="WIN32_RELEASE1_URL" href="http://files.openscad.org/files">
<button class="left, download-button">
<h3 id="WIN32_RELEASE1_NAME">OpenSCAD</h3>
<small>x86 (32-bit) exe installer - </small><small id="WIN32_RELEASE1_SIZE">?? MB</small>
</button>
</a>
<a id="WIN32_RELEASE2_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="WIN32_RELEASE2_NAME">OpenSCAD</h3>
<small>x86 (32-bit) zip package - </small><small id="WIN32_RELEASE2_SIZE">?? MB</small>
</button>
</a>
<br clear="both"/>
<a id="WIN64_RELEASE1_URL" href="http://files.openscad.org">
<button class="left, download-button">
<h3 id="WIN64_RELEASE1_NAME">OpenSCAD</h3>
<small>x86 (64-bit) exe installer - </small><small id="WIN64_RELEASE1_SIZE">?? MB</small>
</button>
</a>
<a id="WIN64_RELEASE2_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="WIN64_RELEASE2_NAME">OpenSCAD</h3>
<small>x86 (64-bit) zip package - </small><small id="WIN64_RELEASE2_SIZE">?? MB</small>
</button>
</a>
</section>
<section id="linux">
<h1>Linux</h1>
<div id="ubuntu" class="subsection">
<h2>Debian / Ubuntu / Kubuntu</h2>
<p>OpenSCAD is available in the repositories of recent distributions.
<pre>
<code>$ sudo apt-get install openscad</code>
</pre>
<h3>For Ubuntu users:</h3>
<p>To update to the latest release add the following
<a href="https://launchpad.net/~openscad/+archive/ubuntu/releases">PPA</a> before installing OpenSCAD:</p>
<pre>
<code>$ sudo add-apt-repository ppa:openscad/releases</code>
<code>$ sudo apt-get update</code>
</pre>
</div>
<div id="fedora" class="subsection">
<h2>Fedora</h2>
<p>OpenSCAD is available in Fedora official repositories. To install, run the following command:</p>
<pre>
<code># yum install openscad</code>
</pre>
<p>If you want the MCAD library:</p>
<pre>
<code># yum install openscad-MCAD</code>
</pre>
<p>Please note that you'll find OpenSCAD 2014.03 in Fedora 21 and lower. In case you'd like to use 2015.03 in Fedora 21, you can use <a href="https://copr.fedoraproject.org/coprs/churchyard/openscad-2015.03/">a Copr repo with it</a>.</a></p>
</div>
<div id="opensuse" class="subsection">
<h2>openSUSE</h2>
<p>OpenSCAD is available from <a href="http://software.opensuse.org/download.html?project=graphics&package=openscad" target="_blank">software.opensuse.org</a></p>
</div>
<div id="arch" class="subsection">
<h2>Arch Linux</h2>
<pre>
<code># pacman -S openscad</code>
</pre>
</div>
<div id="other-linux" class="subsection">
<h2>Other Linux</h2>
<p>The following generic binary Linux packages are available:</p>
<a id="LIN32_RELEASE_URL" href="http://files.openscad.org">
<button class="left, download-button">
<h3 id="LIN32_RELEASE_NAME">OpenSCAD</h3>
<small>x86 (32-bit) - tgz archive - </small><small id="LIN32_RELEASE_SIZE">?? MB</small>
</button>
</a>
<a id="LIN64_RELEASE_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="LIN64_RELEASE_NAME">OpenSCAD</h3>
<small>x64 (64-bit) - tgz archive -</small><small id="LIN64_RELEASE_SIZE">?? MB</small>
</button>
</a>
</div>
</section>
<section id="bsd">
<h1>BSD</h1>
<div id="netbsd" class="subsection">
<h2>NetBSD (>=6.1)</h2>
<p><a href="http://pkgin.net/">Set up pkgin</a> and run this command:</p>
<pre>
<code># pkgin install openscad</code>
</pre>
</div>
<div id="openbsd" class="subsection">
<h2>FreeBSD (>=10)</h2>
<pre>
<code># pkg install openscad</code>
</pre>
</div>
<div id="openbsd" class="subsection">
<h2>OpenBSD</h2>
<p>OpenSCAD is available for amd64, i386 and macppc in OpenBSD packages:</p>
<pre>
<code># pkg_add openscad</code>
</pre>
</div>
</section>
<section id="other-systems">
<h1>Other Systems</h1>
<p>It's possible to build OpenSCAD on other systems as long as a C++ compiler and the prerequisite software libraries are available.</p>
</section>
<a href="https://github.com/openscad/openscad"><img class="github-ribbon" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<section id="source-code" class="github-ribbon">
<h1>Source Code</h1>
<a id="SRC_RELEASE_URL" href="http://files.openscad.org">
<button class="left, last, download-button">
<h3 id="SRC_RELEASE_NAME">OpenSCAD</h3>
<small>source code - tgz archive -</small><small id="SRC_RELEASE_SIZE">?? MB</small>
</button>
</a>
<p>You can also access the latest source code on github: <a href="https://github.com/openscad/openscad" target="_blank">openscad/openscad on github</a></p>
</section>
<section id="snapshots">
<h1>Development Snapshots</h1>
<p>Development snapshots are built irregularly. If you want access to a more recent development snapshot, please contact the <a href="community.html#mailing-list">mailing list</a>.<p>
<div id="snapshots-osx" class="subsection">
<h2>Mac OS X</h2>
<a id="MAC_SNAPSHOT_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="MAC_SNAPSHOT_NAME">OpenSCAD</h3>
<small>64 bit Intel - dmg package - </small><small id="MAC_SNAPSHOT_SIZE">?? MB</small>
</button>
</a>
</div>
<div id="snapshots-windows" class="subsection">
<h2>Windows</h2>
<a id="WIN32_SNAPSHOT1_URL" href="http://files.openscad.org">
<button class="left, download-button">
<h3 id="WIN32_SNAPSHOT1_NAME">OpenSCAD</h3>
<small>x86 (32-bit) exe installer - </small><small id="WIN32_SNAPSHOT1_SIZE">?? MB</small>
</button>
</a>
<a id="WIN32_SNAPSHOT2_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="WIN32_SNAPSHOT2_NAME">OpenSCAD</h3>
<small>x86 (32-bit) zip package - </small><small id="WIN32_SNAPSHOT2_SIZE">?? MB</small>
</button>
</a>
<a id="WIN32_SNAPSHOT3_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="WIN32_SNAPSHOT3_NAME">OpenSCAD</h3>
<small>x86 (32-bit) test suite - </small><small id="WIN32_SNAPSHOT3_SIZE">?? MB</small>
</button>
</a>
<br clear="both"/>
<a id="WIN64_SNAPSHOT1_URL" href="http://files.openscad.org">
<button class="left, download-button">
<h3 id="WIN64_SNAPSHOT1_NAME">OpenSCAD</h3>
<small>x86 (64-bit) exe installer - </small><small id="WIN64_SNAPSHOT1_SIZE">?? MB</small>
</button>
</a>
<a id="WIN64_SNAPSHOT2_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="WIN64_SNAPSHOT2_NAME">OpenSCAD</h3>
<small>x86 (64-bit) zip package - </small><small id="WIN64_SNAPSHOT2_SIZE">?? MB</small>
</button>
</a>
<a id="WIN64_SNAPSHOT3_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="WIN64_SNAPSHOT3_NAME">OpenSCAD</h3>
<small>x86 (64-bit) test suite - </small><small id="WIN64_SNAPSHOT3_SIZE">?? MB</small>
</button>
</a>
</div>
<div id="snapshots-linux" class="subsection">
<h2>Linux</h2>
<p>Please try the automatically built snapshots first if you are running a supported distribution
(see <a href="#snapshots-linux-auto">below</a>), the following AppImage builds are still
experimental.</p>
<table>
<tr>
<td align="center">
<!-- <a id="LIN32_SNAPSHOT_URL" href="http://files.openscad.org"> -->
<button class="left, download-button">
<strike><h3 id="LIN32_SNAPSHOT_NAME">OpenSCAD</h3></strike>
<strike><small>x86 (32-bit) - </small><small id="LIN32_SNAPSHOT_SIZE">?? MB</small></strike>
</button>
<!-- </a> -->
</td>
<td align="center">
<a id="LIN64_SNAPSHOT_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="LIN64_SNAPSHOT_NAME">OpenSCAD</h3>
<small>x64 (64-bit) - </small><small id="LIN64_SNAPSHOT_SIZE">?? MB</small>
</button>
</a>
</td>
</tr>
<tr>
<td align="center">
<a id="ARM32_SNAPSHOT_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="ARM32_SNAPSHOT_NAME">OpenSCAD</h3>
<small>ARM (32-bit/armv7l) - </small><small id="ARM32_SNAPSHOT_SIZE">?? MB</small>
</button>
</a>
</td>
<td align="center">
<a id="ARM64_SNAPSHOT_URL" href="http://files.openscad.org">
<button class="download-button">
<h3 id="ARM64_SNAPSHOT_NAME">OpenSCAD</h3>
<small>ARM (64-bit/aarch64) - </small><small id="ARM64_SNAPSHOT_SIZE">?? MB</small>
</button>
</a>
</td>
</tr>
</table>
<p>The packages are automatically built based on the <a href="https://github.com/openscad/openscad/tree/master">master branch</a>
on github.</p>
<p>Note: The packages are called "<b>openscad-nightly</b>" so it's possible to install the development
snapshot packages in parallel to the release version from the official repositories.</p>
<h2>Debian / Ubuntu packages built on <a href="https://build.opensuse.org/">OpenSUSE build service</a></h2>
<p>To install the packages, the release key must be added with apt-key to the key-ring to allow
apt-get / aptitude to validate the packages.<br/>
Key ID: 75F3214F30EB8E08 (valid till 2019-02-07)<br/>
Key UID: home:t-paul OBS Project <home:t-paul@build.opensuse.org></p>
<p>NOTE: If you get errors about an expired key valid till 2016-11-28, please re-import via the following command.</p>
<pre>
<small><code># wget -qO - http://files.openscad.org/OBS-Repository-Key.pub | sudo apt-key add -</code></small>
</pre>
<br/>
<p>After the key is added, the repository URL needs to be configured. This can be done by creating a new
file <b>/etc/apt/sources.list.d/openscad.list</b> with the URL specific to the distribution.
<h3>Debian 8 (Jessie)</h3>
<pre>
<small><code>deb http://download.opensuse.org/repositories/home:/t-paul/Debian_8.0/ ./</code></small>
</pre>
<h3>Debian 9 (Stretch)</h3>
<pre>
<small><code>deb http://download.opensuse.org/repositories/home:/t-paul/Debian_9.0/ ./</code></small>
</pre>
<h3>Debian Testing</h3>
<pre>
<small><code>deb http://download.opensuse.org/repositories/home:/t-paul/Debian_Testing_standard/ ./</code></small>
</pre>
<h3>Ubuntu 16.04</h3>
<pre>
<small><code>deb http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_16.04/ ./</code></small>
</pre>
<h3>Ubuntu 16.10</h3>
<pre>
<small><code>deb http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_16.10/ ./</code></small>
</pre>
<h3>Ubuntu 17.04</h3>
<pre>
<small><code>deb http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_17.04/ ./</code></small>
</pre>
<h3>Ubuntu 17.10</h3>
<pre>
<small><code>deb http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_17.10/ ./</code></small>
</pre>
<h2>openSUSE packages built on <a href="https://build.opensuse.org/">OpenSUSE build service</a></h2>
<h3>openSUSE Leap 42.2</h3>
<pre>
<small><code>http://download.opensuse.org/repositories/home:/t-paul/openSUSE_Leap_42.2/</code></small>
</pre>
<h3>openSUSE Leap 42.3</h3>
<pre>
<small><code>http://download.opensuse.org/repositories/home:/t-paul/openSUSE_Leap_42.3/</code></small>
</pre>
<h3>openSUSE Tumbleweed</h3>
<pre>
<small><code>http://download.opensuse.org/repositories/home:/t-paul/openSUSE_Tumbleweed/</code></small>
</pre>
<h2>Fedora packages built on Copr</h2>
<p>RPM repository with nightly OpenSCAD development snapshots on <a href="http://copr.fedoraproject.org/coprs/churchyard/openscad-devel/">copr.fedoraproject.org</a>.</p>
<h2>Arch Linux</h2>
To install OpenSCAD from git on Arch Linux the <a href="https://aur.archlinux.org/packages/openscad-git/">openscad-git pkgbuild</a>
is available on <a href="https://aur.archlinux.org/">AUR</a>.
</div>
</section>
<section id="priorreleases">
<h1>Prior Releases</h1>
<p>Prior releases are available at <a href="http://files.openscad.org">files.openscad.org</a></p>
</section>
</article>
<div class="clear"></div>
</div><!--#page-content end-->
<footer>
</footer>
</div><!--#page-wrap end-->
</body>
</html>