From 2060c2a14c1723e3d5bec8f6bfc0880b211c9d71 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 6 Feb 2021 11:50:35 -0600 Subject: [PATCH] README: Add instructions for M1 macs and talk about the arm64 port. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f3c703be4c..4a746f0c95 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ build script: * Unix: `./build.sh update` * Windows: `build.cmd` +* M1 macOS: `arch -x86_64 ./build.sh update` or download the correct boot image for your system from http://downloads.factorcode.org/images/master/, put it in the `factor` @@ -48,6 +49,10 @@ directory and run: Now you should have a complete Factor system ready to run. +Factor does not yet work on arm64 cpus. There is an arm64 assembler +in `cpu.arm.assembler` and we are working on a port and also looking for +contributors. + More information on [building factor](https://concatenative.org/wiki/view/Factor/Building%20Factor) and [system requirements](https://concatenative.org/wiki/view/Factor/Requirements). -- 2.34.1