Install software
- Install latest XCode?
- Install Aquamacs (NOTE: the latest Aquamacs already has SLIME installed.)
- Install openMCL (NOTE: the latest openMCL has issues w/ asdf. Hopefully they'll be fixed by the time anyone actually has to use these directions.)
- Install MacCVS? Pro
Do CVS stuff
- Create a CVS directory in your home directory. (We'll assume it's called 'research')
cd
mkdir research
- Set CVS environment variable in your .bashrc or .cshrc
setenv CVSROOT ":ext:shane@yertle.isi.edu:Users/lisp/repository"
(replace "shane" w/ your username)
- Setup file extensions in MacCVSPro?
- .asd
- .lisp
- .cl
- .system
- .olisp
- .sh
Check out stuff from CVS
From
MacCVS? GUI select Action->Check out other module
- Check out utils-all
- geometry
- clasp
- Create an openmcl init file
cp /path/to/your/cvs/init-files/portable-lisp-init ~/openmcl-lisp-init.lisp
- Edit your openmcl-lisp-init.lisp file and fix the pathnames to point at the right stuff