Changes between Version 5 and Version 6 of releng/abcl-1.1.0
- Timestamp:
- 11/28/12 18:22:20 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
releng/abcl-1.1.0
v5 v6 20 20 1. Remove local Quicklisp 21 21 {{{ 22 22 cmd$ mv ~/quicklisp ~/quicklisp.0 23 23 }}} 24 24 … … 28 28 29 29 {{{ 30 CL-USER> (require :abcl-contrib) (require :quicklisp-abcl) (asdf:load-system :quicklisp-abcl :force t) 31 30 CL-USER> (require :abcl-contrib) (require :quicklisp-abcl) (asdf:load-system :quicklisp-abcl :force t) 32 31 }}}