Skip to content

Commit f68a2b5

Browse files
authored
README: Fix outdated platform info
1 parent 1d0b397 commit f68a2b5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository contains the source code for Spike's [Fore Thought Engine](https
1010
- [x] Linux 64-bit
1111
- [x] Linux ARMhf
1212
- [x] Linux ARM64
13-
- [ ] macOS†
13+
- [ ] macOS†
1414
- [x] Windows 32-bit
1515
- [x] Windows 64-bit
1616

@@ -25,7 +25,6 @@ make m-rel FTE_TARGET=YOUR_TARGET FTE_CONFIG=nzportable -j8
2525
```
2626

2727
Subtitute `YOUR_TARGET` with one of the following, for whatever platform you wish to build for:
28-
* `macosx_x86`††
2928
* `linux32`
3029
* `linux64`
3130
* `linux_armhf`
@@ -39,6 +38,4 @@ We also provide prebuilt binaries on the [Releases](https://github.com/nzp-team/
3938

4039
<hr>
4140

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

Comments
 (0)