mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-11 11:42:01 -08:00
review my_app/README
This commit is contained in:
parent
c87cf7910c
commit
d2eec409d4
1 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||
------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue