mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-24 20:23:11 +03:00
Install hint for Apple Silicon (closes #836)
This commit is contained in:
parent
bff74807fd
commit
681c1bf10f
@ -29,6 +29,9 @@ make sure you run `./configure --threads` to build multithreading support in.
|
||||
**NOTE**: On FreeBSD, OpenBSD and NetBSD you need to use `gmake` command instead
|
||||
of `make` in the following steps.
|
||||
|
||||
**NOTE**: If you're running macOS on Apple Silicon (arm64) you may need to run
|
||||
"`arch -x86_64 make ...`" instead of `make` in the following steps.
|
||||
|
||||
### 1: Set the PREFIX
|
||||
|
||||
- Change the `PREFIX` in `config.mk`. The default is to install in
|
||||
|
Loading…
Reference in New Issue
Block a user