Install software

  1. Install latest XCode?
  2. Install Aquamacs (NOTE: the latest Aquamacs already has SLIME installed.)
  3. 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.)
  4. 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?
    1. .asd
    2. .lisp
    3. .cl
    4. .system
    5. .olisp
    6. .sh

Check out stuff from CVS From MacCVS? GUI select Action->Check out other module

  • Check out utils-all
    1. geometry
    2. 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



© 2006, Center for Research on Unexpected Events, USC ISI. All rights reserved.