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
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This repository contains the source code for Spike's [Fore Thought Engine](https
10
10
-[x] Linux 64-bit
11
11
-[x] Linux ARMhf
12
12
-[x] Linux ARM64
13
-
-[ ] macOS††
13
+
-[ ] macOS†
14
14
-[x] Windows 32-bit
15
15
-[x] Windows 64-bit
16
16
@@ -25,7 +25,6 @@ make m-rel FTE_TARGET=YOUR_TARGET FTE_CONFIG=nzportable -j8
25
25
```
26
26
27
27
Subtitute `YOUR_TARGET` with one of the following, for whatever platform you wish to build for:
28
-
*`macosx_x86`††
29
28
*`linux32`
30
29
*`linux64`
31
30
*`linux_armhf`
@@ -39,6 +38,4 @@ We also provide prebuilt binaries on the [Releases](https://github.com/nzp-team/
39
38
40
39
<hr>
41
40
42
-
†*We are not interested in supporting Android or other touch devices.*
43
-
44
-
††*macOS is currently unsupported though this is planned to change. Accomodations need to be made to the FTEQW `Makefile` to look for [osxcross](https://github.com/tpoechtrager/osxcross) environment variables and tests need to be made to ensure compiling under clang is functional (or just using a proper gcc version in osxcross).*
41
+
†*We are not interested in supporting Android or other touch devices, nor macOS.*
0 commit comments