You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,14 @@ For more information on Mzinga and its projects, please check out the [Mzinga Wi
14
14
15
15
Mzinga was written in C# and should run anywhere that supports [.NET 8.0](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md). It has been officially tested on:
16
16
17
-
* Windows 10 and 11
18
-
* Ubuntu 20.04
19
-
* macOS 10.15
17
+
* Windows 10 and 11 (x64)
18
+
* Ubuntu 22.04 (x64)
20
19
21
20
### Windows ###
22
21
23
22
#### Standard ####
24
23
25
-
The standard Windows release provides self-contained x86/x64/arm64 binaries which run on Windows 7 SP1+, 8.1, 10, and 11.
24
+
The standard Windows release provides self-contained x86/x64/arm64 binaries which run on 10 and 11.
26
25
27
26
1. Download the latest Windows zip file (Mzinga.WinX86.zip, Mzinga.WinX64.zip, *or* Mzinga.WinArm64.zip) from https://github.com/jonthysell/Mzinga/releases/latest
28
27
2. Extract the zip file
@@ -31,7 +30,7 @@ The standard Windows release provides self-contained x86/x64/arm64 binaries whic
31
30
32
31
#### Setup MSI ####
33
32
34
-
A standalone version of *MzingaViewer* is available via an installer which can run on Windows 7 SP1+, 8.1, 10, and 11.
33
+
A standalone version of *MzingaViewer* is available via an installer which can run on 10 and 11.
35
34
36
35
1. Download the latest Windows setup file (MzingaViewer.WinX86.Setup.msi, MzingaViewer.WinX64.Setup.msi *or* MzingaViewer.WinArm64.Setup.msi) from https://github.com/jonthysell/Mzinga/releases/latest
37
36
2. Open the installer
@@ -48,14 +47,14 @@ A standalone version of *MzingaViewer* is available via the Microsoft Store for
48
47
49
48
### MacOS ###
50
49
51
-
The MacOS release provides self-contained x64/arm64 binaries which run on OSX >= 10.15.
50
+
The MacOS release provides self-contained x64/arm64 binaries which should run on OSX >= 13.
52
51
53
52
1. Download the latest MacOS tar.gz file (Mzinga.MacOSX64.tar.gz *or* Mzinga.MacOSArm64.tar.gz) from https://github.com/jonthysell/Mzinga/releases/latest
54
53
2. Extract the tar.gz file
55
54
56
-
**Note:** If you're unsure which version to download, try Mzinga.MacOSX64.tar.gz first. Most modern PCs are x64.
55
+
**Note:** If you're on Apple Silicon (M1/M2/etc.), try Mzinga.MacOSArm64.tar.gz first. Otherwise if you're on Intel hardware use Mzinga.MacOSX64.tar.gz.
57
56
58
-
**Note:** If MacOS Gatekeeper prevents you from running Mzinga, you may need to run `xattr -cr` on the downloaded files.
57
+
**Note:** If MacOS Gatekeeper prevents you from running Mzinga (complaining that it's "damaged"), you may need to run `xattr -cr Mzinga*` in the directory first.
59
58
60
59
### Linux ###
61
60
@@ -68,7 +67,7 @@ The Linux release provides self-contained x64/arm64 binaries which run on many L
68
67
69
68
### Unpacked ###
70
69
71
-
The Unpacked release provides loose, framework-dependent .NET 6 binaries.
70
+
The Unpacked release provides loose, framework-dependent .NET 8 binaries.
72
71
73
72
1. Install the latest [.NET Runtime](https://dotnet.microsoft.com/download/dotnet/8.0)
74
73
2. Download the latest Unpacked zip file (Mzinga.Unpacked.zip) from https://github.com/jonthysell/Mzinga/releases/latest
0 commit comments