Suggestions for the Clozure CL 1.12 release notes #427
Closed
marktmiller
started this conversation in
General
Replies: 1 comment 1 reply
-
Or you can also install the ccl or ccl64 script in your PATH and just type |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overall, I found these instructions worked as expected, but I had a suggestion, as I was new to doing the build process.
After running the make steps for building the kernel, I was a bit lost about what to do next. The instructions just say "start the lisp and evaluate (rebuild-ccl :clean t)". I was wondering how I should start lisp up. After doing some poking around, I figured out I should do:
cd ../..
./dx86cl64
That took me back to ccl-dev, where I found dx86cl64. Evaluating the lisp expression in that seemed to work (no errors). I just would've appreciated seeing those steps included in the instructions.
Beta Was this translation helpful? Give feedback.
All reactions