File: SupportedPlatforms.html

package info (click to toggle)
shasta 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,636 kB
  • sloc: cpp: 82,262; python: 2,348; makefile: 222; sh: 143
file content (47 lines) | stat: -rw-r--r-- 1,015 bytes parent folder | download | duplicates (2)
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>