You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expand the .tar (using MacOS click-and-expand is ok)
use macOS terminal
cd ~/Downloads/ccl/lisp-kernel/darwinx8664
# strangely darwinarm does not work saying missing some arm/as ...
make clean
make
note this statement in make:
all: ../../dx86cl64
hence to run use ../../dx86cl64 or click ~/Downloads/ccl/ccl/dx86cl64
i.e. to start ccl the ? is its prompt
? (rebuild-ccl :clean t)
; ? (require "COCOA") ; not sure you need this step ... which just generate a temp app
? (require "COCOA-APPLICATION")
; use this it will generate a "Clozure CL64.app" which you can now click-and-run under macOS ...
; you may even move to app folder
; ccl is emacs like though, not vim ... too late for me
; as I switch to vim sbcl (you can search and know that option) more than 5 years ago
; still ... like to see old friend back to work ... great
; may give a go ...
The text was updated successfully, but these errors were encountered:
You do need to do a few things on top of what the doc said:
Then do what the doc said i.e.
note this statement in make:
hence to run use ../../dx86cl64 or click ~/Downloads/ccl/ccl/dx86cl64
i.e. to start ccl the ? is its prompt
; use this it will generate a "Clozure CL64.app" which you can now click-and-run under macOS ...
; you may even move to app folder
; ccl is emacs like though, not vim ... too late for me
; as I switch to vim sbcl (you can search and know that option) more than 5 years ago
; still ... like to see old friend back to work ... great
; may give a go ...
The text was updated successfully, but these errors were encountered: