review my_app/README

This commit is contained in:
polos 2017-07-20 00:54:37 +02:00
parent c87cf7910c
commit d2eec409d4

View file

@ -5,9 +5,9 @@ HOWTO
Prepare:
--------
- in "make.lisp", add all of your lisp files to *lisp-files* (see "lisp/")
- in "make.lisp", add all of your lisp files to *lisp-files*
- adapt main.cpp (translations, initial Lisp form to evaluate, package name).
- alternatively (using ASDF) see "my-app.asd" and "dependencies.lisp"
Build (simple, no ASDF):
@ -19,7 +19,6 @@ Build (simple, no ASDF):
$ qmake
$ make (MSVC: nmake)
Now you should find a "my_app" executable.
@ -39,6 +38,8 @@ Build (using ASDF with dependencies):
dependencies.lisp ; for Quicklisp (used in "run" and "make-ASDF")
run.lisp ; load system
Now you should find a "my_app" executable, containing everything in one exe.
Notes:
------