Changes between Initial Version and Version 1 of Ticket #64621, comment 19
- Timestamp:
- May 3, 2022, 7:58:24 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64621, comment 19
initial v1 11 11 For the record, here are my exact steps for reproducing tomio-arisaka's work (note that if you copy the patch from the comment text you will have to fix a bit of formatting; I will try to attach a cleaned-up version to this bug report): 12 12 13 {{{ 13 14 # Grab the sbcl distribution 14 15 sudo port fetch sbcl … … 30 31 # Install what you just built 31 32 sudo port -s install sbcl +a_ccl 33 }}} 34 35 EDIT: Noticed poor formatting, tried to fix.