From d2eec409d472634e51c8cf650c4b1cab9dc2b8b7 Mon Sep 17 00:00:00 2001 From: polos Date: Thu, 20 Jul 2017 00:54:37 +0200 Subject: [PATCH] review my_app/README --- my_app/README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/my_app/README.txt b/my_app/README.txt index 1884a53..b75ea80 100644 --- a/my_app/README.txt +++ b/my_app/README.txt @@ -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: ------