From d81f063eaf37d468939625204ce42dbfd81abea0 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Fri, 9 Sep 2022 16:45:28 +0200 Subject: [PATCH] macos arm --- onelab.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/onelab.html b/onelab.html index 78c0774..4c747f0 100644 --- a/onelab.html +++ b/onelab.html @@ -61,8 +61,9 @@ or not) can be easily interfaced as well. <li>Download the ONELAB software bundle: <ul> <li>Desktop version for <a href="files/onelab-Windows64.zip">Windows</a>, - <a href="files/onelab-Linux64.zip">Linux</a> or - <a href="files/onelab-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a> + <a href="files/onelab-Linux64.zip">Linux</a>, + <a href="files/onelab-MacOSX.dmg">macOS (x86)</a> or + <a href="files/onelab-MacOSARM.dmg">macOS (arm)</a> <a href="#1"><sup>*</sup></a> <li>Mobile version for <a href="https://play.google.com/store/apps/details?id=org.geuz.onelab">Android</a> and <a href="https://itunes.apple.com/us/app/onelab/id845930897">iOS</a> <li><a href="files/onelab-source.zip">Source code</a> @@ -84,7 +85,8 @@ or not) can be easily interfaced as well. <div class="small"> <a name="1"><sup>*</sup></a> Desktop versions require Windows 10, Linux with - glibc ≥ 2.24, or macOS ≥ 10.15 + glibc ≥ 2.24, macOS (x86 - Intel processors) ≥ 10.15 or macOS (arm - + Apple M1/M2 processors) ≥ 12 </div> <h2>Additional information</h2> -- GitLab