Changes between Version 7 and Version 8 of HintsForAsdfAndOpenmcl
- Timestamp:
- 02/02/10 13:16:33 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HintsForAsdfAndOpenmcl
v7 v8 6 6 '''Clozure CL''' also includes [http://www.cliki.net/asdf-install ASDF-INSTALL], a CPAN-style repository for Common Lisp. The site includes an enumeration of all the useful code it can fetch and install for you. 7 7 8 You may need to add following to {{{~/.asdf-install}}} to disable gpg sig verification :8 You may need to add following to {{{~/.asdf-install}}} to disable gpg sig verification (bad idea): 9 9 10 10 {{{ … … 53 53 These paths are different if you used [http://www.macports.org/ MacPorts] to install the software. The {{{tools/asdf-install}}} directory will already exist after the port install, so you just need to change the file permissions. 54 54 {{{ 55 sudo chgrp admin /opt/local/share/ openmcl/1.0/tools/asdf-install56 sudo chmod -R g+w /opt/local/share/ openmcl/1.0/tools/asdf-install55 sudo chgrp admin /opt/local/share/ccl/1.4/tools/asdf-install 56 sudo chmod -R g+w /opt/local/share/ccl/1.4/tools/asdf-install 57 57 sudo mkdir /usr/local/asdf-install # create a directory where the files shall go 58 58 }}}
