mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-18 02:30:56 -07:00
doc: update install for macos
This commit is contained in:
parent
109aa3d265
commit
202a2e14ae
1 changed files with 3 additions and 3 deletions
6
INSTALL
6
INSTALL
|
|
@ -13,11 +13,11 @@ If you do not have access to the online version, follow the following recipies.
|
|||
|
||||
* MacOS/arm64 (Apple M)
|
||||
|
||||
The process is similar to a typical UNIX, but ~make~ must be preceeded with the
|
||||
architecture specification:
|
||||
The process is similar to a typical UNIX, but ~configure~ and ~make~ must be
|
||||
preceeded with the architecture specification:
|
||||
|
||||
#+begin_src sh
|
||||
./configure
|
||||
arch -arm64 ./configure
|
||||
arch -arm64 make
|
||||
make install
|
||||
#+end_src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue