Skip to content

Commit

Permalink
Merge pull request #746 from lubgr/small-doc-fix-on-static-executable
Browse files Browse the repository at this point in the history
Fix documentation on building a standalone statically linked executable including compiled libs
  • Loading branch information
ashinn authored May 25, 2021
2 parents 05ca40f + 6ffba28 commit fa59b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/chibi.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ or edited manually. Be sure to run this with a non-static
chibi-scheme. Then you can make the static executable with:

\command{
make -B chibi-scheme-static SEXP_USE_DL=0 CPPFLAGS=-DSEXP_USE_STATIC_LIBS
make -B chibi-scheme-static SEXP_USE_DL=0 \
CPPFLAGS="-DSEXP_USE_STATIC_LIBS -DSEXP_USE_STATIC_LIBS_NO_INCLUDE=0"
}

By default files are installed in /usr/local. You can optionally
Expand Down

0 comments on commit fa59b28

Please sign in to comment.