mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
clarify chibi-scheme-static docs
This commit is contained in:
parent
598dcad547
commit
875cefc686
1 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,13 @@ To compile a static executable, use
|
||||||
|
|
||||||
\command{make chibi-scheme-static SEXP_USE_DL=0}
|
\command{make chibi-scheme-static SEXP_USE_DL=0}
|
||||||
|
|
||||||
|
Note this static executable has none of the external binary libraries
|
||||||
|
included, which means among other things you can't load the
|
||||||
|
\scheme{(scheme base)} default language. You need to specify the
|
||||||
|
\scheme{(chibi)} or other Scheme-only language to run:
|
||||||
|
|
||||||
|
\command{./chibi-scheme-static -q}
|
||||||
|
|
||||||
To compile a static executable with all C libraries statically
|
To compile a static executable with all C libraries statically
|
||||||
included, first you need to create a clibs.c file, which can be done
|
included, first you need to create a clibs.c file, which can be done
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue