We now have a delivery script, enabling us to deliver the application as conveniently as possible. We can now try to deliver a simple, standalone image (with the delivery script having been set up to deliver at delivery level 0) to verify that the application can function standalone, before trying to make it smaller.
lispworks-4-2-0 -init script.lsp
The script runs for a while, and as delivery proceeds a number of messages are printed. When it is finished, the image exits and there is an executable file called othello.exe
in your current working folder on Windows, and othello
in your working directory on UNIX.
othello
file.See How to deliver a standalone version of your application for a more detailed discussion of this part of the delivery process.