Skip to content

Commit

Permalink
Install hint for Apple Silicon (closes idris-lang#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn authored and gallais committed Dec 18, 2020
1 parent bff7480 commit 681c1bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 681c1bf

Please sign in to comment.