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
|
<!DOCTYPE html>
<html>
<head>
<link rel=stylesheet href=style.css />
<link rel=icon href=CZI-new-logo.png />
</head>
<body>
<main>
<div class="goto-index"><a href="index.html">Table of contents</a></div>
<h1>Supported platforms</h1>
<h2>Running an assembly</h2>
<p>
Basic Shasta functionality (running an assembly)
is supported by the Shasta executable on the following
platforms:
<ul>
<li>
Most current 64-bit Linux distributions for the
<code>x86_64</code> architecture.
<li>
Windows, using the Linux version of the Shasta executable and
running under
<a href="https://docs.microsoft.com/en-us/windows/wsl/install-win10">
Windows Subsystem for Linux (WSL)</a>.
</ul>
<p>
See <a href=Running.html>here</a> for more information.
<h2>Extended functionality</h2>
<p>
Extended Shasta functionality (http server, Python API)
is only available on Ubuntu 22.04 LTS.
Porting to other Linux platforms is possible.
<div class="goto-index"><a href="index.html">Table of contents</a></div>
</main>
</body>
</html>
|