mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Update asdf_with_dependence example readme
This commit is contained in:
parent
f400d2ae5e
commit
cd0d59e028
1 changed files with 4 additions and 3 deletions
|
|
@ -31,6 +31,8 @@ already recognized by ASDF).
|
||||||
Use this in REPL to make an executable:
|
Use this in REPL to make an executable:
|
||||||
|
|
||||||
#+BEGIN_SRC common-lisp
|
#+BEGIN_SRC common-lisp
|
||||||
|
(asdf:load-asd "example-with-dep.asd")
|
||||||
|
(asdf:load-system :example-with-dep)
|
||||||
(asdf:make-build :example-with-dep
|
(asdf:make-build :example-with-dep
|
||||||
:type :program
|
:type :program
|
||||||
:move-here #P"./"
|
:move-here #P"./"
|
||||||
|
|
@ -208,4 +210,3 @@ build all dependent libraries separately as static libraries.
|
||||||
|
|
||||||
[fn:1] You may also link ECL runtime statically. That is not covered
|
[fn:1] You may also link ECL runtime statically. That is not covered
|
||||||
in this walkthrough.
|
in this walkthrough.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue