Skip to content

Commit 263ea0a

Browse files
authored
Merge pull request #146 from openscad/sys-requirements
Explicitly note that AMD is and ARM is not supported.
2 parents e2397cf + ca57b37 commit 263ea0a

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

downloads.html

+24-24
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html lang="en">
33
<!--[if lt IE 9]>
44
Your web browser is too old to be compatible with our download page. Please
5-
visit <a href="https://files.openscad.org">https://files.openscad.org</a>
5+
visit <a href="https://files.openscad.org">https://files.openscad.org</a>
66
directly to download the file you wish to use. Thanks.
77
<![endif]-->
88
<head>
99
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1010
<title>OpenSCAD - Downloads</title>
1111

1212
<link href="assets/css/style.css" rel="stylesheet">
13-
13+
1414
<link href="assets/fonts/open-sans/all.css" rel="stylesheet">
1515

1616
<script src="assets/js/jquery-1.9.1.min.js"></script>
@@ -44,7 +44,7 @@
4444
for (var fileid in fileinfo) {
4545
if (fileid.indexOf("_URL") >= 0) {
4646
$("a[id="+fileid+"]").attr('href',fileinfo[fileid]);
47-
} else {
47+
} else {
4848
$("#"+fileid).text(fileinfo[fileid]);
4949
}
5050
}
@@ -98,7 +98,7 @@ <h2 class="subtitle" style="position:relative; left:45px;">The Programmers Solid
9898
</header>
9999

100100
<div id="page-content">
101-
101+
102102
<div id="sidebar" class="sticky">
103103
<h1>Downloads</h1>
104104
<ul>
@@ -114,7 +114,7 @@ <h1>Downloads</h1>
114114
<li><a href="#gnupg">GnuPG Signature</a></li>
115115
</ul>
116116
</div>
117-
117+
118118
<article>
119119
<section id="osx">
120120
<h1>macOS</h1>
@@ -454,7 +454,7 @@ <h3 id="MAC_SNAPSHOT_NAME">OpenSCAD</h3></a>
454454
<div id="snapshots-windows" class="subsection">
455455
<h2>Windows</h2>
456456

457-
<p>System requirements: Windows 10 (64-bit), or newer, Intel system.</p>
457+
<p>System requirements: Windows 10 (64-bit), or newer, Intel/AMD system (ARM based systems are not supported).</p>
458458

459459
<div class="left, download-button">
460460
<a id="WIN64_SNAPSHOT_INSTALLER_URL" href="https://files.openscad.org">
@@ -477,16 +477,16 @@ <h3 id="WIN64_SNAPSHOT_ZIP_NAME">OpenSCAD</h3></a>
477477

478478
<div id="snapshots-linux" class="subsection">
479479
<h2>Linux - AppImage</h2>
480-
480+
481481
<p>Please try the automatically built snapshots first if you are running a
482482
supported distribution (see <a href="#snapshots-linux-distro">below</a>), the
483483
following AppImage builds are still experimental.</p>
484-
484+
485485
<p>The ARM 64-bit (aarch64) AppImage is built and tested only for
486486
<a href="https://www.raspberrypi.org/blog/latest-raspberry-pi-os-update-may-2020/">Raspberry PI OS 64-bit</a>
487487
(which may still be in <a href="https://www.raspberrypi.org/forums/viewtopic.php?t=275370">beta test</a>).
488488
</p>
489-
489+
490490
<div class="left, download-button">
491491
<a id="LIN64_SNAPSHOT_URL" href="https://files.openscad.org">
492492
<h3 id="LIN64_SNAPSHOT_NAME">OpenSCAD</h3>
@@ -496,7 +496,7 @@ <h3 id="LIN64_SNAPSHOT_NAME">OpenSCAD</h3>
496496
<small><a id="LIN64_SNAPSHOT_SHA256_URL" href="">sha256</a></small> -
497497
<small><a id="LIN64_SNAPSHOT_SHA512_URL" href="">sha512</a></small>
498498
</div>
499-
499+
500500
<div class="download-button">
501501
<a id="LIN_AARCH64_SNAPSHOT_URL" href="https://files.openscad.org">
502502
<h3 id="LIN_AARCH64_SNAPSHOT_NAME">OpenSCAD</h3>
@@ -510,7 +510,7 @@ <h3 id="LIN_AARCH64_SNAPSHOT_NAME">OpenSCAD</h3>
510510

511511
<div id="snapshots-snap" class="subsection">
512512
<h2>Linux - Snap</h2>
513-
513+
514514
<div class="store-button">
515515
<a href="https://snapcraft.io/openscad-nightly">
516516
<img width="200" alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-white.svg" />
@@ -605,27 +605,27 @@ <h2>Debian / Ubuntu packages built on <a href="https://build.opensuse.org/">Open
605605

606606
<p>After the key is added, the repository URL needs to be configured. This can be done by creating a new
607607
file <b>/etc/apt/sources.list.d/openscad.list</b> with the URL specific to the distribution.</p>
608-
608+
609609
<p>The repository links below are shown as <code>https</code>, please check for your installation if
610610
<code>https</code> is supported. In Debian/Ubuntu this is usually handled by the
611611
<code>apt-transport-https</code> package. OBS also supports HTTP links, but it's recommended to use
612612
<code>https</code> whenever possible.</p>
613-
613+
614614
<h3>Debian 11 (Bullseye)</h3>
615615
<pre>
616616
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Debian_11/ ./</code></small>
617617
</pre>
618-
618+
619619
<h3>Debian 12 (Bookworm)</h3>
620620
<pre>
621621
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Debian_12/ ./</code></small>
622622
</pre>
623-
623+
624624
<h3>Debian Testing</h3>
625625
<pre>
626626
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Debian_Testing/ ./</code></small>
627627
</pre>
628-
628+
629629
<h3>Debian Unstable</h3>
630630
<pre>
631631
<small><code>deb https://download.opensuse.org/repositories/home:/t-paul/Debian_Unstable/ ./</code></small>
@@ -662,29 +662,29 @@ <h3>Ubuntu 24.04 (x86_64, aarch64)</h3>
662662
</pre>
663663

664664
<h2>openSUSE packages built on <a href="https://build.opensuse.org/">OpenSUSE build service</a></h2>
665-
665+
666666
<h3>openSUSE Leap 15.3 (64-bit only)</h3>
667667
<pre>
668668
<small><code>https://download.opensuse.org/repositories/home:/t-paul/openSUSE_Leap_15.3/</code></small>
669669
</pre>
670-
670+
671671
<h3>openSUSE Leap 15.4 (64-bit only)</h3>
672672
<pre>
673673
<small><code>https://download.opensuse.org/repositories/home:/t-paul/openSUSE_Leap_15.4/</code></small>
674674
</pre>
675-
675+
676676
<h3>openSUSE Tumbleweed</h3>
677677
<pre>
678678
<small><code>https://download.opensuse.org/repositories/home:/t-paul/openSUSE_Tumbleweed/</code></small>
679679
</pre>
680-
680+
681681
<h2>Fedora packages built on <a href="https://build.opensuse.org/">OpenSUSE build service</a></h2>
682-
682+
683683
<h3>Fedora 34 (x86_64, armv7l, aarch64, ppc64le)</h3>
684684
<pre>
685685
<small><code>https://download.opensuse.org/repositories/home:/t-paul/Fedora_34/</code></small>
686686
</pre>
687-
687+
688688
<h3>Fedora 35 (x86_64, armv7l, aarch64, ppc64le)</h3>
689689
<pre>
690690
<small><code>https://download.opensuse.org/repositories/home:/t-paul/Fedora_35/</code></small>
@@ -704,7 +704,7 @@ <h3>Fedora Rawhide (x86_64, i586)</h3>
704704
<pre>
705705
<small><code>https://download.opensuse.org/repositories/home:/t-paul/Fedora_Rawhide/</code></small>
706706
</pre>
707-
707+
708708
<h2>Arch Linux</h2>
709709
To install OpenSCAD from git on Arch Linux the
710710
<a href="https://aur.archlinux.org/packages/openscad-git/">openscad-git pkgbuild</a>
@@ -736,7 +736,7 @@ <h1>Signature</h1>
736736
</div><!--#page-content end-->
737737

738738
<footer>
739-
739+
740740
</footer>
741741
</div><!--#page-wrap end-->
742742

0 commit comments

Comments
 (0)