I'm attempting to learn how to deliver my application using LispWorks Professional 5.1.2 on Mac OS X 10.5.7. I have almost zero experience with Unix and the Terminal application.
In following the instructions in section 2.2 of the Delivery Manual, which reads
On Mac OS X, use Terminal.app. Ensure you're in the directory of the image first:
% cd "/Applications/LispWorks 5.1/LispWorks.app/Contents/MacOS"
% lispworks-5-1-0-macos-universal -build deliver.lisp
I get
BAKER-FIVE-SEVENTY-FOUR:~ lw$ cd "/Applications/LispWorks 5.1/LispWorks.app/Contents/Macos"
BAKER-FIVE-SEVENTY-FOUR:Macos lw$ lispworks-5-1-0-macos-universal -build script.lisp
-bash: lispworks-5-1-0-macos-universal: command not found
BAKER-FIVE-SEVENTY-FOUR:Macos lw$ lispworks-5-1-2-macos-universal -build script.lisp
-bash: lispworks-5-1-2-macos-universal: command not found
The deliver script is in a file named script.lisp, following the instructions in section 12.2.
So, clues please. Am I getting the directory right? Is there a typo I don't see? Is there some other name for the command?
Also, I don't think the manual says, but where should the delivery script be placed?
Thanks for your help.
Laughing Water