@@ -8,25 +8,20 @@ NOTE: In Windows Explorer and many Linux file browsers, using the
8
8
"Extract all" function creates an unwanted extra directory, so it is better
9
9
to put the archive's files into this directory using copy and paste.
10
10
11
- Engine archives are named like <system>-<architecture>.zip
12
-
13
- System is either, linux, windows, or macos.
14
-
15
- Architecture is either:
16
-
17
- - amd64: 64-bit x86 processor
18
- - i686: 32-bit x86 processor
19
- - arm64: 64-bit arm processor
20
- - armhf: 32-bit arm processor with hardware float
21
-
22
- For example windows-amd64.zip is the engine archive for running
23
- the game on the Windows operating system for 64-bit x86 computers.
11
+ Archive for each operating system:
12
+ Linux, 64-bit x86 (a.k.a. x86-64; most common): linux-amd64.zip
13
+ Linux, 32-bit x86 (very old computers): linux-i686.zip
14
+ Linux, 64-bit ARM (a.k.a. AArch64): linux-arm64.zip
15
+ Linux, 32-bit ARM with hardware float: linux-armhf.zip
16
+ Linux, 32-bit ARM with soft float (armel): not supported
17
+ Windows, 64-bit (a.k.a x64): windows-amd64.zip
18
+ Windows, 32-bit (some low-end computers): windows-i686.zip
19
+ MacOS (either Intel or Apple Silicon): macos-amd64.zip
24
20
25
21
Executable name for each operating system:
26
-
27
- - Linux: daemon
28
- - Windows: daemon.exe
29
- - macOS: Unvanquished.app
22
+ Linux: daemon
23
+ Windows: daemon.exe
24
+ macOS: Unvanquished.app
30
25
31
26
Happy Fragging :)
32
27
0 commit comments